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