The default setting on Windows 2008 Firewall is configured to block certain types of traffic. One of them being ICMP.
To enable ICMP
netsh firewall set icmpsetting 8
To disable ICMP
netsh firewall set icmpsetting 8 disabled
The default setting on Windows 2008 Firewall is configured to block certain types of traffic. One of them being ICMP.
To enable ICMP
netsh firewall set icmpsetting 8
To disable ICMP
netsh firewall set icmpsetting 8 disabled