I have 2 Application servers connected directly to SAN server via Ethernet cables, the san server has dual network card with 2 ports.
APP1 APP2 172.16.16.10 192.168.10.10 | | | | 172.16.16.1 --[ SAN DUAL NIC ] -- 192.168.10.1 ON SAN
When I set each nic with IP on the same subnet 172.16.16.x, only connection to single application server APP1 works.
However if I set the other nic on different subnet 192.168.1.x network connection to both servers works fine.
My question is how can I enable routing between APP2 and APP1??
Thank you