Allow Pings Through Windows Firewall:


Using the command prompt as administrator:

ICMPv4 (Ping for IPv4):
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow

ICMPv6 (Ping for IPv6):
netsh advfirewall firewall add rule name="ICMP Allow incoming V6 echo request" protocol=icmpv6:8,any dir=in action=allow


Source | Date: September 21st, 2020

Back