Date: Wed, 06 Dec 2000 00:40:20 +0000 From: Brian Somers <brian@Awfulhak.org> To: "Andy Chantrill" <andy@chantrill.freeserve.co.uk> Cc: "robi" <rnunnari@libero.it>, isdn@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: One more thing ... Message-ID: <200012060040.eB60eLo51511@hak.lan.Awfulhak.org> In-Reply-To: Message from "Andy Chantrill" <andy@chantrill.freeserve.co.uk> of "Fri, 01 Dec 2000 13:02:28 GMT." <007f01c05b96$f66c7960$01010a0a@DEDICATIONINET.local>
next in thread | previous in thread | raw e-mail | index | archive | help
My telco won't connect me if my local-phone-incoming is not set correctly. I don't believe ``*'' is valid. If this doesn't help, you'll have to delve into isdndebug... Also, have a look at the latest version of share/exmaples/ppp/isdnd.rc. It fixes the unitlength* stuff. If you want both lines up permanently, use ``link * set mode ddial''. > Yep ... here it is; > > -- > #====================================================== > # SYSTEM section: isdnd global configuration parameters > #====================================================== > > system > > acctall = on > acctfile = /var/log/isdnd.acct > useacctfile = yes > > monitor-allowed = off > > > #====================================================== > # Entry section: PPP to Freeserve > #====================================================== > > entry > name = rbch0 > isdncontroller = 0 > isdnchannel = -1 > local-phone-dialout = 855078 > usrdevicename = rbch > usrdeviceunit = 0 > local-phone-incoming = * > remote-phone-dialout = * > remote-phone-incoming = * > remdial-handling = first > b1protocol = hdlc > dialin-reaction = ignore > dialout-type = normal > dialretries = 1 > recoverytime = 1 > idletime-outgoing = 0 > idletime-incoming = 0 > unitlengthsrc = rate > unitlength = 90 > ratetype = 0 > > entry > name = rbch1 > isdncontroller = 0 > isdnchannel = -1 > local-phone-dialout = 855078 > usrdevicename = rbch > usrdeviceunit = 0 > local-phone-incoming = * > remote-phone-dialout = * > remote-phone-incoming = * > remdial-handling = first > b1protocol = hdlc > dialin-reaction = ignore > dialout-type = normal > dialretries = 1 > recoverytime = 1 > idletime-outgoing = 0 > idletime-incoming = 0 > unitlengthsrc = rate > unitlength = 90 > ratetype = 0 > > # EOF ################################################# > -- > > > Andy. > > ----- Original Message ----- > From: "robi" <rnunnari@libero.it> > To: <andy@chantrill.freeserve.co.uk> > Cc: <isdn@freebsd.org> > Sent: Friday, December 01, 2000 8:09 AM > Subject: Re: One more thing ... > > > Have you got two 'Entry' configuration sections in your isdnd.rc > with correct usrdeviceunit and name? > > ...and yes. You can configure it two have both channel open > permanently by using (can't remember the keyword now) instead > of 'auto'. > > Hope this helps. > > Robi. > > Hey, > > > > I got my ISDN t/a working ... but I have one last question - I'm > trying to > > bind my ISDN channels in order to connect at 128k. I'm using the > following > > block in ppp.conf in order to try and do this: > > > > -- > > set mrru 1500 > > clone 1,2 > > link deflink rm > > link * set mode auto > > set autoload 5 10 30 > > -- > > > > (I just used these low figures for testing purposes). > > > > However ... the logs say this; > > > > -- > > Dec 1 04:05:59 dedication ppp[459]: Phase: 10% saturation -> Opening > link > > ``2'' > > Dec 1 04:05:59 dedication ppp[459]: Phase: 2: closed -> opening > > Dec 1 04:05:59 dedication ppp[459]: Phase: 2: /dev/i4brbch0 is in use > > Dec 1 04:05:59 dedication ppp[459]: Phase: 2: Connected! > > Dec 1 04:05:59 dedication ppp[459]: Phase: 2: opening -> dial > > Dec 1 04:05:59 dedication ppp[459]: Phase: 2: dial -> carrier > > Dec 1 04:06:20 dedication ppp[459]: Phase: 2: /dev/i4brbch1: No > carrier > > (increase ``set cd'' from 20 ?) > > Dec 1 04:06:20 dedication ppp[459]: Phase: 2: Disconnected! > > Dec 1 04:06:20 dedication ppp[459]: Phase: 2: carrier -> hangup > > Dec 1 04:06:20 dedication ppp[459]: Phase: 2: Connect time: 21 secs: > 0 > > octets in, 0 octets out > > Dec 1 04:06:20 dedication ppp[459]: Phase: 2: : 0 packets in, 0 > packets out > > Dec 1 04:06:20 dedication ppp[459]: Phase: total 0 bytes/sec, peak 0 > > bytes/sec on Fri Dec 1 04:06:20 2000 > > Dec 1 04:06:20 dedication ppp[459]: Phase: 2: hangup -> closed > > -- > > > > It's not letting me connect. I tried increasing the cd setting to 20 - > still > > just hangs and then closes the connection. What am I doing wrong? :) > > > > Also, is it possible to just leave both channels open permanently? > > > > > > Thanks, Andy. [.....] > -- > Roberto Nunnari > Luck is... miss the wrong train. -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! 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?200012060040.eB60eLo51511>