Date: Tue, 22 Feb 2000 23:22:37 +0000 From: Brian Somers <brian@Awfulhak.org> To: Joakim Hernberg <jbh@ddl.lu> Cc: freebsd-isdn@FreeBSD.org, brian@hak.lan.awfulhak.org Subject: Re: ppp disconnect problems ? Message-ID: <200002222322.XAA42638@hak.lan.Awfulhak.org> In-Reply-To: Message from Joakim Hernberg <jbh@ddl.lu> of "Tue, 22 Feb 2000 15:08:44 %2B0100." <38B2986C.D3C6FBDA@ddl.lu>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <brian@Awfulhak.org> <brian@FreeBSD.org> <http://www.Awfulhak.org> <brian@OpenBSD.org> Don't _EVER_ lose your sense of humour ! <brian@FreeBSD.org.uk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002222322.XAA42638>