> theres a brute force method call firewall rules. Simply setup > something like "iptables -A INPUT -s [IP-to-ignoer] -p udp --sport > 698 -j DROP". That will do the job... the same holds true for the mac address: iptables -A INPUT -m mac --mac-source MAC_ADDRESS -j DROP > > Gruß aus Berlin, Sven-Ola gruß aus kreuzberg, jens