Odd Server Problem

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Jeteroll
500 Command not understood
Posts: 3
Joined: 2013-01-24 04:27
First name: Joe
Last name: Sweeney

Odd Server Problem

#1 Post by Jeteroll » 2013-01-24 04:42

So I have my server configured to use port 49999, forwarded though my two routers, and it works great, but I want to be able to access my FTP server through a web browser just with ftp://<my ip>. So when I configure it for port 21 and forward it through both routers, the client connects and everything works great until it gives the "MLSD" command, then I get:
  • (000001)1/23/2013 23:20:38 PM - jeteroll (68.193.178.176)> MLSD
    (000001)1/23/2013 23:20:49 PM - jeteroll (68.193.178.176)> 425 Can't open data connection.
    (000001)1/23/2013 23:22:49 PM - jeteroll (68.193.178.176)> 421 Connection timed out.
This doesn't happen when I use port 49999. My ISP said they don't have anything to do with this, my firewalls are all off, nothing is using the port, connecting works through localhost and my internal IP (through both routers), and I really don't know what to do... any help would be appreciated!

Thanks guys!

P.S. Weird side note: the other say I got home and the log said that for hours (Yes I know I turned autoban off) the IP 200.19.174.163 had been trying to log in to my server with passwords like "melon", and "11111", that kind of stuff. :S

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Odd Server Problem

#2 Post by botg » 2013-01-24 08:25

You need for forward far more ports. Please read the Network Configuration guide for details.

Jeteroll
500 Command not understood
Posts: 3
Joined: 2013-01-24 04:27
First name: Joe
Last name: Sweeney

Re: Odd Server Problem

#3 Post by Jeteroll » 2013-01-24 12:07

I have that all set up obviously if it works with port 49999. I have passive mode set up and all that with about 100 ports forwarded to the server so that's all good.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Odd Server Problem

#4 Post by botg » 2013-01-24 22:45

Please test your server on https://ftptest.net//, what does it say?

Jeteroll
500 Command not understood
Posts: 3
Joined: 2013-01-24 04:27
First name: Joe
Last name: Sweeney

Re: Odd Server Problem

#5 Post by Jeteroll » 2013-01-25 03:14

Same thing as Server interface when I test it with ftptest :(

Code: Select all

Status: Resolving address of 68.193.178.176
Status: Connecting to 68.193.178.176
Status: Connected, waiting for welcome message
Reply: 220-Jeteroll's FTP Server
Reply: 220-[PDMC] Pandemic Yellow
Reply: 220-________
Reply: 220-\______ \
Reply: 220- | ___/
Reply: 220- | |
Reply: 220- |____|
Reply: 220-________
Reply: 220-\______ \
Reply: 220- | | \
Reply: 220- | ` \
Reply: 220-/______ _ /
Reply: 220- \/
Reply: 220- _____
Reply: 220- / \
Reply: 220- / \ / \
Reply: 220-/ Y \
Reply: 220-\____|__ /
Reply: 220- \/
Reply: 220-_________
Reply: 220-\_ ___ \
Reply: 220-/ \ \/
Reply: 220-\ \____
Reply: 220- \______ /
Reply: 220- \/
Reply: 220-----------------------------------
Reply: 220-~+~+~+~+~+~+~+~+
Reply: 220 ----------------------------------
Command: CLNT https://ftptest.net/ on behalf of 68.193.178.176
Reply: 200 Don't care
Command: USER Jeteroll
Reply: 331 Password required for jeteroll
Command: PASS ********
Reply: 230 Logged on
Command: SYST
Reply: 215 UNIX emulated by FileZilla
Command: FEAT
Reply: 211-Features:
Reply: MDTM
Reply: REST STREAM
Reply: SIZE
Reply: MLST type*;size*;modify*;
Reply: MLSD
Reply: UTF8
Reply: CLNT
Reply: MFMT
Reply: 211 End
Command: PWD
Reply: 257 "/" is current directory.
Status: Current path is /
Command: TYPE I
Reply: 200 Type set to I
Command: PASV
Reply: 227 Entering Passive Mode (68,193,178,176,211,17)
Command: MLSD
Reply: 425 Can't open data connection.
Error: Listing failed
I can get on my server fine through the web, but that's because the browser never gives the MLSD command, which is where it always fails.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Odd Server Problem

#6 Post by botg » 2013-01-25 07:01

There's still some firewall and/or NAT router interfering with the connection. Please read the Network Configuration guide and configure all firewalls and NAT routers accordingly.

Post Reply