Ping requests are sometimes needed for monitoring purposes, but Windows Firewall blocks incoming ICMP requests by default. To enable them, run the following command:
Shell
netsh advfirewall firewall add rule name="Allow Ping" protocol=icmpv4 dir=in action=allow
Do you have a question or a suggestion about this post? Contact me!