This is a package for floppyfw which contains LineControl Server (linesrv) 2.1.18 linesrv can be used to remotely bring up or down a dial-up connection via a client interface (see http://linecontrol.sourceforge.net/) for more info. The binary included in this package was build on Mandrake 7.2 using compat-glibc-5.3-2.0.7.9mdk.rpm The following configure options were used: ./configure --disable-useracc --disable-pamauth --disable-mysql The makefile was modified as follows: CC = gcc -m388 -march=i386 server_ldflags = -s -nostdlib -L/usr/i386-glibc20-linux/lib /usr/i386-glibc20-linux/lib/libc.so /usr/i386-glibc20-linux/lib/crt1.o This binary has been tested successfully with floppyfw 2.0.9 and 2.0.10 For more info on compiling binaries for floppyfw, see 2.0.7-compile-HOWTO.txt and HOWTO-package.txt INSTALLATION: 1. Get floppyfw-2.0.10-1680K-pppoe.img and write it to a floppy 2. Copy the following files in this package to /packages on the floppy linesrv.ini linesrv.tar.bz2 post-linesrv.ini ppp-up.ini (replace the existing file) pre-linesrv.ini 3. Modify the configuration files as follows: Changes to floppyfw-2.0.9-1680K-pppoe.img image for use with linecontrol server and ppp (modem / ISDN). Changes you have to make in /config: Change OUTSIDE_DEV variable OUTSIDE_DEV=ppp0 Comment out the following lines #OUTSIDE_NETMASK= #OUTSIDE_NETWORK= #OUTSIDE_BROADCAST= Set user name and password for your dial up account: USER_IDENT= USER_PASSWORD= Change INSIDE_DEV variable INSIDE_DEV=eth0 Setup your network parameters INSIDE_IP=192.168.1.1 INSIDE_NETWORK=192.168.1.0 INSIDE_NETMASK=255.255.255.0 INSIDE_BROADCAST=192.168.1.255 You must set name servers. Use your ISP's name servers. NAME_SERVER_IP1= NAME_SERVER_IP2= It may be useful to fill in the following HOSTNAME= DOMAIN= I enabled DNS caching on my server DNSMASQ=y I've included a replacement /packages/ppp-up.ini file The only modification required is to set your ISP telephone number Set ISP telephone number: TELEPHONE= For more info see howto-ppp-dialup.txt and firewall+PPP.txt Open /packages/linesrv.ini and make necessary changes. The default file should work unless your ip is not 192.168.1.1 or you are using something other than just plain ppp dialup. See http://linecontrol.sourceforge.net/ for more info.