To ban an IP with IPTables

iptables -I INPUT -s 124.121.142.205 -j DROP

To release/allow them, use -D instead of -I