Linux Netfilter discussions
 help / color / mirror / Atom feed
* state ESTABLISHED, RELATED
@ 2009-07-15 20:25 Andrew Kolt
  2009-07-16  6:42 ` Simion Onea
  2009-07-16  8:32 ` Andrew Kolt
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Kolt @ 2009-07-15 20:25 UTC (permalink / raw)
  To: netfilter

Hello everybody. I lately found my kernel logfile to be flooded with 
connections that seemed to have no meaning.
They did until a couple of days ago when, while running nmap on a 
computer on my network, i 'tailed' the logfile and discovered they were 
replies from the target computer to my request.

As a temp solution i added the following to the INPUT chain, in order to 
let those replies in:

-A INPUT -i eth0 -p tcp -s 0/0 -d zzz.zzz.zzz.zzz -m state --state 
ESTABLISHED,RELATED -j ACCEPT

Everything works well now, but i'd like to know if there's any other way 
to go about this and if the line above is "good" practice as far
as security goes.

with regards,
Andrew




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

end of thread, other threads:[~2009-07-16  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 20:25 state ESTABLISHED, RELATED Andrew Kolt
2009-07-16  6:42 ` Simion Onea
2009-07-16  8:21   ` Richard Horton
2009-07-16  8:54     ` Simion Onea
2009-07-16  8:32 ` Andrew Kolt

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