Current time: 10-05-2024, 02:24 PM Hello There, Guest! (LoginRegister)


Post Reply 
Traffic Messung an eth1 deaktivieren
Author Message
Snooops Offline
Junior Member
*****
Dev Team

Posts: 89
Joined: Nov 2009
Reputation: 0
Post: #5
RE: Traffic Messung an eth1 deaktivieren
Also in der iptables wurde wie gesagt nichts verändert. Ich habe allerdings keine Ahnung was ispcp da macht, oder ob es da was macht, deine Zeile hilft mir irgendwie auch nicht weiter.
Hier die Ausgabe von iptables --list-rules
Code:
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-N ISPCP_INPUT
-N ISPCP_OUTPUT
-A INPUT -j ISPCP_INPUT
-A OUTPUT -j ISPCP_OUTPUT
-A ISPCP_INPUT -p tcp -m tcp --sport 587
-A ISPCP_INPUT -p tcp -m tcp --sport 465
-A ISPCP_INPUT -p tcp -m tcp --sport 25
-A ISPCP_INPUT -p tcp -m tcp --dport 993
-A ISPCP_INPUT -p tcp -m tcp --dport 995
-A ISPCP_INPUT -p tcp -m tcp --dport 587
-A ISPCP_INPUT -p tcp -m tcp --dport 465
-A ISPCP_INPUT -p tcp -m tcp --dport 25
-A ISPCP_INPUT -p tcp -m tcp --dport 143
-A ISPCP_INPUT -p tcp -m tcp --dport 110
-A ISPCP_INPUT -p tcp -m tcp --dport 443
-A ISPCP_INPUT -p tcp -m tcp --dport 80
-A ISPCP_INPUT -j RETURN
-A ISPCP_OUTPUT -p tcp -m tcp --dport 587
-A ISPCP_OUTPUT -p tcp -m tcp --dport 465
-A ISPCP_OUTPUT -p tcp -m tcp --dport 25
-A ISPCP_OUTPUT -p tcp -m tcp --sport 993
-A ISPCP_OUTPUT -p tcp -m tcp --sport 995
-A ISPCP_OUTPUT -p tcp -m tcp --sport 587
-A ISPCP_OUTPUT -p tcp -m tcp --sport 465
-A ISPCP_OUTPUT -p tcp -m tcp --sport 25
-A ISPCP_OUTPUT -p tcp -m tcp --sport 143
-A ISPCP_OUTPUT -p tcp -m tcp --sport 110
-A ISPCP_OUTPUT -p tcp -m tcp --sport 443
-A ISPCP_OUTPUT -p tcp -m tcp --sport 80
-A ISPCP_OUTPUT -j RETURN
03-03-2010 07:51 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Traffic Messung an eth1 deaktivieren - Snooops - 03-03-2010 07:51 PM

Forum Jump:


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