Once upon a time, Michael Schwendt <[EMAIL PROTECTED]> wrote :

> On 2001-09-20, Sanjeewa Wijerathne wrote:
> 
> >I did "lsmod" and there was "ipchains" in the list. After "rmmod" it ,
> >how do i insert the "iptables" module to *satay* there even after i
> >reboot the machine.
> 
> chkconfig iptables on
> 
> But depending on what features of the netfilter code you use, you
> may need to insert more modules. One place where to do that would
> be /etc/rc.modules or /etc/rc.d/rc.local, e.g.:
> 
>     modprobe iptable_nat
>     modprobe ip_nat_ftp
>     modprobe ip_nat_irc
>     modprobe ip_conntrack
>     modprobe ip_conntrack_ftp
>     modprobe ip_conntrack_irc

I think all these modules are automatically inserted when needed by
configured iptables rules, no? I sometimes used NAT with iptables and
don't recall adding any hacks of this kind... but maybe it was with a
custom kernel with builtin iptables, which would explain.

Matthias

-- 
Matthias (Thias) Saou             http://www.marmotte.net/
---------------------       French - Canadian - Spanish resident

http://rpmforge.net/    -   Hairy and scary RPM related projects
http://freshrpms.net/   -   RPMs just like mom used to make them



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to