View Single Post
  #11 (permalink)  
Old 10-11-2004, 12:13 AM
anup123 anup123 is offline
Registered User
 
Join Date: Mar 2004
Location: This Planet
Posts: 984
anup123 is on a distinguished road
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.
Reply With Quote