2023-10-23 如何解决 Windows Server 2019 ping 不通问题

2023-10-23 如何解决 Windows Server 2019 ping 不通问题

💡 原文中文,约500字,阅读约需1分钟。
📝

内容提要

本文介绍了解决 Windows Server 2019 ping 不通的问题。通过设置防火墙或关闭防火墙来运行 ping。关闭防火墙会影响服务器的安全,不建议开放不必要的端口。

🎯

关键要点

  • 本文介绍了解决 Windows Server 2019 ping 不通的问题。
  • 通过设置防火墙或关闭防火墙来运行 ping。
  • 使用命令 netsh firewall set icmpsetting 8 来设置 ICMP。
  • Windows Server 2019 应使用命令 netsh advfirewall firewall set icmpsetting 8,但该命令行可能无法生效。
  • 测试 ping 命令以确认设置是否成功。
  • 关闭防火墙可以运行 ping,但会影响服务器安全,不建议开放不必要的端口。
➡️

继续阅读