Iptables
What does this mean???
if i type: iptables-save
i get:
:INPUT DROP [179:18409]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [38488:9285037]
-A INPUT -s 127.0.0.1 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -p udp -m udp --dport 22 -j ACCEPT
What are the numbers on the first 3 lines???
|