Date: Thu, 20 Jul 2006 16:14:15 +0300 (EEST) From: "Artyom Viklenko" <artem@aws-net.org.ua> To: "Dan Massey" <dan@gconnect.net> Cc: freebsd-isp@freebsd.org Subject: Re: Carp Message-ID: <49711.217.12.197.82.1153401255.squirrel@sigma.interami.com> In-Reply-To: <C0E5373C.1C3D1%dan@gconnect.net> References: <C0E5373C.1C3D1%dan@gconnect.net>
next in thread | previous in thread | raw e-mail | index | archive | help
<цитата от="Dan Massey"> > Hi all > > I am attempting (and failing) to create a fault-tolerant mail relay server > for our dialup users. The plan is to have 2 A records as such: > > mailoutserver A 192.168.1.10 > mailoutserver A 192.168.1.11 > > Which will roughly round robin for me, then to have 2 mailservers as > follows: > > server1 > Ip 192.168.1.100 > carp0 vhid1 192.168.1.10 (master-server) > carp1 vhid2 192.168.1.11 (backup) > > server2 > Ip 192.168.1.101 > carp0 vhid1 192.168.1.10 (backup) > carp1 vhid2 192.168.1.11 (master-server) > > 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" use only one cloned_interfaces="carp0 carp1" > ifconfig_carp1="vhid 2 advskew 100 pass XXXX 192.168.1.11 255.255.255.0" > > However when I reboot only the carp1 inteface comes up when I type > ifconfig: > > carp1: flags=49<UP,LOOPBACK,RUNNING> mtu 1500 > inet 192.168.1.11 netmask 0xffffff00 > carp: BACKUP vhid 2 advbase 1 advskew 100 > > Have I got this totally wrong? Is this possible? > > Any help would be appreciated. > > Dan > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > -- Sincerely yours, Artyom Viklenko. ------------------------------------------------------- artem@aws-net.org.ua | http://www.aws-net.org.ua/~artem FreeBSD: The Power to Serve - http://www.freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49711.217.12.197.82.1153401255.squirrel>
