Hello All,
ever since we have upgraded the Astaro to 7.4 we have been experiencing issues with our FTP server.
Our FTP server is running on ISS and the IIS is running on a DMZ server (on port 15470).
As DNAT rule we have the following setup:
Any => Port 15470 => Wan adress 62.72.*.237
Destination: DMZ (ip) Via FTP (FTP is set on port 21)
Packet Filter Setup:
Any => Wan address 62.72.*.237
Over FTP
Any => Wan adress 62.72.*.237
Over CIFS
After checking the following in IE the connection just times out.
In Firefox (which is passive FTP connection), it gives the following error message (after about 10 seconds): 425 Can't open data connection.
When checking with an FTP Client it shows the following:
Connecting to 62.72.*.237:15470
Connected to 62.72.*.237:15470 in 0.031250 seconds, Waiting for Server Response
220 Microsoft FTP Service
Host type (1): AUTO
USER Eli
331 Password required for Eli.
PASS (hidden)
230 User Eli logged in.
SYST
215 Windows_NT
Host type (2): Microsoft NT
PWD
257 "/" is current directory.
TYPE A200 Type set to A.
PASV
227 Entering Passive Mode (10,0,0,21,49,117).
connecting data channel to (DMZIP):49,117(12661)
Substituting connection address 62.72.*.237 for private address 10.0.0.21 from PASV
Failed to connect data channel to 62.72.*.237:49,117(12661)
PORT 192,168,1,10,4,219
Error reading response from server
I'm pretty much clueless here [:(]
All help is appriciated !
Thanks in advance,
Eli
*****************Edit**************************
The wierd thing is if I change the DNAT rule to:
Any => FTP => Wan adress 62.72.*.237
Destination: DMZ (ip) Via FTP (FTP is set on port 21)
The site can be accessed via 62.72.*.237:21
**********************************************
This thread was automatically locked due to age.