On Sun, Jul 31, 2022, 21:05 Nuno Teixeira <edua...@freebsd.org> wrote:
> Hello, > > I'm trying to setup a failover mode ethernet/wireless as shown in > https://docs.freebsd.org/en/books/handbook/book/#networking-lagg-wired-and-wireless > and I got a panic. > > /etc/rc.conf: > --- > ifconfig_re0="ether <wlan0 mac address>" > wlans_iwlwifi0="wlan0" > ifconfig_wlan0="WPA" > create_args_wlan0="country PT" > cloned_interfaces="lagg0" > ifconfig_lagg0="up laggproto failover laggport re0 laggport wlan0 DHCP" > --- > > Any ideas of what's wrong? > BTW, no kernel dump and I have dumpdev="AUTO" in /etc/rc.conf... > > Thanks in advance, > Nuno Teixeira > Hi. For this to work, you'll have to clone your wifi MAC to your eth MAC. >