Vmware: guest (Ubuntu) can't access internet through host (XP)

2

0

I have been using Google to find a solution as to why guest (ubuntu) can't access internet. Host system is Windows XP. None of the solution didn't work for me. Solutions that worked for others: 1. Enabling NAT 2. Enabling shared internet connection

I think the problem is that my host and guest use by default different subnet masks (respectively 255.255.0.0 vs 255.255.255.0) assigned by DHCP. Configuring the guest manually to use the same subnet mask doesn't seem to help either. I guess I configured it incorrectly.

inzzz

Posted 2012-08-31T10:39:21.853

Reputation: 121

Proxy wasn't configured. – inzzz – 2012-09-10T11:37:21.403

Answers

2

Try setting VM to use Host-Only connection and then set up Windows to share your current connection (the one you are using now for internet) with connection VMnet1.

Stefan

Posted 2012-08-31T10:39:21.853

Reputation: 47