Skip to content

GTANAdam/openwrt-wan-failover-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Simple Openwrt Failover Script

How to install?

  1. Download .zip files

    wget https://github.com/GTANAdam/openwrt-wan-failover-script/archive/refs/tags/Release.zip

  2. Extract .zip file in /tmp folder

    cd /tmp unzip Release.zip

  3. Move files in www folder to /www folder

    mv www/ /www/

  4. Move folder failover to /etc/

    mv failover /etc/failover/

How to configure script?

  1. Edit failover.sh

    vi /etc/failover/failover.sh

  2. Edit variables between comments # Begin Configuration # and # Begin Configuration #

How to start script?

  1. Configure your crontab file

    */2 * * * * /etc/failover/failover.sh

  2. Restart crontab service

    /etc/init.d/cron reload

About

Lightweight wan failover script with a connection status webpage (no mwan3 package required)

Resources

Stars

Watchers

Forks

Packages

No packages published