From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 18:08:10 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 587D037B401 for ; Tue, 8 Jul 2003 18:08:10 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00BF43FBF for ; Tue, 8 Jul 2003 18:08:09 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h69188em039447; Tue, 8 Jul 2003 20:08:08 -0500 (CDT) (envelope-from dan) Date: Tue, 8 Jul 2003 20:08:08 -0500 From: Dan Nelson To: Brent Wiese Message-ID: <20030709010808.GA39506@dan.emsphone.com> References: <0b9001c345b3$4ac98850$0a0114ac@home.bjwcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0b9001c345b3$4ac98850$0a0114ac@home.bjwcs.com> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org 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 01:08:10 -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. -- Dan Nelson dnelson@allantgroup.com