This is a discussion on Re: how to write the correct rule for myself? within the Linux Security forums, part of the System Security and Security Related category; Hello, my friends. Good evening.. I have some problem about the rules o iptables. When I type the command as ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello, my friends. Good evening.. I have some problem about the rules o iptables. When I type the command as follows: # iptables -A INPUT -p tcp --syn -d 202.195.151.223 -j DROP. I foun then, when I clicked a link in a newly-opened page, it showed me just blanket page. I know there's something wrong with my rule.... When I checked my chains, 'iptables -L', it showed : DROP tcp --anywhere keven tcp flags:SYN,ACK,RST/SYN. I think it shouldn't add the other three flags in the rule,ACK,RST/SYN Because I haven't........ - keven00 ----------------------------------------------------------------------- Posted via http://www.webservertalk.co ----------------------------------------------------------------------- View this thread: http://www.webservertalk.com/message231193.htm |