On Sun, Apr 26, 2015 at 10:10:36AM +0100, Roy Marples wrote: > > It sounds like accept_ra is disabled in the kernel (sysctl > net.inet6.ip6.accept_rtadv, or on the interface (ndp -i jme0 | grep > accept_rtadv). > You can either enable them (ip6mode=autohost in rc.conf) or let dhcpcd > manage the routing and addressing by removing the T option above. >
Yes, that was it. Thanks. I added ip6mode=autohost to rc.conf and put this in my ifconfig.wm0: siren netmask 255.255.255.0 broadcast 192.168.3.255 inet6 2001:44b8:25e:2d00::1 prefixlen 64 alias; dhcpcd -dB6T --nodhcp6 and now I can ping6 ftp.netbsd.org. -- Brett Lymn
