I have two virtual hosts running on Azure. One is Windows 2008 and the second one is RedHat Linux.
I want to be able to ping those hosts (from my laptop which is outside of the Azure network). How to do it?
I've already opened some port on these hosts. I can telnet to these ports. Yet I want to be able to ping the hosts since I want to know if they are alive, as well as knowing the latency time.
I've googled but I couldn't realize if it's possible to ping (or not) and how to.
Thank you