On Tue, Nov 15, 2016 at 11:52:55AM +0100, Jan Danielsson wrote: > ip6mode="router" > rtadvd=yes > rtadvd_flags="wm0" > rtsold=no
Did you create an /etc/rtadvd.conf? I have on like: re0:\ :addr="2001:XXX:XXXX:XX::":prefixlen#64: > The host isn't assigned an IPv6 address; first issue I encountered > was that, on the host, net.inet6.ip6.accept_rtadv wasn't set to 1. > (rtsol explicitly said RA's aren't supported by the kernel, so that was > easily fixed). You can either have dhcpcd handle the RAs (net.inet6.ip6.accept_rtadv=0, this is the default) or leave it to the kernel and use dhcpcd for IPv4 only (net.inet6.ip6.accept_rtadv=1). You can run something like: dhcpcd -T re0 on the NetBSD host to see what your route publishes. Martin