Wired roaming
  • Roaming between wireless and wired networks?!
  • Possible, using trunk(4) in failover mode
    • trunk is the new link aggregation interface
    • Changes in 3.9: support for multicast (CARP) and failover
    • TODO: IEEE 802.3ad LACP support
# ifconfig ath0 nwid humppa up
# ifconfig em0 up
# ifconfig trunk0 trunkproto failover trunkport em0 trunkport ath0
# dhclient trunk0
        
"Proactive Wireless Networks With OpenBSD", BSDCan 2006, Ottawa, Canada, 2006-05-13
Reyk Floeter (reyk@vantronix.net)
.vantronix | secure systems GmbH (http://www.vantronix.net/)