Page 1 of 1

Add port 2000

Posted: 2019-11-06 22:41
by hoang_nguyen
After setup FileZilla, I set the listen on these port is 2000. I allowed port from Windows. From firewall, I allow port 2000 to be accessed from public.
Using Infobyip to test, the connection is failed to connect port 2000. If I change back to port 21, The connection from infobyip is showed connection. I checked from firewall and FileZilla, port 2000 is allowed and opened. What do I miss? Please help.

Thank you,

Re: Add port 2000

Posted: 2019-11-06 23:16
by boco
What about your router? Did you forward port 2000?

Re: Add port 2000

Posted: 2019-11-06 23:59
by hoang_nguyen
Yes it is.

Re: Add port 2000

Posted: 2019-11-08 19:50
by hoang_nguyen
I still can not make connection using ftp port 2000. Please help.

(000170)11/8/2019 11:46:59 AM - entest (136.243.154.86)> PWD
(000170)11/8/2019 11:46:59 AM - entest (136.243.154.86)> 257 "/" is current directory.
(000170)11/8/2019 11:47:00 AM - entest (136.243.154.86)> TYPE I
(000170)11/8/2019 11:47:00 AM - entest (136.243.154.86)> 200 Type set to I
(000170)11/8/2019 11:47:00 AM - entest (136.243.154.86)> PASV
(000170)11/8/2019 11:47:00 AM - entest (136.243.154.86)> 227 Entering Passive Mode (12,34,87,84,250,209)
(000170)11/8/2019 11:47:01 AM - entest (136.243.154.86)> MLSD
(000167)11/8/2019 11:47:06 AM - entest (10.10.31.230)> disconnected.
(000170)11/8/2019 11:47:11 AM - entest (136.243.154.86)> 425 Can't open data connection for transfer of "/"
(000170)11/8/2019 11:47:11 AM - entest (136.243.154.86)> disconnected.

Re: Add port 2000

Posted: 2019-11-08 21:40
by boco
Your log does not have anything to do with port 2000. As you are able to post a server log, port 2000 is working. However...
(000170)11/8/2019 11:47:00 AM - entest (136.243.154.86)> 227 Entering Passive Mode (12,34,87,84,250,209)
250 (* 256) + 209 = 64209 - The server proposed using port 64209 for the directory listing, but the client could not reach that port.

You do not seem to have configured the Passive port range correctly. Any directory listings and transfers will not be done over port 2000, but over a range of other ports. Please read the Network Configuration Guide and configure server and network correctly for Passive mode.