Ive been messing with iptables, trying to block the connection o certain mldonkey general servers. On my firewall, i used these lines... iptables -A FORWARD -s 10.0.0.3 -d 148.216.18.89 -j DROP iptables -A FORWARD -s 10.0.0.3 -d 24.128.236.196 -j DROP iptables -A FORWARD -s 10.0.0.3 -d 24.132.124.37 -j DROP but I still managed to connect to the servers -- mdew <mdew@mdew.dyndns.org>