Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Windows 7 on Virtual Box



 
04-17-2009   #1


Windows 7 x64 / Same
 
 

Windows 7 on Virtual Box

Anyone running 7 on Sun's Virtual Box? I'm having difficulty connecting the OS in the virtual machine to the internet. Any help would be helpful. LOL.

I've tried several solutions online that worked for others, but they are not working for me.

My System SpecsSystem Spec
04-17-2009   #2


Windows 7 Enterprise x64 SP1 | Windows 8 build 7989
 
 


No issues here at all....when it installed all the drivers did you allow installation?

Also, does your virtual machine have the NIC enabled in its properties?
My System SpecsSystem Spec
04-17-2009   #3


Windows 7 Beta Build 7000 32Bit Using Virtual PC engine/vhd
 
 


Hi all, first posting here. Anyway I have made several unsuccessful attempts at trying to get Windows 7, in Virtual Box, connected to my network. I have spent many hours, and various permutations but all to no avail. I just wonder if Windows 7 has carried over the Vista problems into Virual Box? But I don't really have a clue, and have read VB's Manual, cover-to-cover as well. If anyone does know what the problem is I'd like to know.

I'm also running Ubuntu 8.10 and the 9.04 beta in VB. I have access to the Internet, but, again, can't find away to get my Vista/XP network together in VB, indeed I can't even get the 2 Ubuntus talking to one another, but I love the challenge!!!!!

Windows 7 work fine in VirtualPC, no problems.

Finally also tried to get Windows 7 and Ubuntus running in VMware Player, but couldn't even start a VHD!!!!
My System SpecsSystem Spec
.


04-17-2009   #4


Windows 7 Enterprise x64 SP1 | Windows 8 build 7989
 
 


Answer my questions above, and also it would be prudent to know which version of VBox you're running....and which version of Windows 7 you're installing....
My System SpecsSystem Spec
04-17-2009   #5


Windows 7 x64 / Same
 
 


Windows 7 x64 Build 7000 is the host.
Windows 7 x64 Build 7077 is the guest.
2.2.0 r45846 is the version of VirtualBox

7077 works fine everywhere except trying to connect.

By default, VB makes the Intel Pro/1000 MT Desktop the network adapter. That installs fine. But I get no connectivity.

I have dynamic IP set.

It is attached to NAT.

I did two or three fresh installs of the guest, but the same result. I tried every network adapter it offers. I tried bridging. But no internet at all, just local.
My System SpecsSystem Spec
04-17-2009   #6


Windows 7 Enterprise x64 SP1 | Windows 8 build 7989
 
 


That is more than strange. Have you had this with every build in VBox, or just 7077?

Anything in Device Manager not working?

Anything in your firewall preventing the NAT in VBox, or else your *router* preventing unauthorized outbound access from unrecognized IPs?
My System SpecsSystem Spec
04-17-2009   #7


Windows 7 x64 / Same
 
 


Quote   Quote: Originally Posted by johngalt View Post
That is more than strange. Have you had this with every build in VBox, or just 7077?

Anything in Device Manager not working?

Anything in your firewall preventing the NAT in VBox, or else your *router* preventing unauthorized outbound access from unrecognized IPs?
This is the only build of Windows 7 I have installed in VirtualBox.

The only driver not working is audio.

No unique router settings; not blocking any IPs.
My System SpecsSystem Spec
04-18-2009   #8


Win 7 Professional x64
 
 


I had several vrsions of Win 7 running in VB without any rpoblems, at the moment I'm running Win 7, 6068 x32 and it does all that it should do.
I use it mainly to use my printer which doesn't have any 64 bit drivers provided by it's useless manufacturer. ( Canon )

Bernard
My System SpecsSystem Spec
04-18-2009   #9


W7 X-64 RTM,SUSE 11.1, XP PRO SP3 as a VM, VMware ESXi
 
 


Hi there
I often mess around with Virtual Machines -- networking CAN (but not necessarily) be a dog.

