So now let’s say that you want create firewall entries that port forward RDP requests to specific VMs running on your Hyper-V host. Again, you need to first make sure that each VM has a unique IP address on your local area network, can access the Internet through your firewall, and has RDP enabled as described previously.
So in this example, I have two VMs at 192.168.1.110 and 192.168.1.111. I’m going to pick ports 57110 (a custom port which I’m calling RDP VM1) and 57111 (which I’m calling RDP VM2) to forward to those respective IP addresses.

Now, if I try to RDP from an external address to router external address:57110 or 57111 my connection will automatically be forwarded to one of the VMs running on my Hyper-V host.
Posted Sunday, January 31st, 2010 at 10:34 pm by peterl
1,727 views