I've just installed Windows Server 2008 on a server and I'm able to connect through Remote Desktop but can't ping. Do I need to open an special port on the firewall to be able to ping a server?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
By default Windows 2008 does not respond to pings. To enable:
You should now be able to ping your server from the LAN. |
|||||||||||||||
|
|
You will want to allow ICMP packets through. Ping doesn't use TCP, so there is no port to open. |
|||||||
|
|
Enable ping through the Windows Firewall at the command line like so:
Apparently this has changed in Windows Server 2008 R2 and newer, to:
That's.. uh... quite a mouthful. |
||||
|
|
in powershell you can use :
|
||||
|
|
|
Pay attention to use the correct quotation marks. Some web sites replace the quotation marks by similar symbols which cause syntax errors. C.f. enter link description here |
|||
|
|
|
Another way of fixing this:
|
||||
|
|

