Both servers are connected to the same switch. If you need a connection between the servers, you have to set a static route on each server (if using DHCP) or change their netmask to /32 (if using static IP configuration). This is necessary as we use the "protected ports" security feature on our switches.
Any idea how to "change their netmask to /32" ?
I tried:
ifconfig_igb0="inet {MY-IP} netmask 255.255.255.255"
but network is not accessible with this setting.