For the new operating systems, such as Windows Server 2008 or Vista, Microsoft features a different security concept than for the previous versions. Server 2008 and Vista are looked down by default. This means network services, such as PING replies, have to be enabled before they are available.
PING is usually being used for the inital troubleshooting of network-related issues. If a server is down, it’ll most likely not respond to a PING request.
On the other hand, not receiving a PING reply does not necessarily mean that there is a cabling or IP Addressing problem, simply because PING could be blocked either on the receiving end, on the sending side, or on various network devices between those two points. In any case, it’s still better to enable PING replies, than having it not.
Enable Ping Replies via local Command Prompt
netsh firewall set icmpsetting 8
Disable Ping Replies via local Command Prompt
netsh firewall set icmpsetting 8 disable
Note: PING replies can also be enabled/disabled by using the ”Windows Firewall with Advanced Security”, which is found under Administrative Tools.
Recent Comments