"Aivars Enkuzens" <[EMAIL PROTECTED]> wrote: > Hello, > > I have a ipchains firewall script running on RH 7.2 machine and two LAN PC > connected through this box to internet. I use MASQ to access internet from > these two machines. > > Internet works OK but I cannot access ftp servers from inner machines. > > In this script there is a line /sbin/modprobe ip_masq_ftp which is supposed > to let ftp traffic through. But the response from the script is that this > module cannot be found. > > I read that on RH7.2 there is some other module for masq ftp. Can anybody > guide me what that module is and how to put that into this script
You should start using iptables. Ipchains in 2.4 kernels is only supported in a more-or-less compatible way that doesn't do all the things that ipchains on a 2.2 kernel did. Juri -- Juri Haberland <[EMAIL PROTECTED]>
