All of lore.kernel.org
 help / color / mirror / Atom feed
* avoid conntrack
@ 2006-02-20 13:30 Clist
  2006-02-23  0:21 ` Philip Craig
  2006-03-03 14:48 ` Steven M Campbell
  0 siblings, 2 replies; 3+ messages in thread
From: Clist @ 2006-02-20 13:30 UTC (permalink / raw)
  To: netfilter

Hi list,

It is needed to do '-j NOTRACK'  in order to avoid conntracking for some 
packets, or i can simply DROP packets on the raw table so they do not reach 
other netfilter tables and so it is not conntracking for those packets..?


Now and simply do
*raw 
-A PREROUTING <some criteria> -j DROP

do i need to do
-A PREROUTING <some criteria> -j NOTRACK
-A PREROUTING <some criteria> -j DROP

Thanks...
-- 
---------------------------------------------
Clister UAH
---------------------------------------------


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

end of thread, other threads:[~2006-03-03 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 13:30 avoid conntrack Clist
2006-02-23  0:21 ` Philip Craig
2006-03-03 14:48 ` Steven M Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.