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




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

Reply via email to