From owner-freebsd-isdn Tue Feb 22 15:27:50 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from awfulhak.org (dynamic-51.max3-du-ws.dialnetwork.pavilion.co.uk [212.74.9.51]) by hub.freebsd.org (Postfix) with ESMTP id 3E7D137B7EA for ; Tue, 22 Feb 2000 15:27:40 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@shift.lan.awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA48108; Tue, 22 Feb 2000 23:22:40 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA42638; Tue, 22 Feb 2000 23:22:37 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200002222322.XAA42638@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Joakim Hernberg Cc: freebsd-isdn@FreeBSD.org, brian@hak.lan.awfulhak.org Subject: Re: ppp disconnect problems ? In-Reply-To: Message from Joakim Hernberg of "Tue, 22 Feb 2000 15:08:44 +0100." <38B2986C.D3C6FBDA@ddl.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Feb 2000 23:22:37 +0000 From: Brian Somers Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello, > > I have a "funny" problem lately. I noticed that sometimes I could not > connect to the internet, and that i4b had been connnecting once a minute > for a few hours, after consulting with my provider they came up with the > following answer. Their terminal servers consider me as logged in, and > refuse the second connection, the reason being that the terminal servers > never see that I have already disconnected. > > They claim that I am the only customer with such a problem. > > Is there some kind of protocol on either ppp or isdn level, which tells > the remote that you are disconnecting, or is this a problem with their > servers ? If you've got version 1.8 or less of i4b/drivers/i4b_rbch.c then the problem is local - you need at least version 1.9 which was committed to -current and -stable at the end of November last year. I've attached the [small] patch just in case - your symptoms sound *very* familiar.... > -- > > Joakim Hernberg > Digital Design Luxembourg sarl -- Brian Don't _EVER_ lose your sense of humour ! Index: i4b_rbch.c =================================================================== RCS file: /home/ncvs/src/sys/i4b/driver/i4b_rbch.c,v retrieving revision 1.8 retrieving revision 1.9 diff -r1.8 -r1.9 30c30 < * $FreeBSD: src/sys/i4b/driver/i4b_rbch.c,v 1.8 1999/09/25 18:24:18 phk Exp $ --- > * $FreeBSD: src/sys/i4b/driver/i4b_rbch.c,v 1.9 1999/11/28 16:17:01 brian Exp $ 308c308 < i4b_l4_disconnect_ind(rbch_softc[unit].cd); --- > i4b_l4_drvrdisc(BDRV_RBCH, unit); 556c556 < i4b_l4_disconnect_ind(rbch_softc[unit].cd); --- > i4b_l4_drvrdisc(BDRV_RBCH, unit); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message