View Single Post
  #2   (View Single Post)  
Old 27th August 2014
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Disclaimers: 1) I don't use NetBSD, and 2) I don't use IPv6.

You have described a routing problem. The rtsol (router solicitation) program tells you that RAs (router advertisements) are not accepted.

The rtsol(8) man page for NetBSD says:
Quote:
Also note that rtsold will not be able to update the kernel routing tables unless sysctl(8) reports that net.inet6.ip6.accept_rtadv=1.
I recommend setting that sysctl to 1, and trying again.
Reply With Quote