From owner-freebsd-questions Sat Nov 17 20:24: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts12-srv.bellnexxia.net (tomts12.bellnexxia.net [209.226.175.56]) by hub.freebsd.org (Postfix) with ESMTP id A429537B417 for ; Sat, 17 Nov 2001 20:24:03 -0800 (PST) Received: from xena.gsicomp.on.ca ([199.243.144.157]) by tomts14-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011118042302.WLOL21779.tomts14-srv.bellnexxia.net@xena.gsicomp.on.ca>; Sat, 17 Nov 2001 23:23:02 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id fAI4EnW26229; Sat, 17 Nov 2001 23:14:49 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <048e01c16fe8$b613eee0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: <3.0.5.32.20011117220014.00f8efc0@mail.sage-american.com> Subject: Re: More PPPoE DSL Date: Sat, 17 Nov 2001 23:22:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > As an update to earlier posts, I finally configured the PPP and have made > connection on a PPPoE DSL 4.4-STABLE setup, but have not pinged out yet. > I've had to stop there for now for other duties. > > In the meantime, back to normal work using a Win2K DSL gateway setup for > the LAN which includes Win2K and FreeBSD stations. It's a dynamic IP ISP > connection. The gateway Win2K machine with the DSL has NO problems with any > applications. > > BUT, with the other machines on the LAN, there are a couple of problems... > only with email replies and FTP UPloading. While I don't have any problems > whith downloading using the BSDs (or the Win2Ks either), I can't upload... > it starts, then locks up & has to be rebooted to break the connections. I > suspect MTU size packets may be the culprit. It should be set to 1492, but > the ifconfig -a shows the BSD interface set at 1500. It's quite possible that when using the Win2K machine as your gateway, traffic from other hosts on the LAN isn't getting handle properly out on the Internet, and never makes it back to your LAN. This is known as the TCP MSS bug, and is explained here (http://www.daemonnews.org/200101/pppoe.html, see section 6.3), along with instructions on how to fix your Win2K machine. (Ignore the 'enable tcpmssfixup' stuff -- it's the default in FreeBSD's PPP now.) -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message