Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, March 19, 2017 3:51 PM | 1 vote
I have a classic Azure VM (no VNET) and I can connect to the VM but i can't hit google from that VM, or ping any internet devices that I know will respond. This used to work just fine, I changed nothing.
All replies (2)
Monday, March 20, 2017 3:42 PM | 1 vote
You can check the following things:
1)Login to your Azure VM, go to the network properties, IPv4 settings and see that the dns is not in static.
2)On azure portal, click on your VM> click on Network interfaces>DNS servers>Inherit from virtual network
If both are done and still the issue persists, check if the endpoint is opened for port 80/443.
If the endpoint is opened, check if there are any ACL’s blocking.
3)If endpoints are opened and no ACL’s are blocking then STOP and START the VM. Not restart but STOP and START
and, make sure the IP is reserved, cause stopping and starting changes the IP address.
Tuesday, December 3, 2019 2:13 PM
Hi,
It can happen if your VM is behind a Standard Load-Balancer. See azure doc https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections#scenarios
If you're using an internal Standard LB, it seems it's just not possible 😢
Manuel