从命令行 - advfirewall - 配置Windows防火墙 - 允许 ping

环境:Windows 10,启用了Windows防火墙

如需监测远程系统的在线情况,需要响应ping的话,可以更改Windows的防火墙规则。下例是使用命令,通过netsh来配置,允许ping。

过程:

1.运行“命令提示符”,输入:netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
netsh-advfirewall-allow-ping-1.png

2.如果返回“确定”,新规则生效,在外部ping测试,会有响应
netsh-advfirewall-allow-ping-2.png

参考:https://www.howtogeek.com/howto/windows-vista/allow-pings-icmp-echo-request-through-your-windows-vista-firewall/

标签: Windows防火墙

添加新评论