IPv6 over IPv4 tunnel with Mikrotik & Cisco router

Time when native IPv6 network will come right to your home is still far away. So tunneling IPv6 network over IPv4 to some IPv6 enabled site is a way to go. Configuration is easier than expected and it worked right away. In my case Cisco 7600 series is at the data center where native IPv6 is established and Mikrotik RB450 ( a choice for home router – really powerful and really cheap). One /64 subnet is assigned for the tunnel (point-to-point) and /48 is then routed to it. Yes. In IPv6 /64 subnet of 18446744073709551616 IPs is used for point-to-point tunnel (2 IPs). On Cisco 7600 – interface (99.. is a 7600 public IP as 22.. is my home public IP): interface Tunnel0 description --- test ipv6 in ipv4 tunnel --- no ip address ipv6 address 2AAA:BABA:101:1::1/64 tunnel source 99.99.99.99 tunnel destination 22.22.22.22 tunnel mode ipv6ip and route: ipv6 route 2AAA:BABA:BEEF::/48 2AAA:BABA:101:1::2 and on Mikrotik: /interface 6to4 add disabled=no local-address=22.22.22.22 mtu=1280 name=ipv6tunnel remote-address=99.99.99.99 /ipv6 address add address=2AAA:BABA:101:1::2/64 interface=ipv6tunnel /ipv6 route add disabled=no dst-address=::/0 gateway=ipv6tunnel And that’s it. You can configure local interface on Mikrotik, like this: /ipv6 add address=2AAA:BABA:BEEF:DEAD:1/64 advertise=yes interface=ether2 Local machines, if properly configured should receive advertised IPv6 prefix and configure itself for IPv6. That’s for now, more about IPv6 soon ! HaveAnice !! S. ...

September 27, 2009 · 2 min

routing po SiOL-ovo

Takole delajo usmerjevalniki na SiOL-u, ping-pong… pa mal obelix, pa mal ljubljanica, dela pa nic… 8 obelix-2-0-0.siol.net (89.143.1.25) 36.596 ms 24.269 ms 21.338 ms 9 ljubljanica1-2-0-0.siol.net (89.143.1.26) 28.703 ms 23.760 ms 22.593 ms 10 * * * 11 ljubljanica1-2-0-0.siol.net (89.143.1.26) 26.319 ms 24.276 ms 21.602 ms 12 * * * 13 ljubljanica1-2-0-0.siol.net (89.143.1.26) 28.652 ms 23.751 ms 22.126 ms 14 * * * 15 ljubljanica1-2-0-0.siol.net (89.143.1.26) 26.552 ms 23.541 ms 21.348 ms 16 * * * 17 ljubljanica1-2-0-0.siol.net (89.143.1.26) 29.017 ms 24.495 ms 23.939 ms 18 * * * 19 ljubljanica1-2-0-0.siol.net (89.143.1.26) 27.509 ms 24.292 ms 22.093 ms 20 * * obelix-2-0-0.siol.net (89.143.1.25) 23.805 ms 21 ljubljanica1-2-0-0.siol.net (89.143.1.26) 29.112 ms 23.784 ms 22.083 ms 22 obelix-2-0-0.siol.net (89.143.1.25) 27.724 ms * * 23 ljubljanica1-2-0-0.siol.net (89.143.1.26) 27.298 ms 25.996 ms 23.084 ms 24 * obelix-2-0-0.siol.net (89.143.1.25) 22.317 ms 24.056 ms 25 ljubljanica1-2-0-0.siol.net (89.143.1.26) 26.412 ms 24.497 ms 22.623 ms ...

June 11, 2007 · 1 min