In Azure role, I cannot ping out.
D:\Users\somepinch>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),
I did surf on internet to come up with a way based on a suggestion, and even tried it and still cannot ping out:
netsh advfirewall firewall add rule name="ICMPv6" dir=in action=allow enable=yes protocol=icmpv6
Can anyone suggest me a working method to overcome this?