Patrick's Bytes

4, May 2008

Enable Ping Replies on Windows Server 2008

Filed under: Windows,Windows Server 2008 — patrickyong @ 9:12 pm

Due to security concern, by default you are not able to Ping a Windows Server 2008 machine. At first I though there is a problem with my network but actually it’s disabled. To enabled Ping reply from Windows Server 2008, goto Window Firewall with Advance Settings from Administrator Tools menu.

image

Look inside Inbound Rules, scroll down to File and Printer Sharing, right click and enable this rule. (pic below)

image

After that the check icon will turn green

image

For Windows Server Core which does not have any UI, you can enable this rule from the command prompt.

netsh firewall set icmpsetting 8

To disable it type

netsh firewall set icmpsetting 8 disable 

Create a free website or blog at WordPress.com.