Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2005 10:25:15 +0200 (CEST)
From:      Oliver Fromme <olli@lurza.secnetix.de>
To:        freebsd-ipfw@FreeBSD.ORG
Subject:   Re: Another bug in IPFW@ ...?
Message-ID:  <200508030825.j738PFg7008844@lurza.secnetix.de>
In-Reply-To: <42EFBCDC.6090900@wm-access.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Sten Daniel Sørsdal <lists@wm-access.no> wrote:
 > Oliver Fromme wrote:
 > > However, the problem is that the second option is being
 > > ignored, and I would like to know why, and how to work-
 > > around the bug.
 > 
 > Would this work?:
 > 
 > # ipfw add pass ip from me to $N out xmit xl0

No.  It wouldn't check the (non-existing) incoming interface.
The "from me" pattern does not check any interfaces.  It only
checks that the source IP in the packet is one of the locally
configured IP addresses.

Best regards
   Oliver

-- 
Oliver Fromme,  secnetix GmbH & Co KG, Marktplatz 29, 85567 Grafing
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"Python tricks" is a tough one, cuz the language is so clean. E.g.,
C makes an art of confusing pointers with arrays and strings, which
leads to lotsa neat pointer tricks; APL mistakes everything for an
array, leading to neat one-liners; and Perl confuses everything
period, making each line a joyous adventure <wink>.
        -- Tim Peters



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508030825.j738PFg7008844>