ISDN

From: Peter Ross <petros(at)pps.de>
Date: Wed, 10 Oct 2001 13:45:08 +0200 (MET DST)

Hallo,

gestern durfte ich (nach Ausfall einer aeltlichen SuSE) einen neuen Rechner
aufsetzen, der u.a. einen Kunden via FTP beliefert.

Mir ist es bisher nicht gelungen, eine Verbindung aufzubauen, weder das
tcpdump noch das Logging vom isdnd sagen irgendetwas. Es ist noch ein
"firewallfreier" Kernel. Die Konfiguration ist vom heimischen 3.4-RELEASE
kopiert, dies hier ist nun 4.4-RELEASE.

Die Karte ist eine Teles SO/16.3 PnP, unter Linux meldete die Karte beim
Boot:

> Sep 2 11:03:38 kumpelnest kernel: HiSax: Teles IO driver Rev. 1.11
> Sep 2 11:03:38 kumpelnest kernel: HiSax: Creatix/Teles PnP config irq:10
> isac:680 cfg:0

Genaueres zur Konfiguration:

1. Der Kernel:

GENERIC + ISDN4BSD-Sektion

> pseudo-device sppp #Generic Synchronous PPP

> # Teles S0/16.3 PnP
> options TEL_S0_16_3_P
> device isic

sowie

> # ISDN Protocol Stack (mandatory)
> # -------------------------------
> #
> # Q.921 / layer 2 - i4b passive cards D channel handling
> pseudo-device "i4bq921"
> #
> # Q.931 / layer 3 - i4b passive cards D channel handling
> pseudo-device "i4bq931"
> #
> # layer 4 - i4b common passive and active card handling
> pseudo-device "i4b"
> #
> # ISDN devices
> # ------------
> #
> # userland driver to do ISDN tracing (for passive cards only)
> pseudo-device "i4btrc" 4
> #
> # userland driver to control the whole thing (mandatory)
> pseudo-device "i4bctl"
> #
> # userland driver to control the whole thing (mandatory)
> pseudo-device "i4bctl"
> #
> # network driver for IP over raw HDLC ISDN
> pseudo-device "i4bipr" 4
> # enable VJ header compression detection for ipr i/f
> options IPR_VJ
> # network driver for sync PPP over ISDN
> pseudo-device "i4bisppp" 4
>

Beim Booten meldet die Karte

> isic0: <Teles S0/16.3 PnP> at port 0x580-0x59f,0x180-0x1bf irq 10 on isa0

Dann hat er sie doch wohl?

In der rc.conf steht:

> ### ISDN interface options: ###
>
> network_interfaces="xl0 isp0 lo0"
>
> ifconfig_isp0="inet 10.0.251.9 10.0.251.10 link1"
> sppp_interfaces="isp0"
>
> spppconfig_isp0="myauthproto=pap myauthname=xxx myauthsecret=yyy"
>
> isdn_enable="YES" # Enable the ISDN subsystem (or NO).
> isdn_fsdev="NO" # Output device for fullscreen mode (or NO
> for daemon mode).
> isdn_flags="-d0x2f9 -l /var/log/isdnd.log" # Flags for isdnd
>
Das isdnd.rc schicke ich noch unten mit, es wird, so steht es in
/var/log/isdnd.log, auch ordentlich geparst.

Und das sagt ifconfig:

> isp0: flags=a151<UP,POINTOPOINT,RUNNING,PROMISC,LINK1,MULTICAST> mtu 1500
> inet 10.0.251.9 --> 10.0.251.10 netmask 0xffff0000
> inet6 fe80::260:8ff:fe6e:3552%isp0 prefixlen 64 scopeid 0xa
> ether 00:00:00:00:00:00

Wo kann das Problem liegen?

Es ist verdammt eilig und ich kriege es einfach nicht hin. Joerg, Hellmuth,
koennt Ihr vielleicht helfen?

Es gruesst
Peter

Der isdnd.rc:

# accounting
# ----------

acctall = on # generate info for everything
acctfile = /var/log/isdnd.acct # name & location of accounting file
useacctfile = yes # generate accouting info to file

# monitor
# -------

monitor-allowed = no # global switch: monitor on/off

#=======================================================================
# entry section: PPP example
#======================================================================
entry
name = kunde
usrdevicename = isp
usrdeviceunit = 0
isdncontroller = 0
isdnchannel = -1
local-phone-incoming = 11111111
remote-phone-incoming = 22222222
local-phone-dialout = 11111111
remote-phone-dialout = 22222222
remdial-handling = first
dialin-reaction = accept
dialout-type = normal
dialretries = 3
recoverytime = 3
calledbackwait = 20
dialrandincr = off

usedown = off
downtries = 2
downtime = 30

idletime-incoming = 300
idletime-outgoing = 30

b1protocol = hdlc
ratetype = 0
unitlength = 90
unitlengthsrc = rate

# EOF
#########################################################################

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 10 Oct 2001 - 13:48:58 CEST

search this site