state ESTABLISHED, RELATED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux