IPマスカレード、パケットフィルタリングを行うソフトウエアです。
Vine Linux 3.2のインストール時に「インターネットサーバー」選択した場合や、Vine Linux 4.xでインストール時にファイアウォールを設定した場合はiptablesが既にインストールされています。
# /sbin/iptables -nvxL
# /sbin/iptables -t filter -A INPUT -s xxx.xxx.0.0/16 -j REJECT ← xxx.xxx.0.0/16からのアクセスを拒否
# /etc/rc.d/init.d/iptables save
# /sbin/service iptables restart