smpppd-web 2.00
---------------

With smpppd-web you can control the internet connection of your linux router via
web browser from differnet machines in your local network.

You can pick one of the list of configured providers and trigger internet dialin
and dialout for one or more configured interfaces.

Configuration:
--------------
Configure smpppd with Yast2 so that dialup can be controlled with kinternet,
qinternet or cinternet.
After that smpppd must be configured to open up a TCP port. To do that you have
to change /etc/smpppd.conf this way:

open-inet-socket = yes
bind-address = 127.0.0.1

If 'bind-address' is not '127.0.0.1' or 'localhost' you have to change the value
of '$Host' in /srv/www/smpppd-web/smpppd-web.pl. 

smpppd-web uses mod perl if possible. Particularly if your server is a very
slow machine it is recommended to install and activate mod_perl for your apache.
This will speed up program execution significanly. Loading times will be reduced
to nearly zero.

If you would like to restrict access to the web frontend you can use the usual
apache access control directives in /etc/apache2/conf.d/smpppd-web-apache2.conf.
More information about that you can find in apache2-doc.rpm or in www under
http://httpd.apache.org/docs-project/
