What means empty iptables?
- by Memochipan
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 destination
Chain 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?