I have a server that won't respond to pings, but I can remote desktop to it.

The server has two LAN connections. Each has the same subnet mask and default gateway, but separate IP addresses. I'm not sure why there are two LAN connections, but assume that they are needed.

Any idea why the server won't respond to pings (or telnets to any port that isn't remote desktop)?

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

Is windows firewall on, or another firewall?

It might be configured to block all other ports and icmp traffic (pings).

link|improve this answer
Disabling the firewall makes it pingable. Now the question is, how do I fix the issue without disabling the firewall? – John Jan 26 '10 at 15:14
(Windows firewall... on Windows Server 2003) I don't see anything in the firewall settings that would block all ports but remote desktop. – John Jan 26 '10 at 15:18
I think remote desktop is a default 'exception'. So if you add an exception for ICMP pings should work. I don't ever really use Windows firewall, but I am sure a quick google or technet search will explain it. – Kyle Brandt Jan 26 '10 at 15:22
Thanks for the help. – John Jan 26 '10 at 15:23
feedback

If you are using Windows firewall, you need to allow ICMP ping requests.

This is in the advanced tab of the firewall settings, click on th esetting button in the ICMP section, tick the "Allow incoming echo requests" option.

Allow ping

link|improve this answer
feedback

Your Answer

 
or
required, but never shown