• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Internetabbruch unter Suse9.1

Coolzero

Advanced Hacker
Hallo, also meine Internet verbindung bricht nach einer Zeit(nicht regelmäßig)ab, aber das mehr mals täglich! UNter Windows funktioniert alles super!
Gehe über Freenet DSL ins Netz!Habe ein externes DSL Modem was über meine Netzwerkkarte angesteuert wird.
Kinternet gibt folgendes Protokoll aus:

SuSE Meta pppd (smpppd-ifcfg), Version 1.16 on linux.
Status is: disconnected
trying to connect to smpppd
could not connect to smpppd
Interface is eth0.
Status is: connecting
pppd[0]: Plugin rp-pppoe.so loaded.
pppd[0]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2
pppd[0]: Plugin passwordfd.so loaded.
pppd[0]: Using interface ppp0
Status is: connecting
pppd[0]: Connect: ppp0 <--> eth0
pppd[0]: Couldn't increase MTU to 1500
pppd[0]: Couldn't increase MRU to 1500
pppd[0]: Couldn't increase MTU to 1500
pppd[0]: Couldn't increase MRU to 1500
pppd[0]: CHAP authentication succeeded
pppd[0]: peer from calling number 00:90:1A:A0:02:27 authorized
pppd[0]: local IP address 85.72.187.66
pppd[0]: remote IP address 62.104.190.36
pppd[0]: primary DNS address 194.97.173.124
pppd[0]: secondary DNS address 194.97.173.125
pppd[0]: Script /etc/ppp/ip-up finished (pid 4638), status = 0x0
Status is: connected
trying to connect to smpppd
connect to smpppd
Status is: connected
pppd[0]: No response to 4 echo-requests
pppd[0]: *#*#*#*#*#*# link appears to be disconnected.
pppd[0]: Couldn't increase MTU to 1500
pppd[0]: Couldn't increase MRU to 1500
pppd[0]: Script /etc/ppp/ip-down finished (pid 30912), status = 0x0
Status is: disconnected
pppd[0]: Connection terminated.
pppd[0]: Connect time 129.1 minutes.
pppd[0]: Sent 134542054 bytes, received 74907065 bytes.
pppd[0]: Connect time 129.1 minutes.
pppd[0]: Sent 134542054 bytes, received 74907065 bytes.
pppd[0] died: Lack of LCP echo responses (exit code 15)


Einer eine idee?
 
OP
Coolzero

Coolzero

Advanced Hacker
Danke für den Tip, aber hats du mal gesehen wer der Autor des Beitrags ist!? Und wie der letzte Beitrag aussieht?
:)
 

Grothesk

Ultimate Guru
Alter Crossposter! :D

Hab's nur überflogen. FÜr den MTU-Wert schau doch einfach hier:
http://www.linux-club.de/viewtopic.php?t=16677

Gruß,

Grothesk
 
OP
Coolzero

Coolzero

Advanced Hacker
Das ist die Lösung:
/etc/ppp/options

Irgendwo so um Zeile 130:

lcp-echo-failure 60 <-- Auf 60 setzen

Irgendwo so um Zeile 140:

# Specifies that pppd should disconnect if the link is idle for n seconds.
#idle 600 <-- Die Raute davor setzen
 
Oben