On Mon, 20 Dec 2004, Guido van Rooij wrote:
> On Sun, Dec 19, 2004 at 12:26:24PM +0000, Matt wrote: > > > > Hello all, > > > > Is it possible to run the ftp proxy on a different port, and if so, what > > would be the exact setup? I have a customer who needs to connect to a ftp > > server running on port 1234. If this is a RTFM moment, just point me in > > the direction, as I have looked but didn't see any relevant snippets. > > > > I have tried: > > > > map fxp0 0/32 -> 0/32 proxy port 1234 ftp/tcp > > > > but it does not seem to establish a complete connection. > > > > IIRC this should work indeed. > Try to look with tcpdump and ipfstat -sl to see what is going wrong. > Try both active and passive ftp. > Perhaps the following rule may help if the connection is originating from a system other than the one which fxp0 is installed in: map fxp0 0/0 -> 0/32 proxy port 1234 ftp/tcp Larry.
