Hello,
Does anyone using IPv6 with VIMAGE option enabled? On the host system IPv6 works fine, but inside my jails it does not. IPv4 works out of the box. Added this to my /etc/rc.conf. ( jail )
I did a packet capture which looks absolutely fine. (attached)
But it seems that rtsold(8) is not processing the RA.
How can I debug that further?
Does anyone using IPv6 with VIMAGE option enabled? On the host system IPv6 works fine, but inside my jails it does not. IPv4 works out of the box. Added this to my /etc/rc.conf. ( jail )
Code:
ifconfig_epair4b_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
But it seems that rtsold(8) is not processing the RA.
How can I debug that further?