routerctl

Synopsis

Routerctl (pronounced "router control") is a program to convert a normal PC into a network router. It manages network connectivity, DNS, DHCP, NAT, packet filtering, firewall policies, port forwarding, and IP forwarding via a single high-level configuration file. There is a graphical 'wizard' to setup the network for the first time, and the program provides general diagnostic information via a web browser.

System Requirements

History

Routerctl is a total rewrite of SOFI (Simple OpenBSD Firewall Interface). It is written in C and uses the libc+ library originally developed for Recvmail.

Installation

To install Routerctl, follow these steps:

  1. Use the web-based configuration tool to generate an initial router.conf file.
  2. Download the source code here
  3. Unpack the sources, run ./configure && make && make install
  4. Run `routerctl start' to start the router.
  5. Go to 'google.com' to test that the router is working.

Documentation

Please read the Routerctl Users Guide for the complete guide to setting up a router with Recvmail.

The following manual pages are available:

Here is an example configuration file.

Copyright and License

routerctl is (C)2004, 2005, 2006 Mark Heily.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

Contact Information

Please email devel@heily.com if you have any questions, comments, or concerns. Your message must be sent as plain text (not HTML) or it will flagged as 'spam' and deleted automatically.
$Id$