Poste doch bitte mal zum Abgleich Deine config (dsl-provider).
kein problem...
/etc/ppp/peers/dsl-provider:
# Configuration file for PPP, using PPP over Ethernet # to connect to a DSL provider. # # See the manual page pppd(8) for information on all the options.
[...]
# Section 3 # # You shouldn't need to change these options...
hide-password #lcp-echo-interval 60 #lcp-echo-failure 3 # Override any connect script that may have been set in /etc/ppp/options. connect /bin/true noauth #persist mtu 1492
#defaultroute
#user "[EMAIL PROTECTED]" user "[EMAIL PROTECTED]" usepeerdns
Auf den _ersten_ Blick sehe ich hier nichts falsches.
Versuch es doch einfach mal mit dieser Config:
pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452" noipdefault usepeerdns defaultroute hide-password lcp-echo-interval 60 lcp-echo-failure 3 connect /bin/true noauth persist nodeflate passive nocrtscts mtu 1492 mru 1492 noaccomp nopcomp nobsdcomp noccp novj novjccomp noproxyarp
user "[EMAIL PROTECTED]"
-- Mit freundlichen Gruessen Bjoern Schmidt
--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

