Setup for HAIP using Tagged VLAN
Hi i have a doubt, right now we had a issue with HAIP , we are using same VLAN for two Private net. so we are working in make two tagged VLAN, each vlan for a pair of network card. The Address are similar but with netmask /30 (mean just 4 IPs),
ej.
Server A server B
eth1 : 10.1.130.2 /30 eth1: 10.1.130.3 /30 (tagged VLAN1)
eth2 : 10.1.130.6 /30 eth2: 10.1.130.7 /30 (tagged VLAN2)
But when i do a ping using the specific net card, I can do a ping between different netcard
ej.
eth1: Ping eth1: ok
eth1: Ping eth2: ok ( I have been waiting this fail)
the question if this a common behavior and if there are no problem with that to setup HAIP with this configuration.