上のPing(ICMP)を有効にする方法、私はそれを実行した後でも、私はそれをグーグルのWindows Azureの役割ではAzureの
D:\Users\foglight>ping www.google.com
Pinging www.l.google.com [209.85.143.104] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 209.85.143.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
をpingを実行し、コマンドの下に実行することをお勧めいくつかのいずれかを見つけましたが、できません、私はまだできませんping out
netsh advfirewall firewall add rule name="ICMPv6" dir=in action=allow enable=yes protocol=icmpv6
理由と回避方法を教えてください。
[Azure VM接続をテストするためにICMPの代わりにポートpingを使用する](http://blogs.msdn.com/b/mast/archive/2014/06/22/use-port-pings-instead-of-icmp -to-test-azure-vm-connectivity.aspx) –