what is wrong with ipv6_defaultrouter ?

Bruce A. Mah bmah at freebsd.org
Tue Mar 6 21:55:05 UTC 2007


If memory serves me right, Jason Arnaute wrote:
> (FreeBSD 6.2-RELEASE)
> 
> I have two ipv6 related lines in my /etc/rc.conf:
> 
> ifconfig_em0_alias0="inet6 XXX::2/48"
> ipv6_defaultrouter="XXX::1"
> 
> When I boot like this, I do not get a default ipv6
> route in my routing table.  'netstat -rn' shows me a
> default route for ipv4, but no default route for ipv6.

You probably want to replace that first line with:

ipv6_ifconfig_em0="XXX::2/48"

Also make sure to set ipv6_enable="YES".

Bruce.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20070306/73a9e04b/signature.pgp


More information about the freebsd-net mailing list