Code Yarns β€πŸ‘¨β€πŸ’»
Tech Blog ❖ Personal Blog

How to allow ping on Windows

πŸ“… 2013-Jul-31 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ icmp, ping, windows firewall ⬩ πŸ“š Archive

Problem

You might find that your Windows computer does not respond to ping from another computer on the same network. You can ping from it, but it does not respond to ping.

Solution

The most likely cause of this is that Windows Firewall is turned on. And by default, it disables ICMP echo request in its inbound rules. Enabling ping is easy:

  1. Open Advanced Settings of Windows Firewall.

  2. Go to Inbound Rules Β and enable Networking - Echo Request (ICMPv4-In) for the network profile that is being used.

You should be able to ping this computer as soon as this is enabled.

Tried with: Windows 7 x64


Β© 2022 Ashwin Nanjappa β€’ All writing under CC BY-SA license β€’ 🐘 @codeyarns@hachyderm.io β€’ πŸ“§