Bridging a Host Interface

Discussions related to using VirtualBox on Windows hosts.
Post Reply
brisnick
Posts: 2
Joined: 14. Nov 2008, 01:54

Bridging a Host Interface

Post by brisnick »

Hi,

I've followed all the instructions for bridging the Host Interface in Windows, and my Ubuntu guest receives an IP address (the same as the Windows Host) but cannot ping the gateway. i.e.

Windows host IP: 192.168.1.10/24
Linux guest IP: 192.168.1.10/24
Gateway: 192.168.1.254/24

The Windows host can still access the Internet.

Now, if both host and guest have the same IP how can they be two different computers to the network? Essentially I want both to receive different IPs from the DHCP server.

Can anyone help?

Cheers,
brisnick
dmcgraw
Volunteer
Posts: 808
Joined: 24. Jun 2008, 17:16
Primary OS: Ubuntu 8.10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Ubuntu 9.10
Location: St. Louis, MO, USA

Post by dmcgraw »

Cross posting makes people not want to help you.
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 »

Does your DHCP server provide IPs based on MAC addresses? If it does, than this is the result of that. It sees the requests coming from one MAC address. With Linux, this wouldn't happen AFAIK. It's just how everything works. If you want to use the Guest with HIF, set a static address on it.
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.
brisnick
Posts: 2
Joined: 14. Nov 2008, 01:54

Post by brisnick »

Thanks for the reply.

Sorry about the dup. Just wasn't sure which forum the question belonged in!
Post Reply