This is an old revision of the document!


Windows Configuration

Enable Echo Request

  • Open Windows Defender Firewall → Advanced settings.
  • Under Inbound Rules, enable File and Printer Sharing (Echo Request - ICMPv4-In).
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo" protocol=icmpv4:8,any dir=in action=allow

Disable Firewall

netsh advfirewall set allprofiles state off
Edit this page