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.

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/
