Re: Failover Mode between ether/wlan panics
- Reply: Nuno Teixeira : "Re: Failover Mode between ether/wlan panics"
- In reply to: Nuno Teixeira : "Failover Mode between ether/wlan panics"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 12:16:13 UTC
On Sun, Jul 31, 2022, 21:05 Nuno Teixeira <eduardo@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. >