I saw the announcement that some SF customers did get IPv6 two nights ago, and indeed I seem to be one of the lucky ones! Sadly, I can't get it fully working.
After opening up my packet filter and setting up a DHCP6 client, I indeed get an IP address, and even a prefix delegation if I request one.
While I can receive packets on that address (tested from another host), I cannot send them out. All I ever get is some Sonic host with an IP ending in :0:63 telling me that the route for anything is unreachable. Here for Google:
The default route that was setup is to a link local address starting with fe80 on the interface, which I indeed see as advertising itself:
I can ping that gateway. I also see packets from an IP which is the same as I got but with ::1 at the end, and I can ping that, but trying to use that as the gateway (even though I saw no advertisements) leads to the exact same result: ::0:63 will say unreachable route.
Is the problem on my side or with Sonic?
After opening up my packet filter and setting up a DHCP6 client, I indeed get an IP address, and even a prefix delegation if I request one.
While I can receive packets on that address (tested from another host), I cannot send them out. All I ever get is some Sonic host with an IP ending in :0:63 telling me that the route for anything is unreachable. Here for Google:
Code: Select all
00:01:19.887984 2001:<redacted>:0:63 > 2001:<redacted>: icmp6: 2607:f8b0:4005:80e::2004 unreachable route [icmp6 cksum ok] (len 112, hlim 64)
Code: Select all
00:09:27.237380 fe80::<redacted> > ff02::1: icmp6: router advertisement(chlim=64, M, pref=medium, router_ltime=1800, reachable_time=0, retrans_time=0)(src lladdr: <redacted>) [icmp6 cksum ok] [class 0xc0] (len 24, hlim 255)
Is the problem on my side or with Sonic?