Allow incoming ping requests on Windows machines

 
 
  • Gérald Barré

Sometimes you need to allow ping requests for monitoring purposes. By default, it could be disabled on Windows machines. To enable it, you can use 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!

Follow me:
Enjoy this blog?Buy Me A Coffee💖 Sponsor on GitHub