CARP: trouble or feature



Excuse I has made a mistake in the last letter...
corrected:

Hello ALL!
I have a problem with CARP on FreeBSD 6.2 in the following scheme:


+--------------+ +-----------------------+ +-----------------+
| A | | B | | C |
| vlan20 |--//-->| vlan20 vlan10 |---//---| vlan10 |
+--------------+ +-----------------------+ +-----------------+


vlan20 10.10.10.2/26 vlan20 10.10.10.1/26
gateway 10.10.10.1 vlan10 10.10.9.1/26 vlan10 10.10.9.2/26

carp10 10.10.9.3/26 carp10 10.10.9.3/26
advskew 0 advskew 1
carp11 10.10.9.4/26 carp11 10.10.9.4/26
advskew 1 advskew 0


i.e. server B MASTER for 10.10.9.3/26, BACKUP for 10.10.9.4/26
server C BACKUP for 10.10.9.3/26, MASTER for 10.10.9.4/26


But if to send icmp request from server A -> to server C on ip 10.10.9.4, server B replay from BACKUP iface carp11 !?!?

This is trouble or feature of realization ?????
-------------------------------------------------

serverB> ifconfig carp*
carp10: flags=49<UP,LOOPBACK,RUNNING> mtu 1500
inet 10.10.9.3 netmask 0xffffffc0
carp: MASTER vhid 100 advbase 1 advskew 0
carp11: flags=49<UP,LOOPBACK,RUNNING> mtu 1500
inet 10.10.9.4 netmask 0xffffffc0
carp: BACKUP vhid 101 advbase 1 advskew 1

serverC> ifconfig carp*
carp10: flags=49<UP,LOOPBACK,RUNNING> mtu 1500
inet 10.10.9.3 netmask 0xffffffc0
carp: BACKUP vhid 100 advbase 1 advskew 1
carp11: flags=49<UP,LOOPBACK,RUNNING> mtu 1500
inet 10.10.9.4 netmask 0xffffffc0
carp: MASTER vhid 101 advbase 1 advskew 0
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: master->backup CARP issue
    ... each one has 4 CARP interfaces in preempt ... Backup without any reason preempts Master and after a while (an hour ... MASTER vhid 1 advbase 1 advskew 10 ...
    (freebsd-questions)
  • master->backup CARP issue
    ... each one has 4 CARP interfaces in preempt ... Backup without any reason preempts Master and after a while (an hour ... MASTER vhid 1 advbase 1 advskew 10 ...
    (freebsd-questions)
  • Service redundancy : CARP, wackmole/spread, 4.x / 5.x
    ... like to hear comments / advice on suitability of either CARP / FreeVRRP ... - Unmanaged switches used throughout. ... For this setup, I was thinking of CARP, but it isn't supported in 4.x? ... server also has HP's iLO standard on its own CAT 5, ...
    (freebsd-questions)
  • RES: Cant setup carp as BACKUP
    ... I set a advskew higher than the master but it comes up as master. ... Cant setup carp as BACKUP ...
    (freebsd-questions)
  • CARP: trouble or feature
    ... I have a problem with CARP on FreeBSD 6.2 in the following scheme: ... But if to send icmp request from server A -> to server C on ip 10.10.9.4, server B replay from BACKUP iface carp11!?!? ... MASTER vhid 100 advbase 1 advskew 0 ...
    (freebsd-questions)