Moin, wir haben hier ein Problem mit einem DSL-Router. Der pppd beendet sich, wenn er 10mal hintereinander keine Verbindung aufbauen konnte.
Das der Verbindungsaufbau hier und da mal fehlschlägt ist ja noch ok. Aber der pppd sollte es immer weiterversuchen, und nicht neu gestartet werden wollen. Die gravierenden Fehlermeldungen sind wohl: pppd: Remote message: 0030 PSHMB002 0127565348 session limit exceeded pppd: PAP authentication failed pppd: Exit. Weiss jemand was "session limit exceeded" genau bedeutet (Kapazitätsproblem bei der Telekom?) und wie ich den pppd überrede nicht aufzugeben? Besten Dank schonmal Bernd =============================== Hier die technische Daten: =============================== Provider: T-Online [EMAIL PROTECTED]:~$ dpkg --list ppp* ||/ Name Version Description +++-==================-==================-==================================================== ii ppp 2.3.11-1.4 Point-to-Point Protocol (PPP) daemon. ii pppoe 2.8-0.1 PPP over Ethernet driver [EMAIL PROTECTED]:~$ uname -a Linux upuaut 2.2.19-raid-server #1 Tue Apr 3 16:17:40 CEST 2001 i586 unknown [EMAIL PROTECTED]:~$ zgrep "19 03:.*pppd" /var/log/syslog.4.gz Oct 19 03:01:12 upuaut pppd[18501]: Terminating connection due to lack of activity. Oct 19 03:01:12 upuaut pppd[18501]: Connection terminated. Oct 19 03:01:12 upuaut pppd[18501]: Connect time 3.3 minutes. Oct 19 03:01:12 upuaut pppd[18501]: Sent 153727403 bytes, received 113943537 bytes. Oct 19 03:03:10 upuaut pppd[18501]: Starting link Oct 19 03:03:10 upuaut pppd[18501]: Serial connection established. Oct 19 03:03:10 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:03:30 upuaut pppd[18501]: PAP authentication failed Oct 19 03:03:30 upuaut pppd[18501]: Connection terminated. Oct 19 03:04:04 upuaut pppd[18501]: Starting link Oct 19 03:04:04 upuaut pppd[18501]: Serial connection established. Oct 19 03:04:04 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:04:25 upuaut pppd[18501]: PAP authentication failed Oct 19 03:04:25 upuaut pppd[18501]: Connection terminated. Oct 19 03:06:37 upuaut pppd[18501]: Starting link Oct 19 03:06:37 upuaut pppd[18501]: Serial connection established. Oct 19 03:06:37 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:06:57 upuaut pppd[18501]: PAP authentication failed Oct 19 03:06:57 upuaut pppd[18501]: Connection terminated. Oct 19 03:07:37 upuaut pppd[18501]: Starting link Oct 19 03:07:37 upuaut pppd[18501]: Serial connection established. Oct 19 03:07:37 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:07:58 upuaut pppd[18501]: PAP authentication failed Oct 19 03:07:58 upuaut pppd[18501]: Connection terminated. Oct 19 03:08:36 upuaut pppd[18501]: Starting link Oct 19 03:08:36 upuaut pppd[18501]: Serial connection established. Oct 19 03:08:36 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:08:56 upuaut pppd[18501]: PAP authentication failed Oct 19 03:08:56 upuaut pppd[18501]: Connection terminated. Oct 19 03:10:10 upuaut pppd[18501]: Starting link Oct 19 03:10:10 upuaut pppd[18501]: Serial connection established. Oct 19 03:10:10 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:10:12 upuaut pppd[18501]: Remote message: 0030 PSHMB002 0127565348 session limit exceeded Oct 19 03:10:12 upuaut pppd[18501]: PAP authentication failed Oct 19 03:10:12 upuaut pppd[18501]: Connection terminated. Oct 19 03:10:44 upuaut pppd[18501]: Starting link Oct 19 03:10:44 upuaut pppd[18501]: Serial connection established. Oct 19 03:10:44 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:10:49 upuaut pppd[18501]: Remote message: 0030 PSHMB002 0127566699 session limit exceeded Oct 19 03:10:49 upuaut pppd[18501]: PAP authentication failed Oct 19 03:10:49 upuaut pppd[18501]: Connection terminated. Oct 19 03:11:19 upuaut pppd[18501]: Starting link Oct 19 03:11:19 upuaut pppd[18501]: Serial connection established. Oct 19 03:11:19 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:11:20 upuaut pppd[18501]: Remote message: 0030 PSHMB002 0127567292 session limit exceeded Oct 19 03:11:20 upuaut pppd[18501]: PAP authentication failed Oct 19 03:11:20 upuaut pppd[18501]: Connection terminated. Oct 19 03:11:53 upuaut pppd[18501]: Starting link Oct 19 03:11:53 upuaut pppd[18501]: Serial connection established. Oct 19 03:11:53 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:11:54 upuaut pppd[18501]: Remote message: 0030 PSHMB002 0127567857 session limit exceeded Oct 19 03:11:54 upuaut pppd[18501]: PAP authentication failed Oct 19 03:11:54 upuaut pppd[18501]: Connection terminated. Oct 19 03:12:28 upuaut pppd[18501]: Starting link Oct 19 03:12:28 upuaut pppd[18501]: Serial connection established. Oct 19 03:12:28 upuaut pppd[18501]: Connect: ppp0 <--> /dev/pts/1 Oct 19 03:12:29 upuaut pppd[18501]: Remote message: 0030 PSHMB002 0127568349 session limit exceeded Oct 19 03:12:29 upuaut pppd[18501]: PAP authentication failed Oct 19 03:12:29 upuaut pppd[18501]: Connection terminated. Oct 19 03:12:29 upuaut pppd[18501]: Exit. upuaut:/home/bernd# cat /etc/ppp/peers/dsl-provider pty "pppoe -I eth1 -T 80 -m 1412" user "[EMAIL PROTECTED]" demand idle 180 connect /bin/true nocrtscts 217.85.38.83:217.5.98.64 ipcp-accept-remote ipcp-accept-local noipdefault defaultroute hide-password lcp-echo-interval 20 lcp-echo-failure 3 local noauth persist lock noproxyarp noaccomp nopcomp novj novjccomp nobsdcomp nodeflate upuaut:/home/bernd# grep -v "^#" /etc/ppp/options asyncmap 0 auth crtscts lock hide-password modem lcp-echo-interval 30 lcp-echo-failure 4 noipx -- ----------------------------------------------------------- Um sich aus der Liste auszutragen schicken Sie bitte eine E-Mail an [EMAIL PROTECTED] die im Subject "unsubscribe <deine_email_adresse>" enthaelt. Bei Problemen bitte eine Mail an: [EMAIL PROTECTED] ----------------------------------------------------------- 960 eingetragene Mitglieder in dieser Liste.

