[Bug 933] New: FTP NAT doesn't work in 2.6.0-test1

From: Martin J. Bligh (mbligh@aracnet.com)
Date: Thu Jul 17 2003 - 10:06:21 EST


http://bugme.osdl.org/show_bug.cgi?id=933

           Summary: FTP NAT doesn't work in 2.6.0-test1
    Kernel Version: 2.6.0-test1
            Status: NEW
          Severity: normal
             Owner: laforge@gnumonks.org
         Submitter: pavelr@coresma.com

Distribution: Red Hat 9
Hardware Environment:
Software Environment: gcc-3.3
Problem Description:

Both IP masquerading and SNAT do not work with FTP. When I issue dir command,
ftp connection gets stuck. In ethernet sniffer I see a lot of TCP ack packets
going in both directions. Both FTP client and server are Win2k boxes.

Steps to reproduce:

Setup a NAT box
modprobe ip_nat_ftp
modprobe ip_conntrack_ftp
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE (assuming eth0 is an
external interface)

Try ftp connection.

This setup works fine with RedHat kernel 2.4.20-18.9.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:29 EST