From owner-freebsd-net Thu Dec 26 12:49:22 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0FB37B40A for ; Thu, 26 Dec 2002 12:49:20 -0800 (PST) Received: from gw.gbch.net (gw.gbch.net [203.143.238.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 686D743EDC for ; Thu, 26 Dec 2002 12:49:18 -0800 (PST) (envelope-from gjb@gbch.net) Received: (qmail 51690 invoked by uid 1001); 27 Dec 2002 06:49:16 +1000 X-Posted-By: GJB-Post 2.29 08-Nov-2002 X-Operating-System: FreeBSD 4.2-RELEASE i386 X-Uptime: 2 days, 8:01 X-Location: Brisbane, Australia; 27.49841S 152.98439E X-URL: http://www.gbch.net/gjb.html X-Image-URL: http://www.gbch.net/gjb/gjb-auug048.gif X-GPG-Fingerprint: EBB2 2A92 A79D 1533 AC00 3C46 5D83 B6FB 4B04 B7D6 X-PGP-Public-Keys: http://www.gbch.net/keys.html Message-Id: Date: Fri, 27 Dec 2002 06:49:16 +1000 From: Greg Black To: Rostislav Krasny Cc: freebsd-net@freebsd.org, freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: PPPoE and troubles with TCP References: <20021226165410.19581.qmail@web14809.mail.yahoo.com> In-reply-to: <20021226165410.19581.qmail@web14809.mail.yahoo.com> of Thu, 26 Dec 2002 08:54:10 PST Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [Note: Cc list trimmed; cross-posting not recommended; please watch these things.] Rostislav Krasny wrote: | Maybe PPPoE implementation in FreeBSD have a bug? The data you have provided is inadequate. The following /etc/ppp.conf (edited to hide passwords, etc) works with the version of ppp that has been out since March with an Alcatel Speed Touch Home ADSL modem on the web sites you had trouble with: set device PPPoE:xl0 set authname foo set authkey bar set speed sync enable lqr set cd 5 set dial set login set redial 0 0 set ifaddr 987.654.321.0 0.0.0.0/0 add default HISADDR set timeout 0 Note that it does not specify anything for MRU and MTU as these are both handled automatically by ppp now. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message