On Mon, 24 Jan 2005 00:57:14 +0100 (MET), Mario Ohnewald <mario.Ohnewald@xxxxxx> wrote: > Hello List! > > I am trying to redirect (NAT) to a internal ftp box (but both have a public > ip). > I am using those rules: > > modprobe ip_conntrack_ftp ports=21,2121 > modprobe ip_nat_ftp Hi Mario, Add "ports=21,2121" to the "modprobe ip_nat_ftp" command. That should do the trick. modprobe ip_nat_ftp ports=21,2121 Regards, Filip