Harish wrote:
Hi,
I saved the iptables and in my next reboot i did see the NAT rules in /etc/iptables but still my NAT would not function, I figuerd out that it is not able to build a chain bcos ipt_MASQUERADE.o module does not get automotically loaded during the boot process,which means that I have to Insmod ipt_MASQUERADE each time.How can i load this module during boot process any suggestion?
Thanks and Regards Harish
Harish, if you ask question, please actually read the answers given. I've already told you you can put any boot commands at the bottom of /etc/rc.d/rc.local.
Regards, Ed.
Hello Ed,
Thanks for yr reply,I did put them in the etc/rc.d/rc,local but it still fails.
My /etc/rc.c/rc.local file entries are
touch /var/lock/subsys/local
insmod /lib/modules/2.4.22-20.1.2024.2.36.nptl/kernel/net/ipv4/netfilter/ipt_MASQUERADE.o
iptables -A POSTROUTING -t nat -o eth0 -j MASQUERADE.
Pls suggest how I can go about.
Regards Harish
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list