NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dual stack hostside IPv6 config



On Fri, Mar 13, 2015 at 10:46:14AM -0400, Greg Troxel wrote:
> By far the easiest thing to do is "ip6mode=autohost" and then you should
> get v6 addrs on all interfaces via Router Advertisements.  I am unclear
> on rtsol/rtsold in netbsd-7, and how to use dhcpcd for 6 but not 4.

Definitively.

If you want static IPv4 but autoconfigured IPv6, then use:

ip6mode="autohost"
dhcpcd="yes" dhcpcd_flags="-6"

(and no defaultroute6), and for the stanadard case of everything
autoconfigured:

ip6mode="autohost"
dhcpcd="yes"

Martin


Home | Main Index | Thread Index | Old Index