Opened 15 years ago
Last modified 3 years ago
#5747 new defect
Bridged Networking on Ethernet and Wireless Bonded interface fails
Reported by: | James Robertson | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 3.1.0 |
Keywords: | bridged bonding wireless ethernet | Cc: | j@… |
Guest type: | Windows | Host type: | Linux |
Description (last modified by )
I am using bonding to enslave eth0 and wlan0 together on a Debian Linux Host.
if the ethernet interface is operating and is the primary (which is what I have as default) the Guest is able to access the network. if the the wireless interface if the primary the guest cannot access the network.
using NAT works but I need to use a PPTP VPN from the guest but Virtualbox does not support GRE via NAT setup.
My network interfaces looks like this on the host to setup bonding between the wireless and ethernet.
# The loopback network interface
auto lo
iface lo inet loopback
# Bonding interface
auto bond0
iface bond0 inet dhcp
bond_mode active-backup
bond_primary eth0
bond_miimon 100
bond_downdelay 200
bond_updelay 200
wpa-ssid wifi
wpa-ap-scan 1
wpa-psk password
wpa-scan-ssid 1
wpa-iface wlan0
slaves eth0 wlan0
Attachments (3)
Change History (9)
by , 15 years ago
comment:1 by , 15 years ago
Component: | network → network/hostif |
---|
follow-up: 6 comment:2 by , 13 years ago
I have this same problem on Debian Squeeze AMD64 with VirtualBox v4.1.0. Ticket #8866 is likely a duplicate of this, and both may be duplicates of #4214.
by , 11 years ago
Attachment: | vbox_fSharedMacOnWire.patch added |
---|
Enable fSharedMacOnWire for bonding interface
comment:3 by , 11 years ago
That bonding over a wired and a wireless interface is a very common use case for laptop computers. The patch above may not be the best solution but it solves this problem.
comment:4 by , 9 years ago
Component: | network/hostif → network |
---|---|
Description: | modified (diff) |
by , 3 years ago
Attachment: | VBox_fSharedMacOnWire-6.2.26.patch added |
---|
Force SharedMacOnWire for bonding interface -- for VirtualBox-6.2.26
comment:6 by , 3 years ago
Replying to Pegasus:
I have this same problem on Debian Squeeze AMD64 with VirtualBox v4.1.0. Ticket #8866 is likely a duplicate of this, and both may be duplicates of #4214.
Probably not duplicate of #4214?
Vbox.log