Re: FW: monitor ALL connections to ALL ports
From: Krzysztof Zaraska (kzaraska@student.uci.agh.edu.pl)
Date: 10/15/02
- Next message: Maildrop: "RE: FW: monitor ALL connections to ALL ports"
- Previous message: Benjamin Krueger: "Re: access() is a security hole?"
- In reply to: Mike Hoskins: "Re: FW: monitor ALL connections to ALL ports"
- Next in thread: Maildrop: "RE: FW: monitor ALL connections to ALL ports"
- Reply: Maildrop: "RE: FW: monitor ALL connections to ALL ports"
- Reply: Steve Reid: "Re: FW: monitor ALL connections to ALL ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 15 Oct 2002 17:57:14 +0200 From: Krzysztof Zaraska <kzaraska@student.uci.agh.edu.pl> To: Mike Hoskins <mike@adept.org>, "Maildrop" <maildrop@qwest.net>
On Mon, 14 Oct 2002 14:58:50 -0700 (PDT)
Mike Hoskins <mike@adept.org> wrote:
> > I put these rule in:
> > ipfw add count log all from any to any
>
> Is this rule before the other allow rules in your chain? Since the rule
> chain is parsed on a first-match basis, you'll either need this rule
> before all others or you'll need to add log entires to each of your
> other rules.
There's another problem I can see here: this setup will generate a log
entry on EVERY packet, what is clearly an overkill. I think it would be
more useful to log only opening of the connection; this can be
accomplished using for example a 'setup' keyword, e.g.:
# Allow access to our WWW
${fwcmd} add pass log tcp from any to ${oip} 80 setup
-- // Krzysztof Zaraska * kzaraska (at) student.uci.agh.edu.pl // Prelude IDS: http://www.prelude-ids.org/ // A dream will always triumph over reality, once it is given the chance. // -- Stanislaw Lem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Maildrop: "RE: FW: monitor ALL connections to ALL ports"
- Previous message: Benjamin Krueger: "Re: access() is a security hole?"
- In reply to: Mike Hoskins: "Re: FW: monitor ALL connections to ALL ports"
- Next in thread: Maildrop: "RE: FW: monitor ALL connections to ALL ports"
- Reply: Maildrop: "RE: FW: monitor ALL connections to ALL ports"
- Reply: Steve Reid: "Re: FW: monitor ALL connections to ALL ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|