hallo Liste! Ich habe probiert eine Callbackverbindung mit dem IPPPD aufzubauen. Leider ist es mir nicht gelungen, dies erfolgreich zu beenden. Der Callback-Client wartet zwar auf den Rückruf, dieser wird aber letztendlich nicht realisiert. Ich habe hier nun zunächst das Server Script: --- snip --- #!/bin/bash # first device ... --- snap --- --- snip --- # # start second ISDN device for callback isdnctrl addif ippp1 isdnctrl eaz ippp1 12345 isdnctrl l2_prot ippp1 hdlc isdnctrl encap ippp1 syncppp isdnctrl secure ippp1 on isdnctrl addphone ippp1 in 67890 isdnctrl addphone ippp1 out 67890 isdnctrl huptimeout ippp1 60 isdnctrl callback ippp1 in isdnctrl cbhup ippp1 on isdnctrl pppbind ippp1 1 ipppd /dev/ippp1 ifconfig ippp1 192.168.10.221 pointopoint 192.168.10.20 --- snap --- hier nun das Script des Clients: --- snip --- isdnctrl addif ippp0 isdnctrl eaz ippp0 67890 isdnctrl addphone ippp0 out 12345 isdnctrl addphone ippp0 in 12345 isdnctrl secure ippp0 on isdnctrl encap ippp0 syncppp isdnctrl l2_prot ippp0 hdlc isdnctrl l3_prot ippp0 trans isdnctrl ihup ippp0 off isdnctrl callback ippp0 out isdnctrl pppbind ippp0 0 ifconfig ippp0 192.168.10.221 pointopoint 192.168.10.20 ipppd /dev/ippp0 --- snap--- und hier sind die zunächst die Meldungen aus /var/log/messages des Servers: Sep 20 19:43:19 * Call to tei 125 from +49 /67890, city on +49 /12345, city HANGUP Sep 20 19:43:19 * Call to tei 89 from +49 /67890, city on +49 12345, city HANGUP Sep 20 19:43:19 tei 89 calling ? with ? HANGUP ( 0:00:04) und hier die des Clients: Sep 21 19:47:40 ullipr kernel: ippp0: dialing 1 066217990045... Sep 21 19:47:41 ullipr kernel: isdn_net: call from 6621913782 -> 0 7990045 ignored Sep 21 19:47:41 ullipr kernel: isdn_tty: call from 6621913782 -> 7990045 ignored Sep 21 19:47:44 ullipr kernel: ippp0: hangup waiting for callback ... Sep 21 19:47:45 ullipr kernel: isdn: NT1,ch1 cause: 0010 Sep 21 19:47:52 ullipr kernel: isdn_net: local hangup ippp0 Sep 21 19:47:52 ullipr kernel: ippp0: Chargesum is 0 so, wäre nett, wenn mir jemand sagen könnte, was ich falsch gemacht habe, oder mir funktionierende Scripts mit dem IPPPD schicken könnte. mit freundlichen Grüssen, Simon
participants (1)
-
Simon Keimer