Network Bridge Configuration

Discussions related to using VirtualBox on Windows hosts.
Post Reply
RedWraith
Posts: 3
Joined: 4. Dec 2008, 23:29

Network Bridge Configuration

Post by RedWraith »

Hi !

I am currently trying to establish a bridged network connection between my host and my guest system. I am using the following Systems:

Host:

Code: Select all

Win Vista Business x64
IP:       192.168.1.4
Subnetz:  255.255.255.0
DNS:      192.168.1.100
Gateway:  192.168.1.100

The real and the virtual Networkadapter are bridged (rightclick -> bridge)
Guest:

Code: Select all

Ubuntu 8.10
IP:       192.168.1.41
Subnetz:  255.255.255.0
DNS:      192.168.1.100
Gateway:  192.168.1.100
VirtualBox:

Code: Select all

Network connection is set to Hostinterface
and a new Hostinterface was created and bridged
with the real adapter.

The Internet and Network connections works fine for the Hostcomputer, except for the guest system, which is unreachable. Also, i can't reach any other computer from the guest system. I have tried turning the windows firewall off, but that didn't work. Does someone have a clue what i might have missed ?

I am really looking forward to hearing from you guys.

RW
[/code]
DjQurt
Posts: 8
Joined: 29. Nov 2008, 05:57

Post by DjQurt »

im having this exact same problem! internet worked fine when sharing was on then as soon as i bridged them i couldnt get to the internet on ubuntu :(
RedWraith
Posts: 3
Joined: 4. Dec 2008, 23:29

Post by RedWraith »

It is official, i am an idiot.

It was so simple that i didn't come up with it right away :D

Well, it seems the network adapter emulated by VirtualBox was somehow responsible for my problem. I used to emulate the "PCnet-FAST III (Am79C973)" Adapter. Well, i changed it to "Intel PRO/1000 MT Desktop (82540EM)" and after starting and reconfigurating the network connection everything worked right away :D
DjQurt
Posts: 8
Joined: 29. Nov 2008, 05:57

Post by DjQurt »

are you running an intel cpu?
RedWraith
Posts: 3
Joined: 4. Dec 2008, 23:29

Post by RedWraith »

Yeah, i have an Intel Core 2 Duo.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

DjQurt wrote:are you running an intel cpu?
Does that matter? The network adapter is not bound by your CPU. I have an Intel CPU on my laptop and AMD on my PC, VMs are transfered between the two and use the Intel/PRO 1000 NIC. No problems with that.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply