【发布时间】:2017-05-10 12:10:20
【问题描述】:
我知道对 Azure VM 的 ping 操作已被禁用。以下页面展示了如何使用 Sysinternals 的 PsPing 进行基于 TCP 的 ping:
很遗憾,我无法让 PsPing 从我的场所工作到我拥有的 Azure VM。我通过 Azure 门户在网络安全组中创建了入站规则:
我的 Azure VM 是 Windows 2012 Datacenter 服务器。我在其防火墙中添加了以下规则:
尽管如此,当目标端口 80 时,我无法让 PsPing 工作。顺便说一下,对端口 3389(RDP 端口)的 PsPing 工作。
我还应该尝试什么?
【问题讨论】:
-
你可以在你的虚拟机上安装
telnettelnet 127.0.0.1 80,能成功吗?
标签: azure azure-virtual-machine sysinternals