Hello guys,
Are there any news on the topic ? Trying to push IP6 at work for our firewalls and struggling with CARP interfaces with inet6 addresses at boot like OP. I could probably just set the address with a script in /usr/local/etc/rc.d/ but I'd rather get it working out of the box, that'll increase the credibility. On 3/3/12 9:20 PM, Doug Barton wrote: > Looping in hrs@ since he's responsible for that area. > > > On 03/03/2012 02:49, Attila Nagy wrote: >> Hi, >> >> On a recently built stable/9 I have these lines in rc.conf: >> ifconfig_em0_name="admin" >> vlans_admin="pub" >> create_args_pub="vlan 20" >> ifconfig_admin="inet 192.168.2.20 netmask 255.255.255.0" >> ifconfig_pub="inet 1.1.1.1 netmask 255.255.255.224" >> ifconfig_pub_ipv6="inet6 accept_rtadv" >> ifconfig_carp0="vhid 1 pass beef 1.1.1.2/27" >> ifconfig_carp0_ipv6="inet6 2001::beef/64" >> >> When the machine boots up, it has every interfaces configured with the >> right addresses, except carp0, which has the IPv4, but no the IPv6 address. >> However if I specify: >> ifconfig carp0 inet6 2001::beef/64 >> carp0 gets the IPv6 address and I get >> carp0: 2 link states coalesced >> log entry. >> >> What is the problem with the above configuration, why doesn't carp0 get >> the IPv6 address during boot? > _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"