From owner-freebsd-ipfw@FreeBSD.ORG Thu Aug 25 08:38:45 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC3516A41F for ; Thu, 25 Aug 2005 08:38:45 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A4F43D48 for ; Thu, 25 Aug 2005 08:38:43 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j7P8bNKc022977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 25 Aug 2005 15:37:23 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j7P8c5vA093513; Thu, 25 Aug 2005 15:38:05 +0700 (ICT) Date: Thu, 25 Aug 2005 15:38:05 +0700 (ICT) Message-Id: <200508250838.j7P8c5vA093513@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-ipfw@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Checksum in nat bridge X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 08:38:45 -0000 Hi, I am using ipfilter (is there a better list to ask my question?) I have a machine that is bridged between the interfaces, when I NAT a packet the checksum is not recalculated automatically. Darren gave me a patch, but that is not corresponding to the version of ipfilter bundled with FreeBSD 4.10. So does anyone know how to force ip_nat to recalculate the checksum after it changed a packet in a bridg3d environment? TIA Olivier