Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You should now have everything you need to access the Windows machine through RDP via its floating IP.

 

Warning

The following instructions only apply to Windows Virtual Machines that for some reason still has a floating IP from the deprecated ext-net network

To achive this, you need to create an SSH tunnel via the skyhigh.hig.no jumphost. Example from a linux client (PuTTy would be different...):

Code Block
larserik@sarah:~$ ssh -f -L 13389:<windows floating ip>:3389 <username>@skyhigh.hig.no -N

This will forward localhost:13389 to <windows floating ip>:3389 , and you will be able to connect to your Windows virtual machine via localhost:13389 via your favourite RDP client.