Can you please let me know the procedure how to connect the internet from inside the Virtual box virtualized with the fedora OS.Im using windows 7 OS from which i'm running fedora through Virtual box

link|improve this question
feedback

1 Answer

You will have to configure your Virtual Machine to use "NAT Networking", as explained in the VirtualBox User Documentation

If all you want is to browse the Web, download files and view e-mail inside the guest, then this default mode should be sufficient for you, and you can safely skip the rest of this section. Please note that there are certain limitations when using Windows file sharing (see the section called “NAT limitations” for details).

And:

A virtual machine with NAT enabled acts much like a real computer that connects to the Internet through a router

So, basically, using NAT mode and letting your virtualized Fedora OS determine its network settings automatically (by using DHCP), you should be set and your Fedora should be able to reach the outside world through the VirtualBox adapter.

link|improve this answer
Thanks for the response. i will check it out and get back to you. – vvrs Jan 25 '11 at 16:34
1  
NAT mode is certainly the easiest way - it usually 'just works' – Linker3000 Jan 25 '11 at 17:25
feedback

Your Answer

 
or
required, but never shown

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