Hello there, i have a Problem with the setup of a Firewall Script with the 2.4 Kernel and the ipchains compatible module ipchains.o. When i run my script the module ip_masq_ftp wsn't found. I know that this is a module from the 2.2 kernel. My Question is: What module must i load that i have the same functionality? I will change to iptables in the Future but the system must run quick so i dont have Time in the moment to write a new script. -------------------------------------------------------------------- Here is the part of my Firewall script : # Insert the active ftp module if ! ( /sbin/lsmod | /usr/bin/grep masq_ftp > /dev/null ); then /sbin/insmod ip_masq_ftp fi ----------------------------------- Thanks for your help Wilfried