I have installed Ubuntu 9.04 on a virtual machin using VMWare workstation. I have WIndows 7 as my host OS.

I want to connect to internet from Ubuntu. Can anyone please gives steps for connecting to internet through guuest OS?

link|improve this question

50% accept rate
feedback

1 Answer

Have you enabled a network adaptor in the VM settings? NAT is the simplest option but bridged mode just as easy to set up if you have a DHCP server running on the network.

Is the network running in the guest? Do you have an IP address? If not:

sudo /etc/init.d/networking restart

If you have an IP address in the guest it could the firewall on the host is causing the problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.