Hey gang -
That's in my FreeBSD 10.1's /etc/rc.conf and it isn't being set at all at boot time. I can forcefully add it using the
My gut tells me this is a timing thing, but I'm not sure. My IPv6 interface is a gif0 tunnel between myself and HE. It gets created fine at boot up, but I'm wondering if BSD is processing the rc scripts too quickly, and when it tries to add that default route there isn't a valid path to it yet?
I see nothing in the /var/log/messages file that might help diagnose. Any other ideas? Did I format the line incorrectly?
Thanks.
Code:
ipv6_defaultrouter="2001:470:7:9af::1"
That's in my FreeBSD 10.1's /etc/rc.conf and it isn't being set at all at boot time. I can forcefully add it using the
route add
command, but I can't get it do the right thing at boot time.My gut tells me this is a timing thing, but I'm not sure. My IPv6 interface is a gif0 tunnel between myself and HE. It gets created fine at boot up, but I'm wondering if BSD is processing the rc scripts too quickly, and when it tries to add that default route there isn't a valid path to it yet?
I see nothing in the /var/log/messages file that might help diagnose. Any other ideas? Did I format the line incorrectly?
Thanks.