##-----------------------------------------------------------------------
## dsl.txt - fli4l configuration parameters V2.0.1
##
## 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: 02.11.2001 fm
## Translate: 12.12.2001 stp
##
## Copyright (c) 2001 Frank Meyer
##
## 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.
##-----------------------------------------------------------------------
#------------------------------------------------------------------------
# Zusätzliches Packet: PPPoE
#------------------------------------------------------------------------
OPT_PPPOE='no' # nutze ppp über ethernet: yes oder no
PPPOE_NAME='DSL' # circuit name, ohne Leerzeichen
PPPOE_USEPEERDNS='no'
# nutze den DNS-Server deines Provider's: yes oder no
PPPOE_ETH='eth1' # Netzwerkkarte mit Verbindung zum ADSL modem, z.B. 2te
PPPOE_USER='anonymer' # Username
PPPOE_PASS='surfer' # Passwort
PPPOE_DEBUG='no' # pppd debugging aktivieren ? 'yes' oder 'no'
PPPOE_HUP_TIMEOUT='600'
# inaktive Zeit um die verbindung zu beenden z.B. 10min
PPPOE_SYNCHRONOUS='no' # Synchrones ppp: yes oder no
PPPOE_CHARGEINT='60' # Zeitinterval der Gebührentaktung
PPPOE_TIMES='Mo-Su:00-24:0.0:Y' # Zeiten um PPPoE in das LCR einzubinden
#------------------------------------------------------------------------
# Zusätzliches Packet: PPTP - DSL in Österreich/Holland
#------------------------------------------------------------------------
OPT_PPTP='no' # nutze ppp über ethernet: yes oder no
PPTP_NAME='DSL' # circuit name, ohne Leerzeichen
PPTP_USEPEERDNS='no'
# nutze den DNS-Server deines Provider's: yes oder no
PPTP_ETH='eth1' # Netzwerkkarte mit Verbindung zum ADSL modem, z.B. 2te
PPTP_USER='anonymer' # Username
PPTP_PASS='surfer' # Password
PPTP_DEBUG='no' # pppd debugging aktivieren ? 'yes' oder 'no'
PPTP_HUP_TIMEOUT='600'
# inaktive Zeit um die verbindung zu beenden z.B. 10min
PPTP_MODEM_TYPE='bcaa' # es existieren 2 unterschiedliche
# DSL_modemtypen in Östereich :
# bbaa / bcaa
# für Holland nutze 'mxstream'
PPTP_CHARGEINT='60' # Zeitinterval der Gebührentaktung
PPTP_TIMES='Mo-Su:00-24:0.0:Y' # Zeiten um PPTP in das LCR einzubinden
#------------------------------------------------------------------------
# Zusätzliches Packet: PPPoE-Status
#------------------------------------------------------------------------
OPT_POESTATUS='no' # zeige den PPPoE Status auf Konsole 3
|