What does this rule mean

Posted by Kenyana on Ask Ubuntu See other posts from Ask Ubuntu or by Kenyana
Published on 2012-12-12T16:50:11Z Indexed on 2012/12/12 17:19 UTC
Read the original article Hit count: 253

Filed under:
|

When I run $ sudo iptables -L

This is what I get

Chain INPUT (policy ACCEPT)
target     prot opt source               destination
REJECT     tcp  --  anywhere             anywhere            tcp dpt:www flags:FIN,SYN,RST,ACK/SYN #conn/32 > 20 reject-with tcp-reset

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

What does this mean? I am pretty new to the whole Ubuntu world. I cannot access webmin at times, keep getting The connection has timed out error.

© Ask Ubuntu or respective owner

Related posts about iptables

Related posts about webmin