thx jurani, i looked at iptables and found nothing.
Ok, so here is the problem.
Client connects through IP ranges:
95.128.232.0/21
95.168.96.0/19
95.178.128.0/17
In IPtables i found only this in INPUT and OUTPUT:
[0:0] -A INPUT -s 95.0.0.0/255.0.0.0 -j DROP
[0:0] -A OUTPUT -d 95.0.0.0/255.0.0.0 -j DROP
Entire iptables can be viewed here:
Iptables.txtin deny_hosts.rules I have not found anything alike...
but when I do iptables -L I get this:
CODE
Chain INPUT (policy ACCEPT)
target prot opt source destination
acctboth all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
DROP all -- 1.0.0.0/8 anywhere
DROP all -- 2.0.0.0/8 anywhere
DROP all -- 5.0.0.0/8 anywhere
DROP all -- 23.0.0.0/8 anywhere
DROP all -- 27.0.0.0/8 anywhere
DROP all -- 31.0.0.0/8 anywhere
DROP all -- 36.0.0.0/8 anywhere
DROP all -- 37.0.0.0/8 anywhere
DROP all -- 39.0.0.0/8 anywhere
DROP all -- 42.0.0.0/8 anywhere
DROP all -- 46.0.0.0/8 anywhere
DROP all -- 94.0.0.0/8 anywhere
[b]DROP all -- 95.0.0.0/8 anywhere[/b]
DROP all -- 100.0.0.0/8 anywhere
and the same thing in OUTPUT chain...
but I cannot see where he is getting it nor how to remove it...