On 1. Jun 2012, at 09:29 , Thomas Krause wrote:

> Hi,
> 
> (I'm using FreeBSD 9.0-REL).
> 
> ifconfig_em0_ipv6_alias0 doesn't work. I've to use
> ifconfig_em0_alias0 for both ipv4 and ipv6.
> This is not consequent.

It is actually a lot more consistent now that way than it was ever before.

The reason the "primary" entries are still different is that "DHCP" for IPv4 
etc is special magic as is some automatic handling depending on 
ifconfig_IF_ipv6 is there or not to make your life easier.

At least, as you can guess, I it this way a lot better.  The rc.conf man pages 
has a couple of rough edges still but...

> My working config
> looks like this:
> 
> ifconfig_em0="inet 192.168.100.50/28"
> ifconfig_em0_ipv6="inet6 2a00:abcd:0:405::2/64"
> 
> ifconfig_em0_alias0="inet 192.168.100.51/32"
> ifconfig_em0_alias1="inet6 2a00:abcd:0:405::3/64"
> 
> defaultrouter="192.168.100.49"
> ipv6_defaultrouter="2a00:abcd:0:405::1"
> 
> Please correct me, if there is a better solution.



-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to