Virtualbox-ose 4.3.20_2, partially works with LAGG(4) as Bridged Adapter.
Ranjan1018 .
214748mv at gmail.com
Mon Dec 15 15:07:52 UTC 2014
The laptop is running 11.0-CURRENT r275768M with the lagg(4) interface as
explained in the FreeBSD Handbook ‘Example 31.3. Failover Mode Between
Ethernet and Wireless Interfaces’, in /etc/rc.conf I have added:
# cat /etc/rc.conf | egrep 'ifconfig|wlans|cloned'
ifconfig_re0="up"
ifconfig_ath0="ether 18:67:b0:39:bd:23"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport re0 laggport wlan0 DHCP"
In Virtualbox if I specify in the VM Settings, the network adapter as
Bridged Adapter, it works only with the lan cable connected to the laptop.
If I disconnect the cable, the VM network adapter stops working.
I'd rather get some feedback before posting a PR.
--
Maurizio
More information about the freebsd-emulation
mailing list