Sorry, but I have no idea about Windows, since I'm not really interested (I always use Linux), but at my work, I have to use it, so it's the rule.
My problem is with VMware and a network issue.
Scenario
- I have a laptop with Windows 7. Here is my network configuration (the IP address is fixed):
- IP:
192.168.1.236 - Netmask:
255.255.255.0 - Default gateway:
192.168.1.1 - DNS:
192.168.1.113
- IP:
- I have the VMware Player network adapter defined as follows, maybe that's wrong? I just configured the IP address and subnet mask:
- IP:
192.168.1.1 - Netmask:
255.255.255.0
- IP:
- I have a Debian installation under VMware and I've set up the network with another fixed IP address that was assigned to me to by the network administrator:
- IP:
192.168.1.238 - Netmask:
255.255.255.0 - Default gateway:
192.168.1.1 - DNS:
192.168.1.113 - Broadcast IP:
192.168.1.255
- IP:
What I'm trying to do
- I want to give the Debian virtual machine access to the Internet
- I want that virtual machine to be visible in the network to others as if it was another common server
My problem
- When I set up the VMware virtual machine with NAT, my virtual server can be seen in the network with the assigned IP but can't reach the Internet.
- When I set up the VMware virtual machine in bridge or host only I can reach the Internet from the virtual machine, but it can't be seen on my network by another computer.
I'm sure that I am doing something wrong, but I have no idea. Could you help me, please?