Cannot Ping Between Two Windows Servers – Networking Solutions

networkingpingwindows

I have 2 physical Windows servers having 2 networks. One card is to access the internet and the other is for the internal network. For both servers, the internal card is assign to VLAN ID 100. Both internal card are set to Private network category.

Server A internal IP : 192.168.10.100 Server B internal IP : 192.168.10.200

After rebooting both servers, Server B cannot ping Server A using internal IP, but Server A can ping Server B.

After doing a ping from Server A to server B, now the server B can ping server A. I can't figure out why Server B cannot ping server A, until being pinged by Server A.

Thank you for any hint that can help to find the problem.

Best Answer

After running "arp -a" on server B, I was able to ping server A. Then I reboot server B and I am still able to ping server A. It is like if the command "arp -a" remap correctly the IP with MAC address.

Related Topic