Hello CentOS, Is there a specific RPM that makes "insmod ip_conntrack_ftp" available? I've been using that on a number of servers fine, but the latest one I've built, running insmod ip_conntrack_ftp gives me: insmod: can't read 'ip_conntrack_ftp': No such file or directory -- Best regards, Mickael mailto:mike at kamloopsbc.com www.MickaelMaddison.com
On Wed, 2005-05-25 at 22:03 -0700, Mickael Maddison wrote:> Is there a specific RPM that makes "insmod ip_conntrack_ftp" > available? I've been using that on a number of servers fine, but the > latest one I've built, running insmod ip_conntrack_ftp gives me: > > insmod: can't read 'ip_conntrack_ftp': No such file or directoryI think the command you're looking for is "modprobe". -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://centos.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20050526/b2e8584d/attachment-0004.sig>
indeed modprobe, and even then you probably want to take a look at /etc/sysconfig/iptables-config - the IPTABLES_MODULES="ip_conntrack_ftp" line to be exact... On Wed, 25 May 2005, Mickael Maddison wrote:> Hello CentOS, > > Is there a specific RPM that makes "insmod ip_conntrack_ftp" > available? I've been using that on a number of servers fine, but the > latest one I've built, running insmod ip_conntrack_ftp gives me: > > insmod: can't read 'ip_conntrack_ftp': No such file or directory >