Hello Martin,

I did some tests.

When I do after boot manually
# route add -inet6 default fe80::1%re0
then all is working.


When I put
!route add -inet6 default fe80::1%re0
in hostname.re0, then ipv6 is not working.

When I try this
@reboot sleep 15 && route add -inet6 default fe80::1%re0
in /var/cron/tabs/root, then ipv6 is not working.

When I try this
sleep 20 && route add -inet6 default fe80::1%re0
in /etc/rc.local, then ipv6 is not working.

So it is only working in current, when I do it in shell manually.

In all cases noy log entry in /var/messages with net.inet6.icmp6.nd6_debug=8

Regards,
Heiko

Reply via email to