I have two sites: 1. the "local" site with client machines only and 2. the "remote" site with one VM server (ubuntu) hosting a number of VMs (ubuntu / windows).
Currently I'm connecting to those VMs using SSH tunnelling, but this is tedious (lots of fragile tunnels to maintain) and doesn't allow me to use standard ports for common services.
I'd like to connect to those hosted VMs like they were physical machines connected to the "local" LAN.
I've searched around, but I haven't found any questions dealing with connecting to hosted VM NAT network. All questions dealt with physical LANs and my networking knowledge really isn't sufficient to translate physical to VM NAT.
Is this possible? If so, what do I need to do to achieve this?