This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Standard FTP in private network

Hi!

I'm trying to config ASL 3.202 so that I can run a FTP server in my private network to be accessable from the "outside".

FTP server IP:   192.168.1.1
ASL internal IP: 192.168.1.254
ASL external IP: 130.83.19.167
masq private LAN on WAN-Interface

First I added a packet filter rule:
All/All -> WAN_Interface/FTP : allow

Then I added a S-/DNAT rule:
All -> WAN_Interface SRCTransl.:none DSTTransl.: FTPserverIP

But (as I assuemed) I doesn't work.   [:(]  
Do I have to allow FTP-Control separatley and add another S-/DNAT Rule?   [:S]  

Tkx in advance.
Greetings
Chris


This thread was automatically locked due to age.
Parents Reply
  • Try setting a NAT rule ANY/ANY > ftp server IP
    Try setting packet rule for ANY packets to anywhere to go through.

    People should use PASV mode to connect to the ftpd.

    It should work, I've set this up, I'd show you the config but our ISP for that box just collapsed !
Children