Am 10.04.2006 um 18:05 schrieb Simon Slaytor:
inet 1.2.3.2 255.255.255.0 1.2.3.255 vhid 1 pass foo carpdev em0
inet alias 1.2.3.6 255.255.255.0 1.2.3.255
Try triming down your alias lines as see if that helps. Might be a
shot in the dark but you never know.
With carp implemented in FreeBSD 5.4 this doesn't works:
"Master":
ifconfig_carp0="vhid 1 pass secretpassword 192.168.0.2 netmask
255.255.255.128"
ifconfig_carp0_alias0="inet 192.168.0.10 netmask 255.255.255.128"
ifconfig_carp0_alias1="inet 192.168.0.11 netmask 255.255.255.128"
"Backup":
ifconfig_carp0="vhid 1 advskew 100 pass secretpasswort 192.168.0.3
netmask 255.255.255.128"
ifconfig_carp0_alias0="inet 192.168.0.10 netmask 255.255.255.128"
ifconfig_carp0_alias1="inet 192.168.0.11 netmask 255.255.255.128"
But both servers assumes to be in master-state :-/ Is this a FreeBSD-
specific or a generel carp-problem?
Regards,
Falk Brockerhoff