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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
