As a first test of carp(4) I manually create an alias:
giving
Pinging the CARP address I only get responses when pinging from the local machine. Otherwise there is no response.
Thanks in advance.
ifconfig bce0 10.0.8.23 netmask 255.255.255.0 alias vhid 2giving
Code:
inet 10.0.8.23 netmask 0xffffff00 broadcast 10.0.8.255 vhid 2
...
carp: MASTER vhid 2 advbase 1 advskew 0
Pinging the CARP address I only get responses when pinging from the local machine. Otherwise there is no response.
Thanks in advance.