How to read iptables -L output?
- by skrebbel
I'm rather new to iptables, and I'm trying to understand its output. I tried to RTFM, but to no avail when it comes to little details like these. When iptables -vnL gives me a line such as:
Chain INPUT (policy DROP 2199 packets, 304K bytes)
I understand the first part: on incoming data, if the list below this line does not provide any…