1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: linesrv
Section: net
Priority: optional
Maintainer: Marco Presi (Zufus) <zufus@debian.org>
Build-Depends: debhelper (>> 4.1.16), libpam0g-dev, libmysqlclient10-dev, dbs
Standards-Version: 3.6.1
Package: linesrv
Architecture: any
Pre-Depends: debconf (>= 0.2.17)
Depends: ${shlibs:Depends}
Recommends: ppp | isdnutils
Suggests: pppconfig | wvdial, apache
Conflicts: linesrv-mysql
Description: A server to remotely control the internet connection
LineControl runs a server application on a masquerading - server (Linux).
Clients on other hosts may now talk to this server and say that it should
establish a certain line (usually using pppd/chat, isdnctrl or some other
script). LineControl Server then calls a certain shellscript and waits until
a specified network - device is up (for analog lines), until /dev/isdninfo
changes its status (if using the ISDN capabilities) or until a certain file
exists. Then it sends to all connected Clients a message that the connection
is established. The connection won't get killed until each client told to do
so, had a timeout or has been terminated. LineControl provides a nice status
monitor via two easy to use cgi-bin pages
Package: linesrv-mysql
Architecture: any
Pre-Depends: debconf (>= 0.2.17)
Depends: ${shlibs:Depends}, mysql-client
Recommends: ppp | isdnutils
Suggests: pppconfig | wvdial, apache
Conflicts: linesrv
Description: A server to remotely control the internet connection
LineControl runs a server application on a masquerading - server (Linux).
Clients on other hosts may now talk to this server and say that it should
establish a certain line (usually using pppd/chat, isdnctrl or some other
script). LineControl Server then calls a certain shellscript and waits until
a specified network - device is up (for analog lines), until /dev/isdninfo
changes its status (if using the ISDN capabilities) or until a certain file
exists. Then it sends to all connected Clients a message that the connection
is established. The connection won't get killed until each client told to do
so, had a timeout or has been terminated. LineControl provides a nice status
monitor via two easy to use cgi-bin pages.
.
This version provide an interface to log all connections into a mysql database.
|