Clarifications
1
root@RUT241:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='21.02.0'
DISTRIB_REVISION='r16279-5cc0535800'
DISTRIB_TARGET='ramips/mt76x8'
DISTRIB_ARCH='mipsel_24kc'
DISTRIB_DESCRIPTION='OpenWrt 21.02.0 r16279-5cc0535800'
DISTRIB_TAINTS='no-all busybox'
2
WebUI. I tried it keep it simple as possible. MultiAP is used for the WiFi WAN.
BTW: at the end there are some screenshots of how it is setup up in the webui.
3
As far as I can tell, yes. As of Monday AM, two of the robots had failed. I grabbed the outputs from both of those.
Outputs from ROBOT A:
1
root@RUT241:~# ip route show table all | grep -v "fe80|ff00"
default dev qmimux0 table 2 proto static scope link src 10.231.160.240 metric 2
10.231.160.240 dev qmimux0 table 2 proto static scope link src 10.231.160.240 metric 2
192.168.2.0/24 dev br-lan table 2 proto kernel scope link src 192.168.2.1
default via 192.168.1.1 dev wlan0-2 table 3 proto static src 192.168.1.62 metric 1
192.168.1.0/24 dev wlan0-2 table 3 proto static scope link src 192.168.1.62 metric 1
192.168.2.0/24 dev br-lan table 3 proto kernel scope link src 192.168.2.1
default via 192.168.1.1 dev wlan0-2 proto static src 192.168.1.62 metric 1
default dev qmimux0 proto static scope link src 10.231.160.240 metric 2
10.231.160.240 dev qmimux0 proto static scope link src 10.231.160.240 metric 2
192.168.1.0/24 dev wlan0-2 proto static scope link src 192.168.1.62 metric 1
192.168.2.0/24 dev br-lan proto kernel scope link src 192.168.2.1
local 10.231.160.240 dev qmimux0 table local proto kernel scope host src 10.231.160.240
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
local 192.168.1.62 dev wlan0-2 table local proto kernel scope host src 192.168.1.62
broadcast 192.168.1.255 dev wlan0-2 table local proto kernel scope link src 192.168.1.62
local 192.168.2.1 dev br-lan table local proto kernel scope host src 192.168.2.1
broadcast 192.168.2.255 dev br-lan table local proto kernel scope link src 192.168.2.1
fd0f:8e43:2648::/64 dev br-lan proto static metric 1024 pref medium
unreachable fd0f:8e43:2648::/48 dev lo proto static metric 4294967295 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium
fe80::/64 dev wlan0-2 proto kernel metric 256 pref medium
fe80::/64 dev wwan0 proto kernel metric 256 pref medium
fe80::/64 dev qmimux0 proto kernel metric 256 pref medium
local ::1 dev lo table local proto kernel metric 0 pref medium
anycast fd0f:8e43:2648:: dev br-lan table local proto kernel metric 0 pref medium
local fd0f:8e43:2648::1 dev br-lan table local proto kernel metric 0 pref medium
anycast fe80:: dev eth0 table local proto kernel metric 0 pref medium
anycast fe80:: dev br-lan table local proto kernel metric 0 pref medium
anycast fe80:: dev wlan0-2 table local proto kernel metric 0 pref medium
anycast fe80:: dev wwan0 table local proto kernel metric 0 pref medium
anycast fe80:: dev qmimux0 table local proto kernel metric 0 pref medium
local fe80::2097:27ff:fe3b:bd65 dev wlan0-2 table local proto kernel metric 0 pref medium
local fe80::2297:27ff:fe3b:bd63 dev eth0 table local proto kernel metric 0 pref medium
local fe80::2297:27ff:fe3b:bd63 dev br-lan table local proto kernel metric 0 pref medium
local fe80::97f7:70bd:ca23:4a52 dev wwan0 table local proto kernel metric 0 pref medium
local fe80::e7a5:1b0c:a9e:20b0 dev qmimux0 table local proto kernel metric 0 pref medium
multicast ff00::/8 dev eth0 table local proto kernel metric 256 pref medium
multicast ff00::/8 dev br-lan table local proto kernel metric 256 pref medium
multicast ff00::/8 dev wlan0-2 table local proto kernel metric 256 pref medium
multicast ff00::/8 dev wwan0 table local proto kernel metric 256 pref medium
multicast ff00::/8 dev qmimux0 table local proto kernel metric 256 pref medium
2
root@RUT241:~# ubus call network.interface.wan1 status
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 186,
"l3_device": "wlan0-2",
"proto": "dhcp",
"device": "wlan0-2",
"updated": [
"addresses",
"routes",
"data"
],
"metric": 1,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
{
"address": "192.168.1.62",
"mask": 24
}
],
"ipv6-address": [
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "0.0.0.0",
"mask": 0,
"nexthop": "192.168.1.1",
"source": "192.168.1.62/32"
}
],
"dns-server": [
"192.168.1.1"
],
"dns-search": [
"localdomain"
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
"hostname": "RUT241",
"leasetime": 86400
}
}
3
root@RUT241:~# logread | grep -iE "mwan3track|mwan3-hotplug" | grep wan1 | tail -n 200
423179 Mon Jun 15 14:03:00 2026 user.notice mwan3-hotplug[10809]: Execute ifdown event on interface wan1 (unknown)
423180 Mon Jun 15 14:03:00 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
423181 Mon Jun 15 14:03:01 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
423182 Mon Jun 15 14:03:03 2026 user.notice mwan3-hotplug[10911]: Execute disconnected event on interface wan1 (wlan0-2)
423228 Mon Jun 15 14:05:07 2026 user.notice mwan3-hotplug[11672]: Execute ifup event on interface wan1 (wlan0-2)
423230 Mon Jun 15 14:05:10 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 (wlan0-2)
423234 Mon Jun 15 14:05:14 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is online
423268 Mon Jun 15 14:05:16 2026 user.info mwan3track[4067]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 6
423269 Mon Jun 15 14:05:16 2026 user.info mwan3track[4067]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 6
423270 Mon Jun 15 14:05:16 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is disconnecting
423271 Mon Jun 15 14:05:18 2026 user.notice mwan3-hotplug[12308]: Execute ifdown event on interface wan1 (unknown)
423272 Mon Jun 15 14:05:21 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
423273 Mon Jun 15 14:05:21 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
423274 Mon Jun 15 14:05:22 2026 user.notice mwan3-hotplug[12668]: Execute disconnected event on interface wan1 (wlan0-2)
423332 Mon Jun 15 14:06:20 2026 user.notice mwan3-hotplug[13097]: Execute ifdown event on interface wan1 (unknown)
423333 Mon Jun 15 14:06:20 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
423334 Mon Jun 15 14:06:20 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
423335 Mon Jun 15 14:06:22 2026 user.notice mwan3-hotplug[13196]: Execute disconnected event on interface wan1 (wlan0-2)
423418 Mon Jun 15 14:11:13 2026 user.notice mwan3-hotplug[14619]: Execute ifup event on interface wan1 (wlan0-2)
423423 Mon Jun 15 14:11:15 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 (wlan0-2)
423429 Mon Jun 15 14:11:19 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is online
423460 Mon Jun 15 14:11:22 2026 user.info mwan3track[4067]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 6
423461 Mon Jun 15 14:11:22 2026 user.info mwan3track[4067]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 6
423462 Mon Jun 15 14:11:22 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is disconnecting
423464 Mon Jun 15 14:11:23 2026 user.notice mwan3-hotplug[15223]: Execute ifdown event on interface wan1 (unknown)
423465 Mon Jun 15 14:11:26 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
423466 Mon Jun 15 14:11:26 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
423467 Mon Jun 15 14:11:27 2026 user.notice mwan3-hotplug[15600]: Execute disconnected event on interface wan1 (wlan0-2)
423525 Mon Jun 15 14:12:12 2026 user.notice mwan3-hotplug[16050]: Execute ifdown event on interface wan1 (unknown)
423526 Mon Jun 15 14:12:12 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
423527 Mon Jun 15 14:12:13 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
423528 Mon Jun 15 14:12:15 2026 user.notice mwan3-hotplug[16143]: Execute disconnected event on interface wan1 (wlan0-2)
423602 Mon Jun 15 14:14:59 2026 user.notice mwan3-hotplug[17106]: Execute ifup event on interface wan1 (wlan0-2)
423639 Mon Jun 15 14:15:03 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 (wlan0-2)
423641 Mon Jun 15 14:15:09 2026 user.notice mwan3-hotplug[17845]: Execute ifdown event on interface wan1 (unknown)
423642 Mon Jun 15 14:15:09 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 ()
423643 Mon Jun 15 14:15:10 2026 user.notice mwan3track[4067]: Interface wan1 () is offline
423644 Mon Jun 15 14:15:12 2026 user.notice mwan3-hotplug[17948]: Execute disconnected event on interface wan1 (unknown)
423716 Mon Jun 15 14:16:01 2026 user.notice mwan3-hotplug[18410]: Execute ifdown event on interface wan1 (unknown)
423717 Mon Jun 15 14:16:01 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 ()
423718 Mon Jun 15 14:16:02 2026 user.notice mwan3track[4067]: Interface wan1 () is offline
423719 Mon Jun 15 14:16:04 2026 user.notice mwan3-hotplug[18508]: Execute disconnected event on interface wan1 (unknown)
423766 Mon Jun 15 14:16:39 2026 user.notice mwan3-hotplug[19003]: Execute ifup event on interface wan1 (wlan0-2)
423807 Mon Jun 15 14:16:44 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 ()
423843 Mon Jun 15 14:16:50 2026 user.notice mwan3-hotplug[19800]: Execute ifup event on interface wan1 (wlan0-2)
423845 Mon Jun 15 14:16:52 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 ()
423846 Mon Jun 15 14:16:52 2026 user.info mwan3track[4067]: Check (ping) success for target "1.1.1.1" on interface wan1 (). Current score: 0
423847 Mon Jun 15 14:16:53 2026 user.notice mwan3track[4067]: Interface wan1 () is connecting
423850 Mon Jun 15 14:16:55 2026 user.info mwan3track[4067]: Lost 12 ping(s) on interface wan1 (). Current score: 0
423851 Mon Jun 15 14:16:56 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is online
423893 Mon Jun 15 14:17:19 2026 user.info mwan3track[4067]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 6
423894 Mon Jun 15 14:17:19 2026 user.info mwan3track[4067]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 6
423898 Mon Jun 15 14:17:19 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is disconnecting
423899 Mon Jun 15 14:17:19 2026 user.notice mwan3-hotplug[20544]: Execute ifdown event on interface wan1 (unknown)
423912 Mon Jun 15 14:17:24 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
423913 Mon Jun 15 14:17:24 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
423914 Mon Jun 15 14:17:26 2026 user.notice mwan3-hotplug[21070]: Execute disconnected event on interface wan1 (wlan0-2)
423916 Mon Jun 15 14:17:28 2026 user.notice mwan3-hotplug[21098]: Execute ifup event on interface wan1 (wlan0-2)
423918 Mon Jun 15 14:17:32 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 (wlan0-2)
423919 Mon Jun 15 14:17:32 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is online
423943 Mon Jun 15 14:17:37 2026 user.info mwan3track[4067]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 6
423944 Mon Jun 15 14:17:37 2026 user.info mwan3track[4067]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 6
423945 Mon Jun 15 14:17:37 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is disconnecting
423959 Mon Jun 15 14:17:39 2026 user.notice mwan3-hotplug[21749]: Execute ifdown event on interface wan1 (unknown)
423961 Mon Jun 15 14:17:42 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
423962 Mon Jun 15 14:17:42 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
423963 Mon Jun 15 14:17:43 2026 user.notice mwan3-hotplug[22105]: Execute disconnected event on interface wan1 (wlan0-2)
423999 Mon Jun 15 14:18:04 2026 user.notice mwan3-hotplug[22364]: Execute ifup event on interface wan1 (wlan0-2)
424001 Mon Jun 15 14:18:07 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 (wlan0-2)
424002 Mon Jun 15 14:18:07 2026 user.info mwan3track[4067]: Check (ping) success for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 0
424003 Mon Jun 15 14:18:07 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is connecting
424005 Mon Jun 15 14:18:10 2026 user.info mwan3track[4067]: Lost 2 ping(s) on interface wan1 (wlan0-2). Current score: 0
424006 Mon Jun 15 14:18:11 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is online
424023 Mon Jun 15 14:24:36 2026 user.info mwan3track[4067]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 6
424129 Mon Jun 15 14:27:44 2026 user.info mwan3track[4067]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 6
424130 Mon Jun 15 14:27:44 2026 user.info mwan3track[4067]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 6
424132 Mon Jun 15 14:27:44 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is disconnecting
424148 Mon Jun 15 14:27:47 2026 user.notice mwan3-hotplug[928]: Execute ifdown event on interface wan1 (unknown)
424155 Mon Jun 15 14:27:55 2026 user.info mwan3track[4067]: Detect ifdown event on interface wan1 (wlan0-2)
424156 Mon Jun 15 14:27:55 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is offline
424157 Mon Jun 15 14:27:57 2026 user.notice mwan3-hotplug[1626]: Execute ifup event on interface wan1 (wlan0-2)
424160 Mon Jun 15 14:28:00 2026 user.notice mwan3-hotplug[1705]: Execute disconnected event on interface wan1 (wlan0-2)
424164 Mon Jun 15 14:28:05 2026 user.info mwan3track[4067]: Detect ifup event on interface wan1 (wlan0-2)
424165 Mon Jun 15 14:28:06 2026 user.notice mwan3track[4067]: Interface wan1 (wlan0-2) is online
root@RUT241:~#
OUTPUTS FROM ROBOT B:
1
root@RUT241:~# ip route show table all | grep -v "fe80|ff00"
default dev qmimux0 table 2 proto static scope link src 10.2.53.205 metric 2
10.2.53.205 dev qmimux0 table 2 proto static scope link src 10.2.53.205 metric 2
192.168.2.0/24 dev br-lan table 2 proto kernel scope link src 192.168.2.1
default via 192.168.0.1 dev wlan0-2 table 3 proto static src 192.168.0.170 metric 1
192.168.0.0/24 dev wlan0-2 table 3 proto static scope link src 192.168.0.170 metric 1
192.168.2.0/24 dev br-lan table 3 proto kernel scope link src 192.168.2.1
default via 192.168.0.1 dev wlan0-2 proto static src 192.168.0.170 metric 1
default dev qmimux0 proto static scope link src 10.2.53.205 metric 2
10.2.53.205 dev qmimux0 proto static scope link src 10.2.53.205 metric 2
192.168.0.0/24 dev wlan0-2 proto static scope link src 192.168.0.170 metric 1
192.168.2.0/24 dev br-lan proto kernel scope link src 192.168.2.1
local 10.2.53.205 dev qmimux0 table local proto kernel scope host src 10.2.53.205
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
local 192.168.0.170 dev wlan0-2 table local proto kernel scope host src 192.168.0.170
broadcast 192.168.0.255 dev wlan0-2 table local proto kernel scope link src 192.168.0.170
local 192.168.2.1 dev br-lan table local proto kernel scope host src 192.168.2.1
broadcast 192.168.2.255 dev br-lan table local proto kernel scope link src 192.168.2.1
fd0f:8e43:2648::/64 dev br-lan proto static metric 1024 pref medium
unreachable fd0f:8e43:2648::/48 dev lo proto static metric 4294967295 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev br-lan proto kernel metric 256 pref medium
fe80::/64 dev wlan0-2 proto kernel metric 256 pref medium
fe80::/64 dev wwan0 proto kernel metric 256 pref medium
fe80::/64 dev qmimux0 proto kernel metric 256 pref medium
local ::1 dev lo table local proto kernel metric 0 pref medium
anycast fd0f:8e43:2648:: dev br-lan table local proto kernel metric 0 pref medium
local fd0f:8e43:2648::1 dev br-lan table local proto kernel metric 0 pref medium
anycast fe80:: dev eth0 table local proto kernel metric 0 pref medium
anycast fe80:: dev br-lan table local proto kernel metric 0 pref medium
anycast fe80:: dev wlan0-2 table local proto kernel metric 0 pref medium
anycast fe80:: dev wwan0 table local proto kernel metric 0 pref medium
anycast fe80:: dev qmimux0 table local proto kernel metric 0 pref medium
local fe80::2097:27ff:fe30:94d dev wlan0-2 table local proto kernel metric 0 pref medium
local fe80::2297:27ff:fe30:94b dev eth0 table local proto kernel metric 0 pref medium
local fe80::2297:27ff:fe30:94b dev br-lan table local proto kernel metric 0 pref medium
local fe80::99a2:6c50:ec41:a76b dev qmimux0 table local proto kernel metric 0 pref medium
local fe80::d447:59d8:86f8:ce68 dev wwan0 table local proto kernel metric 0 pref medium
multicast ff00::/8 dev eth0 table local proto kernel metric 256 pref medium
multicast ff00::/8 dev br-lan table local proto kernel metric 256 pref medium
multicast ff00::/8 dev wlan0-2 table local proto kernel metric 256 pref medium
multicast ff00::/8 dev wwan0 table local proto kernel metric 256 pref medium
multicast ff00::/8 dev qmimux0 table local proto kernel metric 256 pref medium
root@RUT241:~#
2
root@RUT241:~# ubus call network.interface.wan1 status
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 18067,
"l3_device": "wlan0-2",
"proto": "dhcp",
"device": "wlan0-2",
"updated": [
"addresses",
"routes",
"data"
],
"metric": 1,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
{
"address": "192.168.0.170",
"mask": 24
}
],
"ipv6-address": [
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "0.0.0.0",
"mask": 0,
"nexthop": "192.168.0.1",
"source": "192.168.0.170/32"
}
],
"dns-server": [
"192.168.0.1"
],
"dns-search": [
"mynetworksettings.com"
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
"leasetime": 86400
}
}
3
root@RUT241:~# logread | grep -iE "mwan3track|mwan3-hotplug" | grep wan1 | tail -n 200
26775 Mon Jun 15 05:01:05 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 8
26776 Mon Jun 15 05:01:12 2026 user.info mwan3track[7982]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 8
26777 Mon Jun 15 05:01:12 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is disconnecting
26778 Mon Jun 15 05:01:25 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 7
26779 Mon Jun 15 05:01:32 2026 user.info mwan3track[7982]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 7
26780 Mon Jun 15 05:01:44 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is connecting
26781 Mon Jun 15 05:01:47 2026 user.info mwan3track[7982]: Lost 12 ping(s) on interface wan1 (wlan0-2). Current score: 6
27051 Mon Jun 15 08:49:36 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 8
27121 Mon Jun 15 09:41:40 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 8
27122 Mon Jun 15 09:41:47 2026 user.info mwan3track[7982]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 8
27123 Mon Jun 15 09:41:47 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is disconnecting
27124 Mon Jun 15 09:42:00 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 7
27125 Mon Jun 15 09:42:07 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is connecting
27126 Mon Jun 15 09:42:08 2026 user.info mwan3track[7982]: Lost 9 ping(s) on interface wan1 (wlan0-2). Current score: 7
27164 Mon Jun 15 09:56:12 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 8
27171 Mon Jun 15 09:56:12 2026 user.info mwan3track[7982]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 8
27183 Mon Jun 15 09:56:12 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is disconnecting
27201 Mon Jun 15 09:56:15 2026 user.notice mwan3-hotplug[21791]: Execute ifdown event on interface wan1 (unknown)
27202 Mon Jun 15 09:56:21 2026 user.info mwan3track[7982]: Detect ifdown event on interface wan1 (wlan0-2)
27203 Mon Jun 15 09:56:21 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is offline
27204 Mon Jun 15 09:56:23 2026 user.notice mwan3-hotplug[22388]: Execute ifup event on interface wan1 (wlan0-2)
27206 Mon Jun 15 09:56:27 2026 user.notice mwan3-hotplug[22441]: Execute disconnected event on interface wan1 (wlan0-2)
27209 Mon Jun 15 09:56:32 2026 user.info mwan3track[7982]: Detect ifup event on interface wan1 (wlan0-2)
27210 Mon Jun 15 09:56:32 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is online
27223 Mon Jun 15 10:02:33 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 8
27238 Mon Jun 15 10:13:38 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 8
27239 Mon Jun 15 10:13:45 2026 user.info mwan3track[7982]: Check (ping) failed for target "8.8.8.8" on interface wan1 (wlan0-2). Current score: 8
27240 Mon Jun 15 10:13:45 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is disconnecting
27241 Mon Jun 15 10:13:58 2026 user.info mwan3track[7982]: Check (ping) failed for target "1.1.1.1" on interface wan1 (wlan0-2). Current score: 7
27242 Mon Jun 15 10:14:01 2026 user.notice mwan3track[7982]: Interface wan1 (wlan0-2) is connecting
27243 Mon Jun 15 10:14:02 2026 user.info mwan3track[7982]: Lost 9 ping(s) on interface wan1 (wlan0-2). Current score: 7
root@RUT241:~#
I’ll add a couple screenshots from the webui of robot B:
Thank you so much for your help! Hope this is enough to track down the bug. I did update to the latest version of RUT241 firmware on one of my robots - (not either of the two that failed) so if that one fails as well I will post here.