Linux Netfilter discussions
 help / color / mirror / Atom feed
* Double rules for using NETFLOW?
@ 2011-02-02 10:01 Srinivasa T N
  2011-02-02 10:09 ` Giles Coochey
  2011-02-02 17:56 ` Grant Taylor
  0 siblings, 2 replies; 6+ messages in thread
From: Srinivasa T N @ 2011-02-02 10:01 UTC (permalink / raw)
  To: netfilter; +Cc: ABC

Hi All,
     I am using ipt_NETFLOW 1.7 on my RHEL 6 (2.6.32) box.  Now if I 
want to accept packet destined for some port and at the same time I want 
it to be accounted also, then I have to use the following rules:

iptables -A INPUT --dport <portnum> -j NETFLOW
iptables -A INPUT --dport <portnum> -j ACCEPT

    This makes that every packet that I accept should have two rules 
(one for accepting and one for accounting).  Don't you people think that 
it will increase the number of rules a packet has to traverse?  Or is my 
understanding wrong?

Regards,
Seenu.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-02-04  5:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 10:01 Double rules for using NETFLOW? Srinivasa T N
2011-02-02 10:09 ` Giles Coochey
2011-02-02 17:56 ` Grant Taylor
2011-02-03  5:15   ` Srinivasa T N
2011-02-03 20:14     ` Grant Taylor
2011-02-04  5:02       ` Srinivasa T N

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox