Following example 31.3. on https://www.freebsd.org/doc/handbook/network-aggregation.html I attempted to set up interface fallover for my laptop
here is what i have in /etc/rc.conf
i cannot even seem to get an ip, anyone knows what is wrong with this?
ethernet and wifi work fine independently of each other
here is what i have in /etc/rc.conf
Code:
ifconfig_re0="DHCP"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
create_args_wlan0="country US regdomain FCC"
ifconfig_re0="ether 1c:3e:84:52:a4:ac"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto failover laggport re0 laggport wlan0 DHCP"
i cannot even seem to get an ip, anyone knows what is wrong with this?
ethernet and wifi work fine independently of each other