]> git.llucax.com Git - personal/website.git/blob - source/proj/pymin/index.rst
Make https:// compatible
[personal/website.git] / source / proj / pymin / index.rst
1
2 =====
3 Pymin
4 =====
5
6 .. toctree::
7    :hidden:
8
9    config-exmaples
10
11
12 Introduction
13 ============
14
15 **Pymin** is a router administration tool. It works under Linux_ and provide
16 a consistent simple way to administrate common and basic network services
17 provided for almost any router this days.
18
19 The *core* of **Pymin** is a server, which takes commands from users. The
20 protocol is so simple you can virtually talk to the server using Netcat_  as
21 it were a command console.
22
23
24
25 Services provided
26 =================
27
28 * DHCP
29 * DNS
30 * Firewall
31 * IP / Routing, network devices and policy routing manipulation
32 * NAT
33 * PPP
34 * Proxy
35 * QoS
36 * VPN
37 * VRRP
38
39
40
41 Download
42 ========
43
44 There are no releases yet but the project is usable. You can get the code from
45 the Git_ repository__ (or a snapshot).
46
47 __ https://git.llucax.com.ar/w/software/pymin.git
48
49
50
51 Internal (developer) documentation
52 ==================================
53
54 We have some :doc:`example configuration files <config-examples>` for several
55 services.
56
57
58
59 .. _linux: http://www.linux.org/
60 .. _netcat: http://netcat.sourceforge.net/
61 .. _git: http://git.or.cz/
62
63
64 .. vim: set et sw=3 sts=3 tw=78 :