From owner-freebsd-stable Tue Nov 7 21: 4:40 2000 Delivered-To: freebsd-stable@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 2F9DB37B479 for ; Tue, 7 Nov 2000 21:04:36 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id VAA58481; Tue, 7 Nov 2000 21:04:35 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.11.0/8.11.0) id eA854Ze96370; Tue, 7 Nov 2000 21:04:35 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200011080504.eA854Ze96370@curve.dellroad.org> Subject: Re: PPP/NAT/TCP Question In-Reply-To: <000f01c047c6$cc8af790$0200000a@sam> "from Sam Zamarripa at Nov 5, 2000 11:54:31 pm" To: Sam Zamarripa Date: Tue, 7 Nov 2000 21:04:35 -0800 (PST) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sam Zamarripa writes: > I am using FreeBSD 4.2-BETA and PPP NAT to share a dialup connection on my > Lan. My question > is..certain TCP options such as MTU, Path MTU, RFC1323, etc..are they all > independant on the machines on the lan or are they all dependant on the NAT > machine? > > A specific example would be..if I wanted to set an MTU of 576. If I set the > MTU of 576 on a Windows machine but the FreeBSD box doing NAT is still MTU > 1500, is the windows machine using 576 or 1500 in that case? Not sure what you're asking. MTU's apply to network interfaces, such that packets larger than the MTU passing through the interface must be fragmented. If your internal Win98 machine has an MTU of 576, then it will be sending 576 bytes packets out, so the FreeBSD machine will not have to fragment them further. If it was the other way around, they would get fragmented. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message