iptables -L -v Statistiken

Backup, Restore und Transfer von Daten
Post Reply
fuchsmi
Posts: 44
Joined: 2003-02-27 10:11
 

iptables -L -v Statistiken

Post by fuchsmi »

hallo!
ich habe seit gestern etwas merkwürdigen Traffic.
Interpretiere ich die erste Datenzeile von der ausgabe von "iptables -L -v" richtig wenn diese bedeutet ich habe seit dem letzten Neustart 896MB Traffic gehabt?
albert:/home/fum# iptables -L -v
Chain INPUT (policy DROP 19998 packets, 1425K bytes)
pkts bytes target prot opt in out source destination
3243K 896M ACCEPT all -- any any anywhere anywhere state ESTABLISHED
7031 422K ACCEPT all -- lo any anywhere anywhere
40169 2108K ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:www
76 4128 ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:ssh
56 3340 ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:10000
5274 271K ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:smtp
18 996 ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:https
1224 58720 ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:pop3
8110 480K ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:imap2
76 4342 ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:ftp
4 184 ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:ldap
2 100 ACCEPT tcp --
bungeebug
Posts: 187
Joined: 2004-04-14 10:08
 

Re: iptables -L -v Statistiken

Post by bungeebug »

Ja, würde ich jetzt mal ganz spontan so sagen. Ich hab mich zwar noch nicht ausgibig mit ipchains auseinander gesetzt aber ich sehe das so. Aber was ist daran ungewöhnlich? Wann war denn der letzte reboot?
Post Reply