When I use NAT networking with DHCP the IP address that is getting is on a different subnet. My Linksys router assigns 192.168.1.#, but I am getting 192.168.22.#. I can access the internet ok, but I cannot share my internal network resources.
C:\>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : localdomain
IP Address. . . . . . . . . . . . : 192.168.22.129
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.22.2
C:\>
To connect to the physical internal network resources I must use Bridge networking. This is not working, since I am not getting an IP assigned from the Linksys router.
C:\>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : localdomain
IP Address. . . . . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . . . . :
C:\>
What do I need to do to get my bridge networking working with DHCP?
I tried to statically configure IP and Bridge networking does not work either. I ping yahoo.com and could not resolve and also pinged 216.109.112.135 yahoo.com's IP and request timed out. I even tried to ping my Mac's IP of 192.168.1.104 (The host for this VM) no luck either.
Felix