|
Run following commands from ssh and paste the output.
lsmod
ie Determine the loaded modules
modinfo ip_tables
ie Determine if the iptables kernel module is installed on your system
rpm -q iptables
ie Determine if the iptables user-space package is installed on your system
Anup
Last edited by anup123; 10-11-2004 at 12:53 AM.
|