From owner-freebsd-hackers Thu Dec 6 6:49:34 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.anu.edu.au (mail.anu.edu.au [150.203.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 73AE937B423; Thu, 6 Dec 2001 06:49:05 -0800 (PST) Received: from nucl03.anu.edu.au (nucl03.anu.edu.au [150.203.19.120]) by mail.anu.edu.au (8.9.3/8.9.3) with ESMTP id BAA07228; Fri, 7 Dec 2001 01:48:46 +1100 (EST) Received: (from gjl103@localhost) by nucl03.anu.edu.au (8.11.6/8.11.6) id fB6EmEJ14486; Fri, 7 Dec 2001 01:48:14 +1100 (EST) (envelope-from gjl103) Date: Fri, 7 Dec 2001 01:48:14 +1100 From: Greg Lane To: Brian Somers Cc: freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG, matt@gsicomp.on.ca, paulh@logicsquad.net, jim@thehousleys.net, vance@aurema.com, phillip@crumpler.com.au Subject: Final summary: [WAS Jul 30 changes to ppp break my Telstra ADSL PPPoE connection] Message-ID: <20011207014813.A14418@nucl03.anu.edu.au> Reply-To: gregory.lane@anu.edu.au Mail-Followup-To: Brian Somers , freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG, matt@gsicomp.on.ca, paulh@logicsquad.net, jim@thehousleys.net, vance@aurema.com, phillip@crumpler.com.au References: <200112051001.fB5A1VE72716@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112051001.fB5A1VE72716@hak.lan.Awfulhak.org>; from brian@freebsd-services.com on Wed, Dec 05, 2001 at 10:01:31AM +0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG G'day everyone, Sorry I was out of the loop for a couple of days. One of our students handed in his thesis. It has been a tad busy. I did the following tests on my laptop by just remaking ppp alone (rather than the world like in my first attempts to track down the problem) using source from 12am 30th july and 12am 1st August. This was with a 4.4-stable kernel and userland. A few people with Telstra ADSL emailed me saying they have no problems at all using recent versions, (4.4 release and very recent 4.4-stable). However, it appears they have all used values of 1492 rather than 1454 for mtu/mru. Phillip Crumpler stated that he found these values by removing the set lines from his ppp.conf and letting it autonegotiate. I tried that and it indeed auto-negotiated values of 1492 and worked AOK. Directly setting the values to 1492 with: set mru 1492 set mtu 1492 worked OK too. However setting to 1454 didn't work in two aspects. First, rather than setting to 1454, the mtu was set to 1492 which agrees with the behaviour in the PR of Jim Housley: http://www.freebsd.org/cgi/query-pr.cgi?pr=32040 where the "set" option was observed not to "set" at all. Secondly, traffic with "large" packets failed to flow. On Brian's suggestion I tried set mru max 1454 set mtu max 1454 with the Aug 1st version which happily set the mtu and mru to 1454 and worked without a problem. Once I knew I could reproduce everything, I updated my gateway box to 4.4-stable, made the world and confirmed that the behaviour was the same on it as in my laptop tests with ppp from Aug 1st. So the strange behaviour was introduced on July 30th. I have emailed the ppp connection logs direct to Brian rather than send an (even more!) lengthy email to the lists. So the upshot is I now have a working 4-STABLE gateway (hooray!!) and can confirm the PR of Jim Housley. If anyone is using more recent versions of stable (post Jul 30th) with Telstra ADSL I am pretty sure they will have trouble if they follow Paul Hoadley's instructions (www.logicsquad.net) exactly. The "set mt[ur] 1454" has to be changed to either "set mt[ur] max 1454" or "set mt[ur] 1492". A big thanks to everyone who responded!! I really appreciate it. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message