在Windows Azure角色中,我无法ping通
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),
Run Code Online (Sandbox Code Playgroud)
我谷歌它,并发现一些建议运行下面的命令,但即使运行它,我仍然无法ping出来
netsh advfirewall firewall add rule name="ICMPv6" dir=in action=allow enable=yes protocol=icmpv6
Run Code Online (Sandbox Code Playgroud)
请有人告诉我原因以及如何解决.