Date: Mon, 30 Aug 2004 21:28:43 +0200 From: Oliver Brandmueller <ob@e-Gitt.NET> To: Andre Oppermann <andre@freebsd.org> Cc: current@freebsd.org Subject: Re: RELENG_5 ipfw problem Message-ID: <20040830192843.GB51110@e-Gitt.NET> In-Reply-To: <41334E8F.377FFD80@freebsd.org> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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! |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040830192843.GB51110>
