From owner-freebsd-isdn Wed Dec 23 08:11:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04130 for freebsd-isdn-outgoing; Wed, 23 Dec 1998 08:11:25 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from support.euronet.nl (support.euronet.nl [194.134.32.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04122 for ; Wed, 23 Dec 1998 08:11:22 -0800 (PST) (envelope-from free@euronet.nl) Received: (from free@localhost) by support.euronet.nl (8.8.8/8.6.12) id RAA25588 for freebsd-isdn@FreeBSD.ORG; Wed, 23 Dec 1998 17:11:16 +0100 (CET) From: Frederique Rijsdijk Message-Id: <199812231611.RAA25588@support.euronet.nl> Subject: ISDN Dialback on a PM2 To: freebsd-isdn@FreeBSD.ORG Date: Wed, 23 Dec 1998 17:11:16 +0100 (CET) Reply-To: free@euronet.nl X-Feelin: House is a feelin' X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I was wondering if anyone could help me a hand. I'm trying to set up a dialback configuration with i4b. As of now i'm dialing into a PM2 using PAP, wich disconnect me after authentication, and then die PM2 calls me back, without any authentication; giving me HDLC/network directly. The problem here is that when the PM2 disconnects me and dials back, i4b starts dialing into the PM2 again at almost the same time, which results in something like this: Dec 23 15:47:08 p100 /kernel: isppp0: phase establish Dec 23 15:47:11 p100 /kernel: isppp0: phase authenticate Dec 23 15:47:11 p100 /kernel: isppp0: phase network Dec 23 15:47:11 p100 /kernel: isppp0: phase terminate Dec 23 15:47:11 p100 /kernel: isppp0: phase dead Dec 23 15:47:12 p100 /kernel: isppp0: phase establish Dec 23 15:47:14 p100 /kernel: isppp0: phase authenticate Dec 23 15:47:14 p100 /kernel: isppp0: phase network Dec 23 15:47:14 p100 /kernel: isppp0: phase terminate .. and so on. Sometimes it holds the network, and i have a dialback. But most of the time it just keeps dialing/disconnecting/dialing/and-so-on At time of dialing in, i have done: - spppcontrol -v isppp0 authproto=pap myauthproto=pap hisauthproto=none \ myauthname=mylogin myauthsecret='mypwd' myauthkey='mypwd' \ hisauthsecret=none hisauthkey=none - /sbin/ifconfig isppp0 link1 /sbin/ifconfig isppp0 194.134.1.136 194.134.122.40 netmask 0xffffff00 /sbin/ifconfig isppp0 down /sbin/route add default 194.134.122.40 - isdnd.rc: name = Dedicated usrdevicename = isppp usrdeviceunit = 0 isdncontroller = 0 isdnchannel = -1 local-phone-incoming = remote-phone-incoming = local-phone-dialout = remote-phone-dialout = remdial-handling = first dialin-reaction = accept dialout-type = calledback calledbackwait = 60 b1protocol = hdlc idletime-incoming = 300 idletime-outgoing = 20 # ratetype = 0 # unitlength = 0 # unitlengthsrc = none dialretries = 0 dialrandincr = on recoverytime = 60 # usedown = on # downtries = 3 # downtime = 15 As you can see here i've set the dialretries to 0, but still it keeps on dialing after the initial dail-in/disconnect. Can someone tell me what i'm doing wrong here, or point me into the right direction, info, URL's, anything... i'm stuck. TIA, Frederique To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message