Hi,
I have:
Host1 with PCMCIA ep interface configured by:
        "ifconfig ep1 10.0.0.101 netmask 255.255.255.0" ;
        "ifconfig carp0 10.0.0.111 netmask 255.255.255.0 carpnodes
1:0,2:100 balancing ip-stealth";
Host2 with PCMCIA ep interface (not the same) configured by:
        "ifconfig ep1 10.0.0.102 netmask 255.255.255.0";
        "ifconfig carp0 10.0.0.111 netmask 255.255.255.0 carpnodes
1:100,2:0 balancing ip-stealth";
Hosts are connected by 5-port simple switch.
They both are correctly detecting states:
Host1:
        state MASTER vhid 1 advskew 0
        state BACKUP vhid 2 advskew 100
Host2:
        state BACKUP vhid 1 advskew 100
        state MASTER vhid 2 advskew 0
But:
Host1:
        ping 10.0.0.102 (works)
        ping 10.0.0.111 (works)

Host2:
        ping 10.0.0.101 (works)
        ping 10.0.0.111 (DON'T work)

I really don't know why I cant ping 10.0.0.111 from BACKUP (Host2) machine.
I've tried with switch changed to router and with all combinations of
balancing (ip,ip-stealth,ip-unicast) but none of them helped.
Please help!
Cheers.

Reply via email to