linux-l: kernel: isdn_ppp_bind cannot find usable ippp device

Soeren Sonnenburg sonnenburg at informatik.hu-berlin.de
Di Okt 13 08:42:02 CEST 1998


Hallo...

Folgendes HU-RZ einwahlskript tut bei mir seinen dienst:

------------------------------------
#!/bin/sh
isdnctrl verbose 0    #ungespraechig
isdnctrl addif ippp0     #interface ippp0 (sync ppp via isdn) zu kernel
assignen
isdnctrl pppbind ippp0 0
isdnctrl addphone ippp0 out 20939406
isdnctrl addphone ippp0 out 20939400
isdnctrl addphone ippp0 out 2029660  #ausgehende telefonnr'n
isdnctrl huptimeout ippp0 90   #90 sec idle-hangup-timeout
isdnctrl secure ippp0 on   #incoming calls are only accepted when in
access-list
isdnctrl l2_prot ippp0 hdlc   #level 2 protokoll ist hdlc
isdnctrl l3_prot ippp0 trans   #level 3 protokoll ist trans
isdnctrl encap ippp0 syncppp   #encapsulation ist syncrones ppp over
isdn

# Interface anlegen
# ip steht noch nicht fest (daher 0.0.0.0), uebertragung findet serial
zu einem best. rechner
# statt, daher pointopoint

ifconfig ippp0 0.0.0.0 pointopoint 141.20.199.1 metric 1 netmask
255.255.255.0

until
 ipppd ippp0 mtu 1500 noipdefault ipcp-accept-local ipcp-accept-remote
user h0444xxx netmask 255.255.255.0
 isdnctrl dial ippp0
do
 echo -n "Retrying..."
 sleep 2
done
------------------------------------


Das funktioniert auch sehr schoen soweit, wenn ich eben da nicht diese
until do done schleife reinpacken muesste...
Ich krieg naemlich ab- und zu die meldung device temporary
unavailable... und im syslog steht dann das vom subject.

Sehr fraglich zumindest fuer mich.
(Fuer Ideen die diesen workaround hinfaellig machen, sowie jegliche
verbesserungsvorschlaege dankbar)

mfG Soeren.
----
Und nicht vergessen: Pupi in the lapi ist nicht gleich pupi in the
schnulko !




Mehr Informationen über die Mailingliste linux-l