7

I noticed Windows 11 doesn't let ICMP packets through by default. The network needs to be assigned to a non public network and the appropriate firewall rules have to be activated. I found the following firewall rules (in my case it's IP4 in a private network):

  1. Core Networking Diagnostics - ICMP Echo Request (ICMPv4-In)
  2. File and Printer Sharing - ICMP Echo Request (ICMPv4-In)

Activating either of those rules allows ping requests to go through. The description for both rules is the same so why the different names? Does it matter which one I activate?

Albin
  • 11,950

1 Answers1

8

There is a difference between the two settings, although not in their effect.

The difference is that disabling File and Printer Sharing in Windows also disables the firewall rule of "File and Printer Sharing - ICMP Echo Request (ICMPv4-In)", so disables PING.

If you want PING to be allowed no matter if File and Printer Sharing is enabled or not, you should enable "Core Networking Diagnostics - ICMP Echo Request (ICMPv4-In)".

harrymc
  • 498,455