46 lines
1005 B
Plaintext
46 lines
1005 B
Plaintext
# Minimalistic default options file for DSL/PPPoE connections
|
|
|
|
# Assumes that your IP address is allocated dynamically
|
|
# by your DSL provider...
|
|
noipdefault
|
|
|
|
# Try to get the name server addresses from the ISP.
|
|
#usepeerdns
|
|
|
|
# Comment out if you already have the correct default route installed.
|
|
defaultroute
|
|
#replacedefaultroute
|
|
|
|
|
|
hide-password
|
|
lcp-echo-interval 30
|
|
lcp-echo-failure 4
|
|
|
|
# Override any connect script that may have been set in /etc/ppp/options.
|
|
connect /bin/true
|
|
noauth
|
|
persist
|
|
|
|
## mtu 1492
|
|
## - notwendig bei vergabe einer festen ip
|
|
## - von t-online:
|
|
## - mtu 1456
|
|
## -
|
|
#mtu 1492
|
|
mtu 1456
|
|
|
|
# RFC 2516, paragraph 7 mandates that the following options MUST NOT be
|
|
# requested and MUST be rejected if requested by the peer:
|
|
# Address-and-Control-Field-Compression (ACFC)
|
|
noaccomp
|
|
# Asynchronous-Control-Character-Map (ACCM)
|
|
default-asyncmap
|
|
|
|
|
|
#maxfail 0
|
|
#holdoff 20
|
|
|
|
plugin rp-pppoe.so eth2
|
|
user "feste-ip9/1TBGC27CYX92@t-online-com.de"
|
|
#user "t-online-com/1TBGC27CYX92@t-online-com.de"
|