AFAIK, NATing FTP is not as easy as it seems, as FTP does not use a single constant TCP connection but does some nasty tricks. The NAT router need to _know_ that this is an NAT connection. With port 21 it does assume so but with any other port it supposedly needs to be configured to know that the port in question is an NAT port. -Michael