Master da Web
Back to Blog

Releasing ping (ICMP) in Windows

LucasAugust 22, 20181 min readUpdated on November 4, 2023
Releasing ping (ICMP) in Windows

General versions of Windows desktop and Windows Server come with the ICMP protocol blocked by default, meaning that it is not possible to perform ping tests.

How to release ping (ICMP) in Windows Firewall

First, open the Command Prompt as an administrator:

We can now release the ICMPv4 and ICMPv6 protocol using the following commands in CMD:

netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
netsh advfirewall firewall add rule name="ICMP Allow incoming V6 echo request" protocol=icmpv6:8,any dir=in action=allow

Tags#Firewall#icmp#ping#Windows
Share

Need Hosting or Servers?

Discover our VPS, dedicated servers and professional hosting solutions

Related Articles

View all articles