From owner-freebsd-questions@FreeBSD.ORG Wed Jul 9 14:19:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041EA37B401 for ; Wed, 9 Jul 2003 14:19:32 -0700 (PDT) Received: from fed1mtao05.cox.net (fed1mtao05.cox.net [68.6.19.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E88643FB1 for ; Wed, 9 Jul 2003 14:19:29 -0700 (PDT) (envelope-from brently@bjwcs.com) Received: from samba ([68.98.5.134]) by fed1mtao05.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030709211924.LQAU27992.fed1mtao05.cox.net@samba> for ; Wed, 9 Jul 2003 17:19:24 -0400 From: "Brent Wiese" To: Date: Wed, 9 Jul 2003 14:19:28 -0700 Message-ID: <0c8b01c3465f$c8271db0$0a0114ac@home.bjwcs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 In-Reply-To: <20030709010808.GA39506@dan.emsphone.com> Importance: Normal Subject: RE: NAT and MTU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 21:19:32 -0000 > In the last episode (Jul 08), Brent Wiese said: > > I have a machine that is being double-NAT'd. > > > > Would it make sense to set the MTU lower to account for the NAT > > overhead? > > > > It makes sense to me as I know MTU, but I like to check in case my > > thinking isn't right. :) > > There is no overhead; all NAT does is rewrite IP addresses in > the header (and in some data packets of certain protocols > like FTP). It adds no extra data. > I never messed w/ NAT enough to have learned this. There's always something to learn! Thanks to all who responded. Brent