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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message