I’m running RouterOS 6.0rc11 and trying to set up IPv6 on my home network.
I’ve configured a 6to4 tunnel to HE and that seems to be working fine.
I’ve assigned a different subnet and address to my LAN interface and my clients are self assigning IP’s in that subnet.
However, my clients are not learning the globally routable IPv6 address for their default gateway out. They are only learning the link local address.
I can ping the IPv6 address of my LAN interface.
I can pint IPv6 test addresses at Hurricane Electric from my MT router.
It’s as if my clients don’t know how to get off network.
I did a packet capture and I’m getting router advertisements coming from the LL address only even though it’s configured not to advertise. The Global address I’ve assigned to the same interface is configured to advertise but it doesn’t seem to be doing so.
sit1 = 6to4 tunnel to HE
LAN - internal interface facing my clients.
Interfaces on my MT Router:
0 G address=2001:470:7:e9f::2/64 interface=sit1 actual-interface=sit1 eui-64=no advertise=yes
1 G address=2001:470:e4bb:1::1/64 interface=LAN actual-interface=LAN eui-64=no advertise=yes
2 DL address=fe80::4a4e:5e04/64 interface=sit1 actual-interface=sit1 eui-64=no advertise=no
3 DL address=fe80::d6ca:6dff:fe75:b7de/64 interface=WAN actual-interface=WAN eui-64=no advertise=no
4 DL address=fe80::d6ca:6dff:fe75:b7df/64 interface=LAN actual-interface=LAN eui-64=no advertise=no
Netstat from my Mac OSX workstation:
Internet6:
Destination Gateway Flags Netif Expire
default fe80::d6ca:6dff:fe75:b7df%en1 UGc en1
::1 link#1 UHL lo0
2001:470:e4bb:1::/64 link#5 UC en1
2001:470:e4bb:1:426c:8fff:fe0b:1a51 40:6c:8f:b:1a:51 UHLWIi en1
2001:470:e4bb:1:6074:4a96:20c9:d1ae f0:b4:79:19:cf:64 UHL lo0
2001:470:e4bb:1:f2b4:79ff:fe19:cf64 f0:b4:79:19:cf:64 UHL lo0
fe80::%lo0/64 fe80::1%lo0 UcI lo0
fe80::1%lo0 link#1 UHLI lo0
fe80::%en1/64 link#5 UCI en1
fe80::1%en1 link#5 UHLWIi en1
fe80::21c:b3ff:fe7b:9110%en1 0:1c:b3:7b:91:10 UHLWIi en1
fe80::1ae7:f4ff:fed5:7c78%en1 18:e7:f4:d5:7c:78 UHLWIi en1
fe80::426c:8fff:fe0b:1a51%en1 40:6c:8f:b:1a:51 UHLWIi en1
fe80::7273:cbff:fea0:1283%en1 70:73:cb:a0:12:83 UHLWIi en1
fe80::d6ca:6dff:fe75:b7df%en1 d4:ca:6d:75:b7:df UHLWIir en1
fe80::daa2:5eff:fe01:92f9%en1 d8:a2:5e:1:92:f9 UHLWIi en1
fe80::f2b4:79ff:fe19:cf64%en1 f0:b4:79:19:cf:64 UHLI lo0
ff01::%lo0/32 fe80::1%lo0 UmCI lo0
ff01::%en1/32 link#5 UmCI en1
ff02::%lo0/32 fe80::1%lo0 UmCI lo0
ff02::%en1/32 link#5 UmCI en1
ff02::fb%en1 link#5 UHmW3I en1 1338
Any suggestions?
-Brian