Hello. I want to have a failover trunk on a RaspBI 3B+. mue0 (wired) should be the master device. Everything works fine using the wired interface. My problem is, that after unplugging the wired master interface, I can't even ping my default gateway. Kindly take a look at this:
rasp1$ cat hostname.bwfm0 nwid NOS_Internet_7DF5 wpakey <myPassword> up rasp1$ cat hostname.mue0 up rasp1$ cat hostname.trunk0 trunkproto failover trunkport mue0 trunkport bwfm0 inet 192.168.8.111 0xffffff00 # ifconfig after unplugging the wired interface rasp1$ ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768 index 2 priority 0 llprio 3 groups: lo inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 enc0: flags=0<> index 1 priority 0 llprio 3 groups: enc status: active bwfm0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500 lladdr b8:27:eb:24:eb:a6 index 3 priority 4 llprio 3 trunk: trunkdev trunk0 groups: wlan media: IEEE802.11 autoselect (HT-MCS0 mode 11n) status: active ieee80211: nwid NOS_Internet_7DF5 chan 5 bssid d0:65:ca:8c:7d:f5 -32dBm wpakey wpaprotos wpa2 wpaakms psk wpaciphers ccmp wpagroupcipher ccmp mue0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500 lladdr b8:27:eb:24:eb:a6 index 4 priority 0 llprio 3 trunk: trunkdev trunk0 media: Ethernet autoselect (none) status: no carrier trunk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 lladdr b8:27:eb:24:eb:a6 index 5 priority 0 llprio 3 trunk: trunkproto failover bwfm0 port active mue0 port master groups: trunk egress media: Ethernet autoselect status: active inet 192.168.8.111 netmask 0xffffff00 broadcast 192.168.8.255 pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136 index 6 priority 0 llprio 3 groups: pflog Many thanks, kodcode