iptablesで特定のIPをブロックする方法

[root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP