Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 09:17:00 +0100
From:      Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
To:        freebsd-isdn@freebsd.org
Subject:   Re: Using multiple provider w/ i4b
Message-ID:  <r77krhxa0z.fsf@mail.cs.uni-magdeburg.de>
In-Reply-To: <01121619393000.00171@lap> (Gary Jennejohn's message of "Sun, 16 Dec 2001 19:39:30 %2B0100")
References:  <20011209110729.A5118@herzog.cs.uni-magdeburg.de> <01121617124301.00331@lap> <20011216175243.A7253@herzog.cs.uni-magdeburg.de> <01121619393000.00171@lap>

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Jennejohn <garyj@jennejohn.org> writes:

> Well, how about posting your isdnd.rc, suitably sanitized, for perusal ?

Nice idea. It is kind of simple and contains two entries (PPPUNI and
PPPSURF). They only differ in usrdeviceunit (for isp0 and isp1) and in
the remote-phone-dialout numbers:

--------------<-8--------------------------------------------------------
system
acctall		= on			# generate info for everything
acctfile	= /var/log/isdnd.acct	# name & location of accounting file
useacctfile	= yes			# generate accouting info to file
monitor-allowed	= off			# global switch: monitor on/off
ratesfile	= /etc/isdn/isdnd.rates.D	# name & location of rates file
rtprio		= 25			# modify isdnd's process priority
isdntime 	= on			# put time/date into log file

# Provider: University
entry
name			= PPPUNI
usrdevicename		= isp		# PPP over ISDN
usrdeviceunit		= 0
isdncontroller  	= 0
isdnchannel		= -1		# any B channel is fine
local-phone-dialout	= ...myfancytelnumber...
remote-phone-dialout	= ...theuniversitynumber...
remdial-handling	= first
dialin-reaction		= reject	# accept, reject, ignore, answer
dialout-type		= normal
direction		= out		# *only* outgoing calls possible
b1protocol		= hdlc		# hdlc, raw
idletime-incoming	= 240
idletime-outgoing	= 230
ratetype		= 0  
unitlength		= 90
unitlengthsrc		= rate
dialretries		= 3
dialrandincr		= on
recoverytime		= 25
usedown			= off
downtries		= 2
downtime		= 30
connectprog		= "ip-up"

# Provider: cbc
entry
name			= PPPSURF
usrdevicename		= isp		# PPP over ISDN
usrdeviceunit		= 1
isdncontroller  	= 0
isdnchannel		= -1		# any B channel is fine
local-phone-dialout	= ...myfancytelnumber...
remote-phone-dialout	= ...theprovidertelnumber...
remdial-handling	= first
dialin-reaction		= reject	# accept, reject, ignore, answer
dialout-type		= normal
direction		= out		# *only* outgoing calls possible
b1protocol		= hdlc		# hdlc, raw
idletime-incoming	= 240
idletime-outgoing	= 230
ratetype		= 0  
unitlength		= 90
unitlengthsrc		= rate
dialretries		= 3
dialrandincr		= on
recoverytime		= 25
usedown			= off
downtries		= 2
downtime		= 30
-------------->-8--------------------------------------------------------

As mentioned earlier in the thread: connection over PPPUNI works fine
whereas PPPSURF fails.

  Roland

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?r77krhxa0z.fsf>