Skip to content

Instantly share code, notes, and snippets.

@metalefty
Last active December 21, 2015 01:28
Show Gist options
  • Save metalefty/6227544 to your computer and use it in GitHub Desktop.
Save metalefty/6227544 to your computer and use it in GitHub Desktop.
FreeBSDで有線と無線をリンクアグリゲーション(failover)
# wireless lan
network_interfaces="AUTO"
wlans_iwn0="wlan0"
ifconfig_wlan0="country JP WPA"
# link aggregation
cloned_interfaces="lagg0"
ifconfig_ue0="up"
ifconfig_lagg0="laggproto failover laggport ue0 laggport wlan0 SYNCDHCP"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment