Coder Social home page Coder Social logo

fritz-route's Introduction

fritz-route

This command-line tool allows manipulation of static routes on a Fritz!Box via the command line.

Installation

In order to install (as a command-line tool), use the following command

npm install fritz-route --global

Usage

This tool will create or update a static IPv4 route on your Fritz!Box. You will need to provide the following arguments:

  • user The name of your user of the Fritz!Box. The user has to have the rights to make configuration changes
  • password The password of the user
  • url The URL of your Fritz!Box. For example https://fritz.box
  • network The network for which you want to setup the route. E.g. 192.168.178.2
  • subnet The subnet mask of the network for which you are setting up the route. E.g. 255.255.255.255
  • gateway The gateway for your route, e.g. 192.168.0.1
  • active Whether the route will be active (true) or inactive (false) after running the tool
  • toggle Use this switch instead of active in order to switch the route on or off depending on the current state

You may also provide these arguments to the script in the form of a JSON file, in this case, only provide the following argument to the script:

  • config-file The file from which the other arguments should be parsed from.

FAQ & Disclaimers

Why not use TR-064?

I have tried my use-cases with TR-064 several times but never succeeded, because at some point I would always receive an error. Hence, I wrote this tool in order to realize what I wanted to do. Your mileage may vary, and maybe for other Fritz!Box types or OS versions TR-064 might do the trick after all.

Only tested on Fritz!Box 7490 with FRITZ!OS 07.01

I was only able to test this tool on my own Fritz!Box so far.

Use with caution

Please make sure you know what you are doing. In case of not using this tool correctly, you might lose the connection to your Fritz!Box and have to reset your router in order to regain it.

fritz-route's People

Contributors

spookyfm avatar

Stargazers

 avatar

Watchers

 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.