Date: Wed, 5 Dec 2001 10:56:37 +1100 From: Christopher Vance <vance@aurema.com> To: James Housley <jim@thehousleys.net> Cc: Greg Lane <gregory.lane@anu.edu.au>, freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Jul 30 changes to ppp break my Telstra ADSL PPPoE connection Message-ID: <20011205105637.D6610@aurema.com> In-Reply-To: <3C0C3973.3DEBE8F7@Thehousleys.net>; from jim@thehousleys.net on Mon, Dec 03, 2001 at 09:48:19PM -0500 References: <20011204105316.A25712@nucl03.anu.edu.au> <3C0C3973.3DEBE8F7@Thehousleys.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 03, 2001 at 09:48:19PM -0500, James Housley wrote: : Greg Lane wrote: : > I have a problem with PPPoE over Telstra ADSL (Australia). A full : > description of the problem can be found in freebsd-questions : > (see 20011201011107.A9404@nucl03.anu.edu.au dated Nov 30) : > with the subject: : > I can reliably make my DSL connection work on three different machines : > using four different network cards (ed, de, vr, rl) with source dated : > Jul 30 12:01am, and reliably break it with anything after : > Jul 31 12:01am. : : I had a similar problem, but haven't been able to fully track it down. I did file a PR http://www.freebsd.org/cgi/query-pr.cgi?pr=32040 . A LCP log of both versions was : requested. Also if you read the new man page there is "set mtu max x" and "set mru max x" options, the I might have mistyped when I tried. Hmm. I run Telstra ADSL on my 386sx with 4.4-STABLE and an SMC8013 Ethernet. My /etc/ppp/ppp.conf is as follows (cut and paste), with <stuff> editted for sanity, and dialup things removed: | default: | set server <stuff> | nat enable yes | nat same_ports yes | nat use_sockets yes | nat port tcp <stuff> | nat port udp <stuff> | | bigpond: | # unit 0 | set device PPPoE:ed1 | set ifaddr 144.137.110.0/0 172.31.18.24/0 255.255.255.0 0.0.0.0 | set authname <stuff>@bigpond | set authkey <stuff> | set mtu 1492 | set mru 1492 | set dial | set login | set log Phase Chat Connect tun command LQM | enable lqr My ppp was most recently compiled about a week ago, and my kernel on Monday. -- Christopher Vance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011205105637.D6610>