Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Apr 2000 15:16:32 +0200
From:      Alrik Bronsema <alrik@bronsema.com>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   Problem with Teles 16.3
Message-ID:  <4.2.2.20000401151418.00b21df0@pop.xs4all.nl>

next in thread | raw e-mail | index | archive | help
Hi all,

I have a problem getting my Teles S0/16.3 to work. I think
it's configured correctly in the kernel.

BOOT LOG
--------
/kernel: isic0 at port 0xd80-0xd9f,0x980-0x99f,0x180-0x19f,0x580-0x59f irq 
10 flags 0x3 on isa0
/kernel: isic0: Teles S0/16.3
/kernel: i4b: ISDN call control device attached
/kernel: i4bisppp: 4 ISDN SyncPPP device(s) attached
/kernel: i4bctl: ISDN system control port attached
/kernel: i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header 
compression)
/kernel: i4btel: 2 ISDN telephony interface device(s) attached
/kernel: i4brbch: 4 raw B channel access device(s) attached
/kernel: i4btrc: 4 ISDN trace device(s) attached

But when I try to call my isp I with this script, I get
the following errors.

#!/bin/sh
ifconfig isp0 delete -link1 down
spppcontrol isp0 myauthproto=chap
spppcontrol isp0 myauthname=loginname
spppcontrol isp0 myauthsecret=password
spppcontrol isp0 hisauthproto=none
ifconfig isp0 0.0.0.0 10.0.0.1 netmask 0xffffffff link1

isdnd.rc file included.

Do you have any idea what went wrong? Or how to solve it?

Thanks,
Alrik

******************************************************************

ISDN LOG
--------
/kernel: i4b: unit 0, assigned TEI = 82 = 0x52
/kernel: i4b-L4-i4bioctl: I4B_DISCONNECT_REQ ioctl, cdid not found!
/kernel: i4b: unit 0, assigned TEI = 99 = 0x63
/kernel: i4b: unit 0, assigned TEI = 68 = 0x44
/kernel: i4b-L4-i4bioctl: I4B_DISCONNECT_REQ ioctl, cdid not found!
isdnd[224]: DMN i4b isdn daemon started (pid = 224)
isdnd[224]: DMN daemon terminating, exitval = 0
isdnd[286]: DMN i4b isdn daemon started (pid = 286)
/kernel: isp0: no ifid available for IPv6 link-local address
/kernel: isp0: using random value as EUI64: d6:1d:8c:d9:8f:00:b2:04
/kernel: i4b: unit 0, assigned TEI = 101 = 0x65
/kernel: i4b-L3-F_UEM: FSM function F_UEM executing, state = ST_U11 - Disc Req
/kernel: i4b-L3-T303_timeout: SETUP not answered, cr = 17
/kernel: i4b-L3-next_l3state: FSM illegal state, state = ST_U0 - Null, 
event = EV_T303EXP - T303 timeout!
/kernel: i4b-L3-F_UEM: FSM function F_UEM executing, state = ST_U11 - Disc Req
/kernel: i4b-L3-T303_timeout: SETUP not answered, cr = 73
/kernel: i4b-L3-next_l3state: FSM illegal state, state = ST_U0 - Null, 
event = EV_T303EXP - T303 timeout!
/kernel: i4b-L3-F_UEM: FSM function F_UEM executing, state = ST_U11 - Disc Req
/kernel: i4b-L3-T303_timeout: SETUP not answered, cr = 61
/kernel: i4b-L3-next_l3state: FSM illegal state, state = ST_U0 - Null, 
event = EV_T303EXP - T303 timeout!


ISDND.RC
--------
system

acctall		= on
acctfile	= /var/log/isdnd.acct
useacctfile	= yes

monitor-allowed	= off
monitor-port	= 451

monitor		= "/var/run/isdn-monitor"
monitor-access	= fullcmd
monitor-access	= channelstate, logevents
monitor-access	= callin, callout

ratesfile	= /etc/isdn/isdnd.rates

rtprio		= 25


#============================
# entry section: PPP example
#============================
entry
name			= I4BPPP
usrdevicename		= isp	
usrdeviceunit		= 0
isdncontroller  	= 0
isdnchannel		= -1
local-phone-incoming	= 03xxxxxxxx # my tel number
remote-phone-incoming	= *
local-phone-dialout	= 03xxxxxxxx # my tel number
remote-phone-dialout	= 034xxxxxxx # isp tel number	
remdial-handling	= first
dialin-reaction		= accept
dialout-type		= normal
b1protocol		= hdlc
idletime-incoming	= 240
idletime-outgoing	= 30
ratetype		= 0
unitlength		= 90
unitlengthsrc		= rate
dialretries		= 3
dialrandincr		= on
recoverytime		= 25
usedown			= off
downtries		= 2
downtime		= 30





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.2.20000401151418.00b21df0>