I am trying to get ftps working in active mode on my network and I cant seem to find any information on how to do port forwarding, or how to give my inside clients (natted) access to and external ftps server in active mode. The only info I can find is how to do a static nat, but I would rather not if I dont have to. I apologize if I have posted this in the wrong place.
hi randy, the only way you can do this, without giving your FTP server a public IP, is to setup NAT. If you dont want to waste an entire public IP, you can do PAT (port address translation) and just forward ftp and ftp-data ports into the internal address of the server. You will also need to add those ports the access-list applied on the outside interface to allow the traffic into the "lobby" so to speak, before its forwarded.
Hope this helps,
JG