##----------------------------------------------------------------------------- ## dsl.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: 26.06.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001-2011 - Frank Meyer, fli4l-Team - team@fli4l.de ## ## 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 #------------------------------------------------------------------------------ OPT_PPPOE='no' # use ppp over ethernet: yes or no PPPOE_NAME='DSL' # circuit name, don't use spaces PPPOE_USEPEERDNS='yes' # use dns server of your provider: yes or no PPPOE_ETH='eth1' # eth card connected to ADSL modem, # e.g. 2nd or an ethernet based # bridge, e.g. br0 PPPOE_TYPE='in_kernel' # async, sync or in_kernel PPPOE_DEBUG='no' # enable pppd debugging, 'yes' or 'no' PPPOE_USER='anonymer' # username PPPOE_PASS='surfer' # password PPPOE_HUP_TIMEOUT='600' # idle time after which to hangup PPPOE_CHARGEINT='60' # value of charge interval (in seconds) PPPOE_TIMES='Mo-Su:00-24:0.0:Y' # times/charges when LCR PPPOE_FILTER='yes' # filter traffic to be able to hangup # even if someone is trying to scan us PPPOE_MTU='1492' # set MTU for PPPOE connection PPPOE_MRU='1492' # set MRU for PPPOE connection #------------------------------------------------------------------------------ # Optional package: FRITZDSL #------------------------------------------------------------------------------ OPT_FRITZDSL='no' # use fritzdsl: yes or no FRITZDSL_NAME='DSL' # circuit name, don't use spaces FRITZDSL_USEPEERDNS='yes' # use dns server of your provider: yes or no FRITZDSL_TYPE='fcdsl' # fcdsl, fcdsl2, fcdslusb, fcdslslusb # or fcdslsl FRITZDSL_PROVIDER='U-R2' # type of provider FRITZDSL_USER='anonymer' # username FRITZDSL_PASS='surfer' # password FRITZDSL_DEBUG='no' # enable pppd debugging, 'yes' or 'no' FRITZDSL_HUP_TIMEOUT='600' # idle time after which to hangup FRITZDSL_CHARGEINT='60' # value of charge interval (in seconds) FRITZDSL_TIMES='Mo-Su:00-24:0.0:Y' # times/charges when LCR FRITZDSL_FILTER='yes' # filter traffic to be able to hangup # even if someone is trying to scan us FRITZDSL_MTU='1492' # set MTU for FRITZDSL connection FRITZDSL_MRU='1492' # set MRU for FRITZDSL connection #------------------------------------------------------------------------------ # Optional package: PPTP - DSL in Austria/Netherlands #------------------------------------------------------------------------------ OPT_PPTP='no' # use PPTP: yes or no PPTP_NAME='DSL' # circuit name, don't use spaces PPTP_USEPEERDNS='yes' # use dns server of your provider: yes or no PPTP_ETH='eth1' # ethernet card connected to ADSL modem PPTP_USER='anonymer' # username PPTP_PASS='surfer' # password PPTP_DEBUG='no' # enable pppd debugging, 'yes' or 'no' PPTP_HUP_TIMEOUT='600' # idle time after which to hangup PPTP_MODEM_TYPE='bcaa' # 3 different types in Austria: # bbaa / bcaa / xdsl # in the Netherlands use 'mxstream' PPTP_CHARGEINT='60' # value of charge interval (in seconds) PPTP_TIMES='Mo-Su:00-24:0.0:Y' # times/charges when LCR PPTP_FILTER='yes' # filter traffic to be able to hangup # even if someone is trying to scan us #---------------------------------------------------------------------------- # optional package: PPPoE-Status #---------------------------------------------------------------------------- OPT_POESTATUS='no' # show pppoe status on console #3 #------------------------------------------------------------------------------ # Optional package: PFC - Packet-Filter-Compiler #------------------------------------------------------------------------------ OPT_PFC='no' # see documentation