As title, how can I ping my machine to do some basic network testing? I have created a new VM but pinging it's public address returns request timeout.
Trying to ping linux vm hosted on azure does not work [closed]
Asked Answered
Check your firewall settings. May be it is blocking your IP. –
Sedda
Ping is blocked by default for Azure VMs for security reasons (source). You could either allow ICMP by configuring appropriate firewall rules
or Use port pings instead of ICMP to test Azure VM connectivity
.
This answer doesn't allow the Internet to ping the VM successfully, only other VM's in the VM's Vnet. –
K2
© 2022 - 2024 — McMap. All rights reserved.