Go to file
2024-08-12 21:43:07 -07:00
install.sh Initial import 2020-07-27 03:41:20 -07:00
LICENSE Add license file 2024-08-12 21:43:07 -07:00
README.md Add readme 2024-08-12 21:40:21 -07:00
wan-failover Try harder to determine interface device names 2024-08-12 21:37:37 -07:00
wan-failover.config Try harder to determine interface device names 2024-08-12 21:37:37 -07:00
wan-failover.init.d Initial import 2020-07-27 03:41:20 -07:00

openwrt-wan-failover

This is a simple script/service that constantly pings your primary interface (WAN) and secondary interface (WWAN, though I suppose in practice it doesn't have to be a wireless WAN link).

Install it with the install.sh script on your OpenWRT device, and either reboot, or start it immediately with service wan-failover start.

There is currently no UI to configure it; use uci or manually edit the provided sample configuration file before installing.

Before starting the service, you should set your primary interface's metric to 10, and the backup to 20.