Carp

Brian Candler B.Candler at pobox.com
Mon Jul 24 09:01:10 UTC 2006


On Thu, Jul 20, 2006 at 01:35:56PM +0100, Dan Massey wrote:
> My config in /etc/rc.conf is as follows:
> ifconfig_fxp0="inet 192.168.1.100  netmask 255.255.255.0"
> cloned_interfaces="carp0"
> ifconfig_carp0="vhid 1 pass XXXX 192.168.1.10 255.255.255.0"
> cloned_interfaces="carp1"
> ifconfig_carp1="vhid 2 advskew 100 pass XXXX 192.168.1.11 255.255.255.0"

rc.conf is just a shell script. If you set a variable twice, the second
value overwrites the first. So without having tested this, at very least you
will need to change this to

cloned_interfaces="carp0 carp1"


More information about the freebsd-isp mailing list