I'm completely new to Astaro so please excuse my ignorance.
I've read the online documents about FTP, but I can't get a plain vanilla FTP session going between a client on the outside and a server on the inside. I have:
OUTSIDE:
client 192.168.1.29
Astaro: 192.168.1.100
ftp-alias: 192.168.1.23
INSIDE:
Astaro inside_inf: 172.31.4.223
ftp_server: 172.31.4.23
FTP-server's default gateway: 172.31.4.223
PACKET FILTER:
From any, to any, port any: allow
From inside_network, to any, port any: allow
MASQ/DNAT/SNAT:
MASQ: Network inside_network, interface outside
SNAT/DNAT: source any, dest ftp-alias, port ftp-control -> source inside_inf, dest ftp_server
SNAT/DNAT: source any, dest ftp-alias, port ftp -> source inside_inf, dest ftp_server
I can log into the ftp server, but I can't do anything, either passive (tried Internet Explorer) or active (tried microsoft ftp client).
I tried setting up a telnet rule, and that works fine, so I know I can connect to my ftp-server through the Astaro box.
What am I doing wrong?
This thread was automatically locked due to age.