VirtualBox

Opened 14 years ago

Last modified 3 years ago

#5747 new defect

Bridged Networking on Ethernet and Wireless Bonded interface fails — at Initial Version

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

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

Change History (1)

by James Robertson, 14 years ago

Attachment: VBox.log added

Vbox.log

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use