Wenn du das dial on demand machen willst brauchst du nur in das skript dsl-provider ein deand eintragen. Ich habe hier eines das sich immer wieder einf�hlt wenn es offline geht.
--- skript --- # Section 1 #pty "pppoe -I eth1 -T 80" pty "/usr/sbin/pppoe -I eth1 -T 80 -m 1452" #pty "pppoe -I eth1 -T 80 -m 1412" # Section 2 demand #idle 0 # Section 3 hide-password lcp-echo-interval 60 lcp-echo-failure 3 noipdefault defaultroute connect /bin/true noauth persist logfile /var/log/dsl.log user "[EMAIL PROTECTED]" --- skript ende --- Wenn du willst das der nach eine Zeit die verbindung wieder abbaut dann mu� du nur das Idle einkommentieren und eine zeit setzen. Am Don, 2002-09-12 um 16.51 schrieb Martin Bruns: > Hallo, > > Ich m�chte diald mit dls nutzen ich habe diald mit dem installation > script konfiguriert, pppoe funktioniert mit pon und poff ohne probleme. > diald behaubtet das das Connect Script fehlschlug. Ich habe mit strace > versucht herauszubekommen welches Script es benutzt konnte es allerdings > nicht finden. > > Hier ist der Fehler Output von diald. > > Sep 12 15:31:38 matti diald[1450]: Diald initial setup completed. > Sep 12 15:31:42 matti diald[1450]: filter accepted rule 27 proto 134624192 len 59 >packet 192.168.0.1,32770 => 194.8.194.60,53 > Sep 12 15:31:42 matti diald[1450]: Trigger: udp 192.168.0.1/32770 >194.8.194.60/53 > Sep 12 15:31:42 matti diald[1450]: new state CONNECT action 0x8051200 timeout 90 > Sep 12 15:31:42 matti diald[1450]: Calling site 192.168.0.2 > Sep 12 15:31:42 matti diald[1450]: No devices free to call out on. > Sep 12 15:31:42 matti diald[1450]: Connect script failed. > Sep 12 15:31:42 matti diald[1450]: new state CLOSE action 0x8051a2c timeout -1 > Sep 12 15:31:42 matti diald[1450]: Delaying 1 seconds before clear to dial. > Sep 12 15:31:42 matti diald[1450]: new state RETRY action 0x8051bd8 timeout -1 > Sep 12 15:31:43 matti diald[1450]: new state DOWN action 0x8051138 timeout -1 > Sep 12 15:31:44 matti diald[1450]: new state CONNECT action 0x8051200 timeout 90 > Sep 12 15:31:44 matti diald[1450]: Calling site 192.168.0.2 > Sep 12 15:31:44 matti diald[1450]: No devices free to call out on. > Sep 12 15:31:44 matti diald[1450]: Connect script failed. > > Hat jemand eine funktionierende Konfiguration oder einen Tipp? > > Sch�n Gru� > Martin > > > > > > -- > Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] > mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl) > -- Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

