===== Pymin ===== .. toctree:: :hidden: config-exmaples Introduction ============ **Pymin** is a router administration tool. It works under Linux_ and provide a consistent simple way to administrate common and basic network services provided for almost any router this days. The *core* of **Pymin** is a server, which takes commands from users. The protocol is so simple you can virtually talk to the server using Netcat_ as it were a command console. Services provided ================= * DHCP * DNS * Firewall * IP / Routing, network devices and policy routing manipulation * NAT * PPP * Proxy * QoS * VPN * VRRP Download ======== There are no releases yet but the project is usable. You can get the code from the Git_ repository__ (or a snapshot). __ https://git.llucax.com/w/software/pymin.git Internal (developer) documentation ================================== We have some :doc:`example configuration files ` for several services. .. _linux: http://www.linux.org/ .. _netcat: http://netcat.sourceforge.net/ .. _git: http://git.or.cz/ .. vim: set et sw=3 sts=3 tw=78 :