On Thu, Feb 17, 2000 at 09:56:57PM +0000, Luc Stepniewski wrote: > I need to use ip_masq_ftp, so I insmod it. But after some time, it is removed > from memory (marked 'unused'). > So my problem is to keep it in memory. Is there a magical command to does it > or should I put a cron job to test every 5 minutes if it's still in memory ? > > (Some time ago, on Debian, there was a cron job that removed all unused > modules from memory, but on my system it is not anymore here).
The first line of /etc/modules: # /etc/modules: kernel modules to load at boot time. I think that means the modules will be loaded and never unloaded. Try adding a line with ip_masq_ftp to this file. -- Lee Bradshaw [EMAIL PROTECTED] (preferred) Alantro Communications [EMAIL PROTECTED]

