Problem with CARP

So,

I'm learning CARP, I configured two hosts:

Server 1: carp0 ip 192.168.4.3
Server 1: em0 ip 192.168.4.1

Server 2: carp0 ip 192.168.4.3
Server 2: em0 ip 192.168.4.2

When server 1 is master, I don't get ping from 192.168.4.2 to 192.168.4.3 and server 2 is master I have the same situation.

I have one host with ip 192.168.4.5 with same situation.

Regards,

Paulo
 
Check the output of arp() on each host to make sure it has the right MAC address listed for the virtual IP. And test ping after running # arp -ad to clear the arp cache.
 
So you are saying that you can not ping the carp0 interface from the non-active em0 interface? Or do they not reply to ping at all?
 
Phoenix,

So, after I ran the arp -ad thats working.

On machine master the command removed entry for interface carp.

Thanks.
 
Back
Top