[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Frage zu T-DSL



* Jochen Kächelin <jk@linux.amsjk.de> [21 08 02 01:30]:

>Ich möchte heute Nacht von RedHat 7.3 auf Debian 3.0r0 umstellen!
>Ich  muss auf jeden Fall bis morgen früh die Einwahl zu meinem T-DSL
>hinbekommen!
>
>Gibt's hier was besonderes zu beachten?

Nö, pppoeconf (oder so ähnlich macht das schon richtig):
Die wichtigsten Daeien sehen bei mir so aus:


1. provider

pty "pppoe -I eth0 -T 80"
user ""
noipdefault
defaultroute
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
mtu 1492
mru 2400
noauth
persist
usepeerdns
novjccomp
noccp
nopcomp

2. pap-secrets
"blafasel#0001@t-online.de" * "blafasel"

3. resolv.conv
nameserver 212.185.252.201
nameserver 194.25.2.129

4. ppp_on_boot.dsl
#!/bin/sh
#

# The location of the ppp daemon itself (shouldn't need to be changed)
PPPD=/usr/sbin/pppd

# The Ethernet interface the DSL modem is connected to. If you change
# this,
# you also need to edit the file /etc/ppp/peers/dsl-provider.
INTERFACE=eth0

# Bring the interface up
/sbin/ifconfig $INTERFACE up

$PPPD call dsl-provider



-- 
Eckhard Höffner
e-hoeffner@fifoost.org
D-80331 München
Tel. +49-89-21 03 18 88 



Reply to: