I don't have a FC system (yet), but in RH9 you can create a /etc/rc.modules file where you can load any modules at boot: ====================== Start ======================== #!/bin/sh /sbin/modprobe ip_conntrack_ftp ======================== End ========================= I can't think of a good reason to repeatedly un/load the module though. I would just let it get loaded at boot, and leave it. -Eric Schroeder CCNA, RHCE(809003614507937) -----Original Message----- From: fedora-list-admin@xxxxxxxxxx [mailto:fedora-list-admin@xxxxxxxxxx]On Behalf Of Jonathan Gardner Sent: Tuesday, February 24, 2004 7:04 PM To: fedora-list@xxxxxxxxxx Subject: Automatically loading ip_conntrack_ftp on restart? I've tracked down my FTP server woes to needing ip_conntrack_ftp loaded to function properly. What is the proper way to configure my system so that ip_conntrack_ftp gets loaded when my vsftpd server gets started, and unloaded when it gets stopped? I am sure something similar should exist for other ip_conntrack_* modules. -- Jonathan Gardner jgardner@xxxxxxxxxxxxxxxxxxx -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list