ispCP - Board - Support
Trafficanzeige ? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Trafficanzeige ? (/thread-2467.html)

Pages: 1 2 3


RE: Trafficanzeige ? - Sacred - 02-18-2008 02:43 AM

Was das Packet von der Page


RE: Trafficanzeige ? - Zothos - 02-18-2008 07:42 AM

hm, möglich das iptables nicht rennt. Schau mal nach ob du nen prozess findest.

Wenn ja nimm mal eine regel aus dem ispcp_networking script (liegt im /etc/init.d) und füge sie manuell zu iptables hinzu.


RE: Trafficanzeige ? - Cube - 02-18-2008 08:43 AM

Quote:hm, möglich das iptables nicht rennt.
Ich würde aber dann erwarten, dass die Anzeige auf 0 ist. Rolleyes


RE: Trafficanzeige ? - joximu - 02-18-2008 08:52 AM

Rundungsfehler... :-)


RE: Trafficanzeige ? - Zothos - 02-18-2008 09:27 AM

Ich kann bestätigen das dann ne 0 kommt Wink


RE: Trafficanzeige ? - BeNe - 02-18-2008 04:59 PM

Um dem Fehler totzdem etwas näher zu kommen, poste bitte mal deine IPTABLES:

Code:
iptables -L -n -v --line-number
Weil wenn da schon so hohe werte stehen liegt es am System selber und nicht an ispCP.

Greez BeNe


RE: Trafficanzeige ? - FeG - 02-18-2008 06:28 PM

Hi,

ich klinke mich einfach mal ein, habe nämlich exakt das gleiche Problem auf meinem Server (gleich Serverdaten: real, Debian Etch, ispCP RC3 [upgedated von RC2] - Hauptversion, also kein Nightly Build).

BeNe Wrote:Um dem Fehler totzdem etwas näher zu kommen, poste bitte mal deine IPTABLES:

Code:
iptables -L -n -v --line-numbers
Chain INPUT (policy ACCEPT 11M packets, 1149M bytes)
num   pkts bytes target     prot opt in     out     source               destination
1      11M 1147M ISPCP_INPUT  0    --  *      *       0.0.0.0/0            0.0.0.0/0
2    2906K  200M            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:25
3    43140 3035K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:143
4    16616  853K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:110
5     635K   56M            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:80
6      11M 1149M            0    --  *      *       0.0.0.0/0            0.0.0.0/0

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
num   pkts bytes target     prot opt in     out     source               destination

Chain OUTPUT (policy ACCEPT 16M packets, 17G bytes)
num   pkts bytes target     prot opt in     out     source               destination
1      16M   17G ISPCP_OUTPUT  0    --  *      *       0.0.0.0/0            0.0.0.0/0
2    2215K  279M            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:25
3    30526   11M            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:143
4    17359 7460K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:110
5     744K  866M            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:80
6      16M   17G            0    --  *      *       0.0.0.0/0            0.0.0.0/0

Chain ISPCP_INPUT (1 references)
num   pkts bytes target     prot opt in     out     source               destination
1      384 34561            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:993
2      273 12380            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:995
3        0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:587
4    15437 1019K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:25
5      150 11400            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:143
6       28  1490            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:110
7     1166  353K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:443
8     3158  266K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:80
9    34485 4517K RETURN     0    --  *      *       0.0.0.0/0            0.0.0.0/0

Chain ISPCP_OUTPUT (1 references)
num   pkts bytes target     prot opt in     out     source               destination
1      334  129K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:993
2      511  728K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:995
3        0     0            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:587
4    11820 1561K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:25
5      159 50195            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:143
6       22  1414            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:110
7     1267 1320K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:443
8     3857 4815K            tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:80
9    31691   12M RETURN     0    --  *      *       0.0.0.0/0            0.0.0.0/0

Ich kann an der Stelle noch keine "Abnormalitäten" Wink erkennen..

Gruß
FeG


RE: Trafficanzeige ? - BeNe - 02-18-2008 07:08 PM

Dito!
Das höchste sind die 17GB auf Port 80.
Und was hast Du in ispCP drin stehen ?

Greez BeNe


RE: Trafficanzeige ? - FeG - 02-18-2008 07:30 PM

BeNe Wrote:Und was hast Du in ispCP drin stehen ?

Die Antwort auf "Zweimal das Internet, bitte!" Big Grin

Quote:Sie haben Ihr Traffic-Limit erreicht!
2638827912% [49152.00 PB von 1.91 TB]

(Im Admin-Menü)


RE: Trafficanzeige ? - RatS - 02-18-2008 10:11 PM

cool; geh damit an die Börse, deine Aktien will sicherlich jeder haben. Big Grin