Git Product home page Git Product logo

network-failover-switcher's Introduction

network-failover-switcher

I built this because I have a raspberry pi that I wanted to use for home automation.

Because of the security element of home automation I didn't want to assume that my normal broadband connection was up, so I got a 3g USB dongle and plugged that in, all good but my pi didn't know to route over the 3g dongle when the lan/wifi was down.

What this script will do is ping an IP you specify (8.8.8.8 by default), and it will adjust your routing 'metric' based on the order you set the interfaces in.

You can run this script as often as you like, but I guess running it every 1 minute via cron is probably going to be 'ok', the risk you're exposing yourself to in that I guess is that someone will break your internet connection then enter your house within 60 seconds and because your home automation system doesn't retry to send you the notification of the breach you'll miss it.

Installation

  1. apt-get install ifmetric
  2. Put this script in /usr/local/bin/failover-network.sh
  3. chmod +x /usr/local/bin/failover-network.sh
  4. Edit INTERFACES (below) to be in order the interfaces you have in the order you want them
  5. (optional) Edit the IP_TO_POLL, I've used google's primary DNS service 8.8.8.8
  6. (optional) Edit TIMEOUT this is how long to wait for a ping reply
  7. echo "* * * * * root /usr/local/bin/failover-network.sh" > /etc/cron.d/failover-network

network-failover-switcher's People

Contributors

chrisns avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.