2

iptables-save output:

*filter
:INPUT DROP [2929:172650]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [74596344:6265371965]

These are the opening lines of the iptables-save command. What do the numbers in the square brackets mean?

1 Answer 1

5

They are the packet counter and byte counter that you can get live with the iptables -L -v command.

Examples and explanations can be found in the Iptables Tutorial - iptables-save document.

1
  • 1
    Man that was silly of me, thanks for the prompt response. I was searching t'interwebs for the answer but I couldn't find the answer, although I wasn't too sure what search phrase to use. Many thanks Mat. Commented Nov 23, 2011 at 10:20

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.