Proftpd 500 Illegal port command on CentOS 5.8
Hi, i have two VPS's. One has no problem with connecting and transferring files through FTP client but the other one has error when i try.
My CentOS 5 (64-bit) OpenVZ server has no problem. I can connect through FTP and upload files.
But when i try to connect to my Xen, CentOS 5.8 (64-bit) server through FTP client, there comes this error:
----------------------
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PORT 192,168,1,2,19,203
Response: 500 Illegal PORT command
Command: PASV
-------------------------
I tried both passive and active modes, no success.
I thought it was problem with my ISP blocking the port or something but strange that my other server has no problem connecting but not the other one.
Please recommend any solutions?
thanks in advance guys