[plesk]

i am behind firewall, and have a local ip for my plesk. All the right ports are open, even when the server is in the DMZ zone i cannot ftp anymore:

Code:
:
    Resolving host name ftp.xx.com...
    Connecting to (ftp.xx.com) ->  IP: 195.x.x.xPORT: 21
    Connected to (ftp.xx.com) -> Time = 0ms
    Socket connected waiting for login sequence.
220 ProFTPD 1.2.9 Server (ProFTPD) [srv2.xx.com]
    USER sander
331 Password required for sander.
    PASS (hidden)
230 User sander logged in.
    SYST
215 UNIX Type: L8
    FEAT
211-Features:
 MDTM
 REST STREAM
 SIZE
211 End
    PWD
257 "/" is current directory.
    TYPE A
200 Type set to A
    PORT 192,168,1,100,14,197
500 Illegal PORT command
    PASV
227 Entering Passive Mode (192,168,1,110,128,14).
    Opening data connection IP: 192,168,1,110,128,14 PORT: 32782.
    LIST -aL
    Connection closed. Server timeout.
thats all, changing from active to passive doesn't help

when connecting to internal (192.168 range)port, its going ok
whats wrong?
i forwarded 21,22,25,53,80,110,143,443,8443 to the internal ip

 

 

 

 

Top