What means empty iptables?
Posted
by
Memochipan
on Super User
See other posts from Super User
or by Memochipan
Published on 2012-06-14T21:40:25Z
Indexed on
2012/06/15
15:19 UTC
Read the original article
Hit count: 173
I'm using CentOS and when type the command:
iptables -L -v
The output is as follows:
Chain INPUT (policy ACCEPT 19614 packets, 2312K bytes) pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target
prot opt in out source destinationChain OUTPUT (policy ACCEPT 13881 packets, 32M bytes) pkts bytes target prot opt in out source destination
What does this means
I'm able to connect using SSH. Where can I see that rule?
© Super User or respective owner