##-----------------------------------------------------------------------------
## dsl.txt - fli4l configuration parameters                        2.0.4
##
##        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: dsl.txt,v 1.5 2002/02/04 01:04:27 fm Exp $
##
## Copyright (c) 2001-2002 Frank Meyer <frank@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='yes'                 # use ppp over ethernet: yes or no
PPPOE_NAME='DSL'                # circuit name, don't write 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
PPPOE_USER=''                   # username
PPPOE_PASS=''                   # password
PPPOE_DEBUG='no'                # enable pppd debugging, 'yes' or 'no'
PPPOE_HUP_TIMEOUT='0'           # 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_MTU_SIZE='1492'
PPPOE_MRU_SIZE='1492'

#------------------------------------------------------------------------------
# Optional package: PPTP - DSL in Austria/Netherlands
#------------------------------------------------------------------------------
OPT_PPTP='no'                   # use PPP over ethernet: yes or no
PPTP_NAME='DSL'                 # circuit name, don't write spaces
PPTP_USEPEERDNS='no'            # 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'          # 2 different types in Austria: bbaa / bcaa
                                # 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

#----------------------------------------------------------------------------
# optional package: PPPoE-Status
#----------------------------------------------------------------------------
OPT_POESTATUS='yes'             # show pppoe status on console #3
