Allow incoming ping requests on Windows machines
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!
Enjoy this blog?💖 Sponsor on GitHub