you could use a simple iptables command like (example):
Code:
iptables -I INPUT -s 200.200.200.200/24 -j DROP
(replace 200.200.200.200/24 with his actual subnet) this makes any incoming packets from the guy's subnet to get sent to DROP, without logging them...