IP Conflict when using Wireless Bridged in Laptop

Discussions about using Windows guests in VirtualBox.
Post Reply
gaminel
Posts: 2
Joined: 29. Sep 2009, 18:20
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: XP

IP Conflict when using Wireless Bridged in Laptop

Post by gaminel »

I have read all the forums and still haven't figure out why I get an IP Conflict when I use the wireless adapter. This problem doesn't occur when I user the wired connection, or if I use VMWare. I really like this Virtual Box, and would like to understand why this is happening and if it can be addressed.
vbox4me2
Volunteer
Posts: 5218
Joined: 21. Nov 2008, 20:27
Location: Rotterdam
Contact:

Re: IP Conflict when using Wireless Bridged in Laptop

Post by vbox4me2 »

With Bridge your wireless router(dchp server) might be getting confused, ea. not looking at the mac address.
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

Re: IP Conflict when using Wireless Bridged in Laptop

Post by Sasquatch »

Actually, it might look at the MAC address. VB tries to use the physical adapter but send requests using the virtual MAC address. If it can't get a connection that way, it will use the physical MAC address. Because it uses the physical adapter's MAC address, the router will give the same IP address, because it keeps track of which MAC gets which IP. But the actual machine that gets the IP is not the machine the router thinks it should get, hence the conflict.
This backup method of connecting depends on the physical adapter and it's driver, not all drivers and adapters allow network packages to be send with a different MAC address source than it has.
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.
gaminel
Posts: 2
Joined: 29. Sep 2009, 18:20
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: XP

Re: IP Conflict when using Wireless Bridged in Laptop

Post by gaminel »

Thank you for your clarification. What I am doing is ignoring the error, and it works fine. This error happens both in my company's setting as well as my home. I wonder how is VM Ware handling this? I did not get those errors with it. I did get the same errors with MS Virtual PC. In any case, a nice problem to have given the performance of the virtual machine vs the other two options.
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

Re: IP Conflict when using Wireless Bridged in Laptop

Post by Sasquatch »

The IP conflict should never be ignored but solved instead. At home it's quite easy to solve, you simply set a static IP on either the Host or Guest, but at work it's something else. You have to ask your system administrator if there is any IP address you can freely use for static configuration.
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