> the ip_conntrack_ftp would help in connection tracking > ip conntrack ftp is the module for tracking the ftp connections. For other things like irc, etc you need to modprobe the appropriate modules.
For this modules to be loaded on each startup You can modify /etc/sysconfig/iptables-config and change the following variable to load those modules that you want. #IPTABLES_MODULES="" (Read the description in that file itself, you need to give comma seperated list of modules you want to load.) #bash# ls /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ To get the list of modules that are supported by default in a FC2 kernel. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
