Hello @ all.
I have a server Windows 2008 R2 with 2 network cards.
the interfaces are connected as following:
a) Eth1 : company network, IP 10.1.20.80 mask 255.255.255.0
b) Eth2: private subnet, IP 192.168.0.99 mask 255.255.255.0
What i want to do, is to allow the company network to access the private subnet via smth like port mapping.
means for example:
10.1.20.80:100 -> 192.168.0.50:80
10.1.20.80:101 -> 192.168.0.51:80
10.1.20.80:102 -> 192.168.0.51:8080
Is there a way to set this up, and if yes, how?
Thanks a lot in advance.