Corey Johnston wrote: > The problem I mentioned with the FTP proxy in ipnat still appears to > exist in 4.1next. > > That is, non-FTP connections seem to be incorrectly identified as FTP > and are being sent through the FTP proxy, causing performance to be > erradic and usually very slow. > > By disabling the FTP proxy, all works well, except for FTP, which > obviously doesn't work. > > For reference, the NAT ruleset is pretty uncomplicated: > > #map bge1 from 10.0.0.0/8 to 0.0.0.0/0 -> 0/32 proxy port ftp ftp/tcp
Do you have the same problem if you do: map bge1 10.0.0.0/8 -> 0/32 proxy port ftp ftp/tcp Darren
