The problem occurs when I try to connect to an azure server via ssh, either through the ubuntu terminal or through a JAVA library.
Sometimes when the server state is running and I try to establish a ssh session via
terminal, an error occurs and prints on the screen "connection timeout". Also when using the JAVA library a very similar error occurs but the thrown exception reported is "connection refused". This happens with different servers, and
I have tried restarting the server but even then the connection problem remains. These problems keep appearing for some time and later disappears. This problem happens not
only when I try to connect from an external network, but also happens between azure virtual machines. The location of the servers is in U.S. West. The size is Standard_A2
servers (2 cores, 3.5 GB memory). The S.O is ubuntu 14.04.
↧