Do these.
(If you are running Linux as your HOST machine ensure all the Network interfaces are up and running -- Virtual one's as well as real -- I am using vmware but the process is identical with other Virtual Machine software.
The virtual interfaces might be vmnet1, vmnet8 or whatever - ensure they are active via IFUP command or the new GUI network manager found in most distros -- I prefer the old command line IFUP myself).

1) Try "Host Only" networking -- this will test to see if the "Virtual NIC" is working. Share a disk between your "Host" OS running Linux / Windows or whatever. That's the first thing to get working. If the Virtual NIC doesn't work then you are stuck.

2) If host networking works now try "NAT" networking. - This simply shares the IP address between your VM and your Host. Ensure the relevant interface is up and that all the networking adapters are enabled AND CONNECTED in the VM at power on. If this works then you should be able to access the internet.

3) (I prefer but YMMV) switch to "Bridged" networking. This assigns the VM it's OWN IP address. ensure aagin all the interfaces are up and runninf and the Virtal network adapter in the VM is connected and active at power on.

Incidentally for some Linux distros there's a problem in using "Bridged" networking when the Host machine has a wireless card. In this case switch to "NAT" networking. This doesn't seem to be a problem when your host is a Windows machine.

I assume you've allowed networking via firewalls/router etc etc. For these purposes your VM will be seen to the network just like another physical (REAL) computer and you have to set the configuration accordingly. Probably best while testing to switch all firewalls and AV software off -- just another area where things can go wrong. Turn them on again once you've got it all working.

Cheers
jimbo
My System SpecsSystem Spec
04-18-2009   #10


Windows 7 x64 / Same
 
 


Quote   Quote: Originally Posted by jimbo45 View Post
Hi there
I often mess around with Virtual Machines -- networking CAN (but not necessarily) be a dog.

Do these.
(If you are running Linux as your HOST machine ensure all the Network interfaces are up and running -- Virtual one's as well as real -- I am using vmware but the process is identical with other Virtual Machine software.
The virtual interfaces might be vmnet1, vmnet8 or whatever - ensure they are active via IFUP command or the new GUI network manager found in most distros -- I prefer the old command line IFUP myself).

1) Try "Host Only" networking -- this will test to see if the "Virtual NIC" is working. Share a disk between your "Host" OS running Linux / Windows or whatever. That's the first thing to get working. If the Virtual NIC doesn't work then you are stuck.

2) If host networking works now try "NAT" networking. - This simply shares the IP address between your VM and your Host. Ensure the relevant interface is up and that all the networking adapters are enabled AND CONNECTED in the VM at power on. If this works then you should be able to access the internet.

3) (I prefer but YMMV) switch to "Bridged" networking. This assigns the VM it's OWN IP address. ensure aagin all the interfaces are up and runninf and the Virtal network adapter in the VM is connected and active at power on.

Incidentally for some Linux distros there's a problem in using "Bridged" networking when the Host machine has a wireless card. In this case switch to "NAT" networking. This doesn't seem to be a problem when your host is a Windows machine.

I assume you've allowed networking via firewalls/router etc etc. For these purposes your VM will be seen to the network just like another physical (REAL) computer and you have to set the configuration accordingly. Probably best while testing to switch all firewalls and AV software off -- just another area where things can go wrong. Turn them on again once you've got it all working.

Cheers
jimbo
Thanks Jimbo, I'll try some of those suggestions. I don't know if it is relevant, but my real networking adapter is an Intel wireless one.
My System SpecsSystem Spec
Reply

Windows 7 on Virtual Box problems?



Thread Tools



Similar Threads for: Windows 7 on Virtual Box
Thread Forum
Windows Virtual PC - Create Virtual Machine Tutorials
Solved How to Create a Win95 Virtual Machine in Windows Virtual PC Virtualization
Windows Virtual PC - Change Virtual Machine Settings Tutorials
Windows Virtual PC - Delete a Virtual Machine Tutorials
Windows Virtual PC - Connect Virtual Machine to Network Tutorials


All times are GMT -5. The time now is 08:54 PM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30