Current time: 09-27-2024, 12:27 PM Hello There, Guest! (LoginRegister)


Post Reply 
Ungewöhnlicher hoher Gesamt-Traffic
Author Message
sun Offline
Junior Member
*

Posts: 25
Joined: Mar 2008
Reputation: 0
Post: #5
RE: Ungewöhnlicher hoher Gesamt-Traffic
Die Grafik ist die Eintragung auf der Zeitachse der Traffic-Werte aus der Tabelle server_traffic. Aber der Fehler lag wahrscheinlich an meiner IPtables-Konfiguration, da ich dort eine Anpassung vorgenommen hatte. Die return-Werte von ISPCP_INPUT und ISPCP_OUTPUT waren nicht eingestellt. Ich habe es nun korrigiert und werde es weiter beobachten. Vielen Dank Bene!

Und so sieht es nun aus:

iptables -nvL
Code:
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     0    --  *      *       192.168.100.6        0.0.0.0/0
    0     0 ACCEPT     0    --  *      *       0.0.0.0/0            192.168.100.6
4500  266K ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:80
   25  2536 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:22
15425 3299K ACCEPT     tcp  --  *      *       127.0.0.1            0.0.0.0/0           tcp dpt:3306
12468   26M ACCEPT     0    --  *      *       0.0.0.0/0            0.0.0.0/0
    0     0 ISPCP_INPUT  0    --  *      *       0.0.0.0/0            0.0.0.0/0

Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     0    --  eth0   *       192.168.100.6        0.0.0.0/0
    0     0 ACCEPT     0    --  eth0   *       0.0.0.0/0            192.168.100.6
    0     0 ACCEPT     0    --  *      eth0    0.0.0.0/0            0.0.0.0/0

Chain OUTPUT (policy ACCEPT 27893 packets, 29M bytes)
pkts bytes target     prot opt in     out     source               destination
6379 7453K ACCEPT     0    --  *      eth0    0.0.0.0/0            0.0.0.0/0
27893   29M ISPCP_OUTPUT  0    --  *      *       0.0.0.0/0            0.0.0.0/0

Chain ISPCP_INPUT (1 references)
pkts bytes target     prot opt in     out     source               destination
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:80
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:443
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:110
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:143
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:25
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:587
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:995
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:993
    0     0 RETURN     0    --  *      *       0.0.0.0/0            0.0.0.0/0

Chain ISPCP_OUTPUT (1 references)
pkts bytes target     prot opt in     out     source               destination
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:80
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:443
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:110
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:143
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:25
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:587
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:995
    0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:993
27893   29M RETURN     0    --  *      *       0.0.0.0/0            0.0.0.0/0
01-08-2009 04:48 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Ungewöhnlicher hoher Gesamt-Traffic - sun - 01-06-2009, 11:52 AM
RE: Ungewöhnlicher hoher Gesamt-Traffic - sun - 01-08-2009 04:48 AM

Forum Jump:


User(s) browsing this thread: 10 Guest(s)