openwrt-wan-failover/wan-failover.config
Brian J. Tarricone 0517eab29a Try harder to determine interface device names
And also allow the wan-failover config to override it in case it's not
in the network config, which it seems like it isn't anymore.
2024-08-12 21:37:37 -07:00

30 lines
599 B
Plaintext

config globals 'globals'
option primary 'wan'
option fallback 'wwan'
option check_interval 10
option debug 'false'
config interface 'wan'
list ip '8.8.8.8'
list ip '1.1.1.1'
list ip '2001:4860:4860::8888'
list ip '2606:4700:4700::1112'
option quorum '2'
option count '5'
option timeout '2'
option down '3'
option up '5'
# option ifname 'eth2'
config interface 'wwan'
list ip '8.8.8.8'
list ip '1.1.1.1'
# list ip '2001:4860:4860::8888'
# list ip '2606:4700:4700::1112'
option quorum '2'
option count '5'
option timeout '2'
option down '3'
option up '5'
# option ifname 'wwan0'