Hey!
First of all thank you for keeping this forum.
I will now describe my problem.
I have a Linux distributios (SME-server) as guest on a VMWare Workstation, hosted on my Windows 7 Enterprise. The connection is on NAT mode.
Info on physical NIC:
IP: 172.20.31.34
GW:172.20.0.1
MASK:255.255.0.0
Info on host's Virtual NIC
IP: 192.168.1.1
GW:<none>
MASK:255.255.255.0
Info on guest's virtual NIC (eth0)
IP: 192.168.1.2
GW: 192.168.1.1
MASK:255.255.255.0
Guest's resolv.conf:
domain myServer.local
nameserver 192.168.1.1
I would like instructions on how to use the route commands in order to get In->Out and Out->In access to/from the services ran by the virtual guest.
With my best Regards.