Konfiguration anpassen
From t-hack.com - Hack X300T / X301T
(→dsl.txt) |
|||
Line 12: | Line 12: | ||
== dsl.txt == | == dsl.txt == | ||
+ | so sieht meine dsl.txt aus. Klar, dass bei PPOE_USER Deine Anschlusskennung + Mitbenutzer und bei PPOE_PASS Dein T-Online-PW stehen: | ||
+ | |||
+ | #------------------------------------------------------------------------------ | ||
+ | # Optional package: PPPoE | ||
+ | #------------------------------------------------------------------------------ | ||
+ | OPT_PPPOE='yes' # use ppp over ethernet: yes or no | ||
+ | PPPOE_NAME='T-Entertain' # circuit name, don't use spaces | ||
+ | PPPOE_USEPEERDNS='yes' # use dns server of your provider: yes or no | ||
+ | PPPOE_ETH='eth1.7' # eth card connected to ADSL modem, | ||
+ | PPPOE_TYPE='in_kernel' # async, sync or in_kernel | ||
+ | PPPOE_DEBUG='no' # enable pppd debugging, 'yes' or 'no' | ||
+ | PPPOE_USER='''<font color="#FF0000">deine Anschlusskennung</font>''#0001@t-online.de' # username | ||
+ | PPPOE_PASS='''<font color="#FF0000">Dein Passwort</font>'' ' # password | ||
+ | PPPOE_HUP_TIMEOUT='3600' # 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 | ||
== advanced_networking.txt == | == advanced_networking.txt == |