Więc wracam z logami:
W chwili kiedy łącze WWAN padło i było OFFLINE, ping był taki:
Running 'ping -c 5 -W 1 1.1.1.1' with DEVICE=wwan0 SRCIP=10.96.221.185 FWMARK=0x3f00 FAMILY=ipv4
PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: seq=0 ttl=54 time=43.833 ms
64 bytes from 1.1.1.1: seq=1 ttl=54 time=43.633 ms
64 bytes from 1.1.1.1: seq=2 ttl=54 time=58.575 ms
64 bytes from 1.1.1.1: seq=3 ttl=54 time=42.424 ms
64 bytes from 1.1.1.1: seq=4 ttl=54 time=43.197 ms
Log w czasie,kiedy łącze WWAN padło:
Thu Feb 5 00:00:00 2026 cron.err crond[29274]: USER root pid 2372 cmd /sbin/service mwan3 restart
Thu Feb 5 00:00:04 2026 user.notice mwan3track[26396]: Stopping mwan3track for interface "WAN". Status was "online"
Thu Feb 5 00:00:04 2026 user.notice mwan3track[26395]: Stopping mwan3track for interface "WWAN". Status was "online"
Thu Feb 5 00:00:05 2026 user.notice mwan3-hotplug[2598]: Execute ifup event on interface WWAN (wwan0)
Thu Feb 5 00:00:05 2026 user.notice mwan3-hotplug[2604]: Execute ifup event on interface WAN (eth0.2)
Thu Feb 5 00:00:05 2026 user.info mwan3-hotplug[2598]: Connection tracking flushed for interface 'WWAN' on action 'ifup'
Thu Feb 5 00:00:08 2026 user.notice mwan3track[2798]: Interface WAN (eth0.2) is online
Thu Feb 5 00:00:08 2026 user.notice mwan3track[2797]: Interface WWAN (wwan0) is online
Thu Feb 5 04:00:39 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 11
Thu Feb 5 04:00:39 2026 user.notice mwan3track[2797]: Interface WWAN (wwan0) is disconnecting
Thu Feb 5 04:01:04 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 10
Thu Feb 5 04:01:28 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 9
Thu Feb 5 04:01:52 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 8
Thu Feb 5 04:02:16 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 7
Thu Feb 5 04:02:40 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 6
Thu Feb 5 04:03:04 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 5
Thu Feb 5 04:03:28 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 4
Thu Feb 5 04:03:52 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 3
Thu Feb 5 04:04:16 2026 user.info mwan3track[2797]: Check (ping) failed for target "1.1.1.1" on interface WWAN (wwan0). Current score: 2
Thu Feb 5 04:04:16 2026 user.notice mwan3track[2797]: Interface WWAN (wwan0) is offline
Thu Feb 5 04:04:17 2026 user.notice mwan3-hotplug[7078]: Execute disconnected event on interface WWAN (wwan0)
Thu Feb 5 04:20:43 2026 user.notice mwan3-hotplug[7456]: mwan3 hotplug on WWAN_4 not called because interface disabled
Thu Feb 5 04:22:35 2026 user.notice mwan3-hotplug[7677]: mwan3 hotplug on WWAN_4 not called because interface disabled
root@OpenWrt:~#
Wystarczyło zrobić mwan3 ifup WWAN aby WWAN wrócił do żywych.
Co ciekawe, WWAN cały czas ma IP i działa, tylko routing się miesza. Jestem tego pewny, bo kiedy łącze główne WAN padło naprawdę , a potem padło WWAN ale tylko w statusie mwan3 to cały czas miałem zdalny dostęp do routera przez Zerotier.
Cały konfig;
config globals 'globals'
option mmx_mask '0x3F00'
config rule 'https'
option sticky '1'
option dest_port '443'
option proto 'tcp'
option use_policy 'wan_failover'
option family 'ipv4'
config rule 'default_rule_v4'
option dest_ip '0.0.0.0/0'
option use_policy 'wan_failover'
option family 'ipv4'
option proto 'all'
option sticky '0'
config interface 'WWAN'
option enabled '1'
option initial_state 'online'
option family 'ipv4'
option track_method 'ping'
option reliability '1'
option count '5'
option size '8'
option max_ttl '60'
option timeout '10'
option interval '3600'
option failure_interval '10'
option recovery_interval '5'
option down '10'
option up '1'
list flush_conntrack 'ifup'
list track_ip '1.1.1.1'
config interface 'WAN'
option initial_state 'online'
option family 'ipv4'
option track_method 'ping'
option reliability '1'
option count '1'
option size '56'
option max_ttl '60'
option timeout '4'
option interval '20'
option failure_interval '10'
option recovery_interval '5'
option down '10'
option up '3'
option enabled '1'
list track_ip '8.8.8.8'
list track_ip '1.1.1.1'
list flush_conntrack 'ifup'
config member 'wan_m1'
option interface 'WAN'
option metric '10'
option weight '1'
config member 'lte_m2'
option interface 'WWAN'
option metric '20'
option weight '1'
config policy 'wan_failover'
list use_member 'wan_m1'
list use_member 'lte_m2'
option last_resort 'default'