port forwarding on windows server 2008 to Hyper-v machines
- by This is it
I have a host machine (win server 2008 R2) with several Hyper-V virtual machines. I want to be able to redirect certain ports of host to virtual machines.
There is virtual network connection between host and virtual machines (192.168.10.xxx).
Host is also attached to external network (10.10.10.123).
Virtual machines have several other networks between them.
E.g., I want to be able to redirect traffic from 10.10.10.123 12345 to 192.168.10.321 54321
I tried RRAS in windows server but for it to work Default gateway to 10.10.10.123 has to be set in virtual machines.
Virtual machines can not be on external network.