From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 19:28:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D41416A4CE; Mon, 30 Aug 2004 19:28:45 +0000 (GMT) Received: from obh.snafu.de (obh.snafu.de [213.73.92.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFA7843D46; Mon, 30 Aug 2004 19:28:44 +0000 (GMT) (envelope-from ob@gruft.de) Received: from ob by obh.snafu.de with local (Exim 4.34 (FreeBSD)) id 1C1rpb-000FQH-EG; Mon, 30 Aug 2004 21:28:43 +0200 Date: Mon, 30 Aug 2004 21:28:43 +0200 From: Oliver Brandmueller To: Andre Oppermann Message-ID: <20040830192843.GB51110@e-Gitt.NET> References: <20040827084306.GB74653@e-Gitt.NET> <412F276A.6080807@freebsd.org> <20040827141354.GC74653@e-Gitt.NET> <412F5307.5040005@freebsd.org> <20040830103216.GA51110@e-Gitt.NET> <41334E8F.377FFD80@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41334E8F.377FFD80@freebsd.org> User-Agent: Mutt/1.5.6i Sender: Oliver Brandmueller cc: current@freebsd.org Subject: Re: RELENG_5 ipfw problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 19:28:45 -0000 Hi. On Mon, Aug 30, 2004 at 05:58:07PM +0200, Andre Oppermann wrote: > Ok, it seems you suffer from a small logic change I made when redoing the > ipfw fwd option. This was supposed to prevent foot-shooting but also > prevents your setup from working. Try the attached patch (probably white- > space mangled). [...] > - if (!in_localip(ip->ip_src) && !in_localaddr(ip->ip_dst)) { > + if (!in_localip(ip->ip_src)) { I changed the line in this file, recompiled and booted the kernel - but I cannot see any change in the behaviour, sorry. - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine gewerbliche Nutzung aller enthaltenen Adressen ist nicht gestattet! |