Current time: 09-28-2024, 07:22 PM Hello There, Guest! (LoginRegister)


Post Reply 
Trafficanzeige ?
Author Message
Sacred Offline
Junior Member
*

Posts: 44
Joined: May 2007
Reputation: 0
Post: #11
RE: Trafficanzeige ?
Was das Packet von der Page
02-18-2008 02:43 AM
Find all posts by this user Quote this message in a reply
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #12
RE: Trafficanzeige ?
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.
02-18-2008 07:42 AM
Find all posts by this user Quote this message in a reply
Cube Offline
Member
***

Posts: 740
Joined: Apr 2007
Reputation: 9
Post: #13
RE: Trafficanzeige ?
Quote:hm, möglich das iptables nicht rennt.
Ich würde aber dann erwarten, dass die Anzeige auf 0 ist. Rolleyes
02-18-2008 08:43 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: Trafficanzeige ?
Rundungsfehler... :-)
02-18-2008 08:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #15
RE: Trafficanzeige ?
Ich kann bestätigen das dann ne 0 kommt Wink
02-18-2008 09:27 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #16
RE: Trafficanzeige ?
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
02-18-2008 04:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
FeG Offline
Banned

Posts: 222
Joined: Aug 2007
Post: #17
RE: Trafficanzeige ?
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
02-18-2008 06:28 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #18
RE: Trafficanzeige ?
Dito!
Das höchste sind die 17GB auf Port 80.
Und was hast Du in ispCP drin stehen ?

Greez BeNe
02-18-2008 07:08 PM
Visit this user's website Find all posts by this user Quote this message in a reply
FeG Offline
Banned

Posts: 222
Joined: Aug 2007
Post: #19
RE: Trafficanzeige ?
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ü)
02-18-2008 07:30 PM
Find all posts by this user Quote this message in a reply
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #20
RE: Trafficanzeige ?
cool; geh damit an die Börse, deine Aktien will sicherlich jeder haben. Big Grin
02-18-2008 10:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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