در اکثر سیستم عامل‌های لینوکس فایروال IPTABLES بطور پیش فرض بهمراه سیستم عامل نصب میباشد و اخیرا بعنوان یکی از پکیجهای استاندارد بهمراه لینوکس نصب میشه .با دستور زیر میشه فهمید که iptable نصب شده یا نه
کد:
$ 
iptables
خروجی دستور بالا به شکل زیر میباشد :
کد HTML:
$ 
iptables v1.3.5: no command specified
Try `iptables -h' or 'iptables --help' for more information.
برای فهمیدن نسخه iptabes دستور زیر رو اجرا کنید :
کد PHP:

yum info iptables 
و خروجی رو به شکل زیر میتونید ببینید :

Installed Packages
Name : iptables
Arch : x86_64
Version : 1.3.5
Release : 5.3.el5
Size : 653 k
Repo : installed
Summary : Tools for managing Linux kernel packet filtering capabilities.
URL : http://www.netfilter.org/
License : GPL
Description: The iptables utility controls the network packet filtering code in the
: Linux kernel. If you need to set up firewalls and/or IP masquerading,
: you should install this package.

اگرم به هر دلیلی پیغام بالا مشاهده نکردید میتونید با دستور زیر نصبش کنید :
کد PHP:
# yum install iptables