How do I set up a network between the Host and the guest OS in Windows vista?

link|improve this question
1  
For Windows 7 host and Windows 7 guest, just configure a Bridged Adapter using the "Intel PRO/1000 MT Server (82545EM)" as adapter type in advanced settings. Good luck! – Kiewic May 23 '11 at 14:51
feedback

closed as off topic by Will May 4 '11 at 12:07

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

7 Answers

Give the guest two network adapters, one NAT and the other Host-only. The NAT one will allow the guest to see the Internet, and the Host-only one will allow the host to see the guest.

One of them also allows the guest to see the host. I'm not sure which, but I know it works since I've tested web server stuff with it. You just have to choose the right IP address, 10.x.x.x or 192.168.x.x.

Also, you may have to be careful about having File and Printer Sharing running on both adapters at once, since the guest will see its own name and conflict with itself. I ran into this during install.

link|improve this answer
feedback

I've got a better answer than my first one.

Give the guest a single Host-only network adapter, and enable Internet Connection Sharing (ICS) on the host. I've tried this on a Windows XP host with a Windows XP guest.

The guest can connect to the Internet.

The guest can connect to the host at an address like 192.168.0.1 (chosen by ICS). -- Remember to allow the guest through the host's firewall.

The host can connect to the guest at an address like 192.168.0.22 (assigned by the DHCP service provided by ICS).

link|improve this answer
Host-only network adapter is a ton easier than port mapping. Thanks for the answer! – Gabe Jun 18 '10 at 22:22
I guess I'm being kinda dumb for reviving this thread, but how do I enable ICS? Is that a virtualbox feature? – pedromanoel Mar 21 at 21:52
feedback

You can do this on a Linux host. I've documented the steps I took in Ubuntu 9.04 here.

link|improve this answer
feedback

One way to do that is to set up port forwarding on the host. You can try following the guide.

link|improve this answer
feedback

I don't run vista, but virtualbox should do most of the setup for you - all you need to do is assign an IP address, subnet mask, and (optionally) a default gateway to your guest OS, and it should just work.

Don't bother with any of the advanced network settings in the options for the VM - they're useful in some situations, but I've never had to use them, and I've been using virtualbox for some years now.

If you post the specific problem you're having perhaps I can help more. But your question is rather vague...

link|improve this answer
All I want is to see/connect to my virtual machine from my vista host. Isn't it s way with Dynamic IPs? – Gaizka Sep 14 '08 at 10:36
feedback

Just to clarify, are you looking for a way with VirtualBox to have a network of your guest, your host, and nothing else (what VMWare calls a "host-only" network")? I'm looking for that too, and I can't seem to find the answer.

link|improve this answer
I'm hearing rumblings that perhaps there's a built-in option for host-only networking perhaps in the current version of the commercial VirtualBox? I'm using the 2.1.4 OSE version, as bundled with Ubuntu 9.04. – rakslice Oct 5 '09 at 21:43
feedback