BeNe Wrote:Is this an RootServer a Virtuell Machine ?
Can you please post the output of
Code:
iptables -L -n -v --line-number
So we see if the IPTABLES are right.
Greez BeNe
It's Real Server.
Here is the result
Chain INPUT (policy ACCEPT 304M packets, 15G bytes)
num pkts bytes target prot opt in out source destination
1 304M 15G ISPCP_INPUT 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 534M packets, 772G bytes)
num pkts bytes target prot opt in out source destination
1 534M 772G ISPCP_OUTPUT 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 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993
2 0 0 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 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25
5 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143
6 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110
7 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
8 2681K 122M tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
9 2682K 122M 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 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:993
2 0 0 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 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:25
5 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:143
6 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:110
7 0 0 tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:443
8 5059K 7349M tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:80
9 5060K 7350M RETURN 0 -- * * 0.0.0.0/0 0.0.0.0/0