I'm new to iptables so ....
After I use #iptables -P INPUT DROP
#iptables -P FORWARD DROP
#iptables -P OUTPUT DROP
and # service iptables save
I have this in the
/etc/sysconfig/iptables:
:INPUT DROP [82:20563]
:FORWARD DROP [0:0]
:OUTPUT DROP [0:0]
So what is exactly those numbers for? and can I
manually change it? also I have noticed that those numbers changes every time
when I changed the rules.
Thanks.
Chi
|