##----------------------------------------------------------------------------- ## fli4l __FLI4LVER__ - configuration for package "pppoe_server" ## ## 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 ! ## ## 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 ! ## ##----------------------------------------------------------------------------- ## Creation: 25.02.2006 tobiasw ## Last Update: $Id$ ## ## Copyright (c) 2006-2016 - fli4l-Team ## ## 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_N='1' # Number of servers PPPOE_SERVER_1_ETH='eth0' # eth card connected to PPPoE clients PPPOE_SERVER_1_TYPE='daemon' # pppoe daemon PPPOE_SERVER_1_DEBUG='no' # enable pppoe server debugging, 'yes' or 'no' PPPOE_SERVER_1_LOCAL_IP='10.0.0.1' # sets the local IP address PPPOE_SERVER_1_REMOTE_IP='10.54.0.0' # sets the starting remote IP address PPPOE_SERVER_1_DNS1='192.168.6.1' # IP of 1st DNS server passed to PPPoE clients #PPPOE_SERVER_1_DNS2='141.1.1.1' # IP of 2nd DNS server passed to PPPoE clients #PPPOE_SERVER_1_MTU='1492' # mtu used on this connection #PPPOE_SERVER_1_MRU='1492' # mru used on this connection PPPOE_SERVER_USER_N='0' # user names and passwords PPPOE_SERVER_USER_1_NAME='foo' PPPOE_SERVER_USER_1_PASS='bar'