
Issue:
Unable to connect to the server using putty and getting "connection timed out" error after giving the server IP Address.
Observation:
Either SSH connection is not enabled in server.
Server network setting does not have the network card selected under the bridge adapter.
Solution:
Solution 1:
Login to the Linux server and type the command ssh localhost and press enter.
Type the password if prompted.
Type "yes" when prompted to enable the ssh connection.
Solution 2:
Select the server from the hypersior.
Click Settings.
Select Network.
Under the Adapter 1 select "Bridged Adapter".
Under the name select the network adapter.
Click "OK" once done.
Voila you are all set.