Date: Sun, 13 Sep 2009 18:37:56 +0100 From: Pegasus Mc Cleaft <ken@mthelicon.com> To: current@freebsd.org, hackers@freebsd.org Subject: Changes in IPv6 Configuration Message-ID: <200909131837.56319.ken@mthelicon.com>
next in thread | raw e-mail | index | archive | help
Hello Current and Hackers, With the recent changes to /etc/rc.d for network start-up. I was wondering what is now correct. The previously working ipv6 configuration no longer creates a static default route, and I have not been able to figure out why. After boot, if I manually add the default route for ipv6, all works OK but I must be missing something to make it happen automatically. Currently, I have this in my /etc/rc.conf and this does not work. Any help would be appreciated. ipv6_prefer="YES" ifconfig_re0_ipv6="inet6 2001:4d48:ad51:32:21d:7dff:fe07:241a prefixlen 64" ipv6_defaultrouter="2001:4d48:ad51:32::3" ipv6_network_interfaces="auto" ipv6_default_interface="re0" Thanks in advance, Peg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909131837.56319.ken>