I bought a dedicated server which has its primary IP blacklisted, I am having a IP failover (NIC
I believe) I'd like to use as a primary IP instead.
Is action like that possible? if so, what can I do to achieve that?
I bought a dedicated server which has its primary IP blacklisted, I am having a IP failover (NIC
I believe) I'd like to use as a primary IP instead.
Is action like that possible? if so, what can I do to achieve that?
I decided to give it a try on my own and seems like it its working fine... I've replaced my primary IP with an alias in the rc.conf
file configuration and set the defaultrouter
to my failover IP as follows:
ifconfig_em0="inet FAILOVER.SERVER.IP.ADDRESS netmask 255.255.255.0 broadcast FAILOVER.IP.ADDRESS.255"
defaultrouter="FAILOVER.IP.ADDRESS.254"
ifconfig_em0_alias0="inet ORIGINAL.SERVER.IP.ADDRESS netmask 255.255.255.255"
I believe it looks fine...