On Fri, Jul 04, 2003 at 11:24:51AM +0200, Harald Thoeny wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > thanks, > > all i have to do is to load to kernelmodules. > ip_conntrack_ftp and ip_nat_ftp > > right now everything is working fine. > > but is it possible that the kernel unload those two modules if they are > unused > for a longer time ? and how to load this to at boottime ?
If you load it 'manually' it will not unload automatically, even if it is not used. To load the modules, the simplest way is to put them to /etc/modules file. -- --- Friczy --- 'Death is not a bug, it's a feature'

