# iptables -A INPUT -s IP_ADDRESS -j DROP // (add the rule at the end)# iptables -I INPUT -s IP_ADDRESS -j DROP // (insert the rule at the beginning)# service iptables save