math wrote:
IPTABLES_MODULES="ip_conntrack_ftp" module to firewall ftp.
To actually address your question, ip_conntrack_ftp is built into Linode kernels and does not have to be loaded to be used. You can probably leave this empty -- since it sounds like configuring this makes it try to insmod it -- and the functionality already exists in the kernel.
If you're familiar with configuring Linux, the entire configuration of a Linode-built kernel is available in /proc/config.gz (which you can read with, say...)
Code:
zgrep CONNTRACK /proc/config.gz
The thread you initially poked dealt specifically with UML, and the "modules cannot be inserted" stance was correct at the time. These days, under Xen, I have inserted several modules into a running Linode kernel just fine. That's why it's important to check a thread's date before replying to it. :)
In this specific case, however, it is unnecessary.
vonskippy wrote:
Web based File managers
Not to pick a fight with you, but I'm not sure I'd call those better than FTP. That falls under my same gripe as with phpMyAdmin.