Hi guys! I need your help. I'm trying to set up a CARP interface on my server. All is fine, but if I set up settings in rc.conf, I get an error:
I understand that this is due to the fact that at the time when the interface has to assign an address, it does not already exist. But I didn't understand why. My settings in rc.conf:
Code:
ifconfig: (SIOCAIFADDR): can't assign requested address
I understand that this is due to the fact that at the time when the interface has to assign an address, it does not already exist. But I didn't understand why. My settings in rc.conf:
Code:
cloned_interfaces="carp0"
ifconfig_carp0="vhid 1 pass coolpass 10.0.0.10/28 advskew 1 advbase 1"