##----------------------------------------------------------------------------- ## pppoe_server.txt - fli4l configuration parameters __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 25.02.2006 tobiasw ## Last Update: $Id$ ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Optional package: PPPoE-Server #------------------------------------------------------------------------------ OPT_PPPOE_SERVER='no' # use pppoe-server: yes or no PPPOE_SERVER_ETH='eth0' # eth card connected to PPPoE-clients PPPOE_SERVER_TYPE='async' # async (sync or in_kernel don't work at # the moment) PPPOE_SERVER_DEBUG='no' # enable pppoe-server debugging, 'yes' or 'no' PPPOE_SERVER_LOCAL_IP='10.0.0.1' # sets the local IP adress PPPOE_SERVER_REMOTE_IP='10.54.0.0' # sets the starting remote IP adress PPPOE_SERVER_DNS1='192.168.6.1' # IP of 1st DNS-server passed to PPPoE-clients PPPOE_SERVER_DNS2='141.1.1.1' # IP of 2nd DNS-server passed to PPPoE-clients PPPOE_SRV_USER_N='0' # user names and passwords PPPOE_SRV_USER_1_NAME='foo' PPPOE_SRV_USER_1_PASS='bar' # PPPOE_SERVER_MTU # mtu used on this line # PPPOE_SERVER_MRU # mru used on this line