Coder Social home page Coder Social logo

igdctl's Introduction

igdctl as Docker

Simple UPnP gateway port mapper for the "Internet Gateway Device (IGD) Standardized Device Control Protocol" based on PERL and started with Docker.

The container uses the default gateway of the docker host and removes itself after execution.

Installation

Building Docker container:

git clone https://github.com/dariusaurius/igdctl.git
docker build -t igdctl .

Usage

(-l) List all mapped ports; on some routers/gateways it may only show mappings added via UPnP:

docker run --rm --network=host igdctl -l

Add mapping

(-a) Add (-e) external port 80 to (-i) internal port 80 for (-I) client 192.168.178.10 with (-P) protocol TCP:

docker run --rm --network=host igdctl -a -e 80 -i 80 -I 192.168.178.10 -P TCP

(-R) Remove (-e) external port mapping for port 80 on all clients with (-P) protocol set to TCP:

docker run --rm --network=host igdctl -R -e 80 -P TCP

Help

Display (-h) help text with many more commands:

docker run --rm --network=host igdctl -h

Sources

howtoforge.com - Administrating Your Gateway Device Via UPnP by Vincent Wochnik

perlmaven.com - Distributing a Perl script using Docker container by Gabor Szabo

igdctl's People

Contributors

dariusaurius 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.