[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ISDN-Problem



Hallo!

Ein gemeines ISDN-Problem macht mir das Leben schwer. Ich habe einen Debian
Woody Rechner mit einer ISDN-Fritz-Card (Pci v2) aufgesetzt und er wird als
DOD Webcache/Proxy und Mailserver verwendet. Leider funktioniert die
Auswahl nur zufallässig wenn ich auch über den Wartungszugang eingewählt
bin. Vielleicht weiß jemand was ich übersehe.
Unten habe ich alle Conf-Auszüge gepostet die ich für relevant hielt und am
noch einen Auszug der syslog-Datei für einen nichtgelungenen Versuch
hinauszuwählen wenn niemand eingewählt ist. 

Vielen Dank schon mal für Hilfe und Tipps. Ich weiß nicht mehr wo ich noch
suchen soll... :-(

Viele Grüße,

Ralf

--- die letzten Zeilen von /etc/inittab ---
I0:23:respawn:/sbin/mgetty ttyI0
I1:23:respawn:/sbin/mgetty ttyI1
-------------------------------------------

--- /etc/mgetty/login.conf ---
AutoPPP -     a_ppp   /usr/sbin/pppd auth -chap +pap login debug
------------------------------

--- /etc/mgetty/mgetty.conf ---
# ----- port specific section -----

port ttyI1
  modem-type data
  speed 38400
  init-chat "" ATZ OK AT&E84048 OK AT&B512 OK
-------------------

--- /etc/ppp/pap-secrets ---
# Secrets for authentication using PAP
# client        server  secret                  IP addresses
# Added by automatic ipppd configuration
        "*"     ""
--------------------

--- den Start-Teil von /etc/init.d/ippp # selbstgebautes Script ---
  start)
    modprobe capidrv
    isdnctrl addif ippp0
    isdnctrl verbose 3
    isdnctrl eaz ippp0 $OWN_MSN
    isdnctrl addphone ippp0 out $REMOTE_MSN
    isdnctrl secure ippp0 off
    isdnctrl dialmode ippp0 auto
    isdnctrl huptimeout ippp0 $HUPTIMEOUT # auf 120 gesetzt
    isdnctrl encap ippp0 syncppp
    isdnctrl l2_prot ippp0 hdlc
    isdnctrl l3_prot ippp0 trans
    ifconfig ippp0 10.0.0.10 pointopoint 10.0.0.2 up
    route add default ippp0
    ipppd user $USER defaultroute mtu 1500 ipcp-accept-local \
          ipcp-accept-remote 192.168.254.10:192.168.254.5 /dev/ippp0
    /sbin/iptables-restore < /etc/firewall.conf
    exit 0
  ;;
-------------------------------------------------------------------

--- /var/log/syslog ---
Feb 13 04:02:04 gw-anninger kernel: NETDEV WATCHDOG: ippp0: transmit timed
out
Feb 13 04:02:04 gw-anninger kernel: isdn_tx_timeout dev ippp0 dialstate 0
Feb 13 04:02:04 gw-anninger kernel: OPEN: x.y.z1.z2 -> x2.y2.z3.z4 UDP, por
t: 53 -> 53
Feb 13 04:02:04 gw-anninger kernel: ippp0: dialing 1 00191011...
Feb 13 04:02:08 gw-anninger kernel: kcapi: appl 1 ncci 0x10101 up
Feb 13 04:02:08 gw-anninger kernel: isdn_net: ippp0 connected
Feb 13 04:02:08 gw-anninger kernel: capidrv-1: chan 0 up with ncci 0x10101
Feb 13 04:02:08 gw-anninger ipppd[224]: Local number: 43, Remote number:
00191011, Type: outgoing
Feb 13 04:02:08 gw-anninger ipppd[224]: PHASE_WAIT -> PHASE_ESTABLISHED,
ifunit: 0, linkunit: 0, fd: 7
Feb 13 04:02:09 gw-anninger kernel: kcapi: appl 1 ncci 0x10101 down
Feb 13 04:02:09 gw-anninger kernel: capidrv-1: DISCONNECT_IND reason 0x3490
(Normal call clearing) for plci 0x101
Feb 13 04:02:09 gw-anninger kernel: ippp0: remote hangup
Feb 13 04:02:09 gw-anninger kernel: ippp0: Chargesum is 0
Feb 13 04:02:09 gw-anninger ipppd[224]: Modem hangup
Feb 13 04:02:09 gw-anninger ipppd[224]: Connection terminated.
Feb 13 04:02:09 gw-anninger ipppd[224]: taking down PHASE_DEAD link 0,
linkunit:0
Feb 13 04:02:09 gw-anninger ipppd[224]: closing fd 7 from unit 0
Feb 13 04:02:09 gw-anninger ipppd[224]: Connect[0]: /dev/ippp1, fd: 7
Feb 13 04:02:09 gw-anninger kernel: ippp_ccp: freeing reset data structure
c7491 800
Feb 13 04:02:09 gw-anninger kernel: ippp, open, slot: 0, minor: 1, state:
0000
Feb 13 04:02:09 gw-anninger kernel: ippp_ccp: allocated reset data structure
c7491800



Reply to: