-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 29 Oct 2003 00:49:51 +0100, Desquerre Yohann wrote:
I'd like to automate the loading of the "ip_conntrack_ftp" module on my gateway i suposed that i have to add the follow line to my /etc/modules.conf file :
alias char-major-XX ip_conntrack_ftp
No. With Red Hat's more recent iptables packages, you would add the module name to the /etc/sysconfig/iptables-config file which contains brief instructions.
moreever i don't know the number i have to put to replace XX.
Is anyone got an idea ???
With /etc/modules.conf it would be
add above ip_tables ip_conntrack_ftp
for instance.
- --