Hiee all,
I need to install iptables in RedHat Linux 7.1 What i did in server 7.1 : i installed iptables by passing command "rmmod ipchains" - unloading ipchains "lsmod" - verified unloaded ipchains "modprobe ip_tables" - probed iptables "modprobe iptable_mangle" "modprobe iptable_nat" "modprobe iptable_filter" "modprobe ip_conntrack" after this i can set firewall for that session but when ever i restarts the machine it never saves the iptables in lodules list if i typed : lsmod it shows me again blank no iptables loaded in list so i need iptable permanently iptables in module list can u please help me out of this prob
right now i m with ipchains
Thanx
Satpal
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
Hi,
On Tue, 30 Oct 2001, Satpal Ramgadia wrote:
after this i can set firewall for that session but when ever i restarts the machine it never saves the iptables in lodules list if i typed : lsmod it shows me again blank no iptables loaded in list so i need iptable permanently iptables in module list can u please help me out of this prob
put all the modules that u need to load at boot time in /etc/modules.conf or /etc/conf.modules whichever is the case...
HTH With regards,
Sometime on Nov 2, Dinesh Shah assembled some asciibets to say:
it shows me again blank no iptables loaded in list so i need iptable permanently iptables in module list can u please help me out of this prob
put all the modules that u need to load at boot time in /etc/modules.conf or /etc/conf.modules whichever is the case...
That won't help. modules.conf only specifies dependencies between files. Any modules that need to be loaded at boot time must be explicitly loaded through rc.local.
Philip