timeout errors

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

Moderator: Project members

Message
Author
dkmanning
504 Command not implemented
Posts: 10
Joined: 2010-02-23 21:43
First name: Dave
Last name: Manning

timeout errors

#1 Post by dkmanning » 2010-03-03 03:43

I have the FileZilla server software installed on a windows machine running XP Proffessional. One anonymous user set up, port set to 21, passive mode set up just like the documentation. When I test the server using ftptest.net this is what I get:

Status: Resolving address of 10.1.10.88
Status: Connecting to 10.1.10.88
Error: Connection attempt timed out
Timeouts are usually caused by some router and/or firewall that is interrupting connection
Try uninstalling all firewalls and plug your computer directly into your modem, bypassing the router

The computer has always been plugged directly into a Comcast Business IP Gateway (model SMC8014), no router involved, but it is a dynamic IP address. I have Windows firewall turned off, the Mcafee security software firewall, that was installed by Comcast, is turned off.
I have the server using the actual internal IP address - 10.1.10.88 - but I have also tried retrieving the external IP from http://ip.filezilla-project.org/ip.php, with the same results.

I'm stumped. Do I need to actually un-install the firewalls?

and could someone explain how the external ip retrieval URL works?

Thanks for any help,
dk

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: timeout errors

#2 Post by boco » 2010-03-03 04:03

If you set up your server according to the Network Configuration guide, then FZ Server already knows your external IP, it's just you who doesn't. 10.1.10.88 is a LAN-only IP (Class A private LAN range), it can't be used over the internet because it can't be routed. You must enter your external IP into the test!
and could someone explain how the external ip retrieval URL works?
It doesn't work for your browser or other software except FileZilla products to prevent 3rd party abuse. But if you select it in FZ Server, it will work (and is recommended for dynamic IPs).

@botg: Shouldn't the ftptest.net site return a big fat error to people who try to enter LAN IPs?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

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

Re: timeout errors

#3 Post by botg » 2010-03-03 21:56

boco wrote:@botg: Shouldn't the ftptest.net site return a big fat error to people who try to enter LAN IPs?
Yes, it should.

dkmanning
504 Command not implemented
Posts: 10
Joined: 2010-02-23 21:43
First name: Dave
Last name: Manning

Re: timeout errors

#4 Post by dkmanning » 2010-03-04 20:18

Thanks for clearing that up. If the FileZilla server retrieves the dynamic, external, non-LAN IP address, how do I know what IP address to use at FTPtest.net?

Thanks again,
dkmanning

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: timeout errors

#5 Post by boco » 2010-03-05 04:48

You can use a service like http://whatismyip.com .
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

dkmanning
504 Command not implemented
Posts: 10
Joined: 2010-02-23 21:43
First name: Dave
Last name: Manning

Re: timeout errors

#6 Post by dkmanning » 2010-03-12 21:18

Alright, I used whatismyip.com to get my external IP, set the passive mode to "Retrieve external ip from" but I'm still getting the same timeout error, so my question is do I need to uninstall the McAfee software or is there another possible setting blocking the connection?

Thanks for your help,
dkm

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: timeout errors

#7 Post by boco » 2010-03-13 03:09

do I need to uninstall the McAfee software
This would be the next step. There's a good chance Mcafee comes with a firewall, too.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

dkmanning
504 Command not implemented
Posts: 10
Joined: 2010-02-23 21:43
First name: Dave
Last name: Manning

Re: timeout errors

#8 Post by dkmanning » 2010-03-14 21:55

It definitely does, which I have turned off, but I'm still getting the timeouts, so I'm thinking I need to uninstall the software completely. Does that make sense?

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: timeout errors

#9 Post by boco » 2010-03-15 05:25

Yes. Disabling a firewall doesn't remove its (potentially troublesome) drivers. Only uninstallation does.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

dkmanning
504 Command not implemented
Posts: 10
Joined: 2010-02-23 21:43
First name: Dave
Last name: Manning

Re: timeout errors

#10 Post by dkmanning » 2010-03-26 22:28

So, I uninstalled the McAffee firewall, I have the Windows firewall turned off, I configured the Comcast gateway modem to allow ftp as per the Comcast technician and the computer is not connected to a router. I try to access via "ftp://anonymous@24.4.222.151 (the IP I got from whatismyip.com) and this is the error I generate - "The connection to the server was reset while the page was loading."

What should I try next?

Thanks,
Dave

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: timeout errors

#11 Post by boco » 2010-03-27 03:51

A browser doesn't generate useful logs, in fact AFAIK it doesn't generate ANY logs for FTP. For a server to test, always use https://ftptest.net/ or a real FTP client from the outside, they at least generate screen logs for copy-pasting here.

The error you got from the browser is only generic and does not provide any useful information.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

dkmanning
504 Command not implemented
Posts: 10
Joined: 2010-02-23 21:43
First name: Dave
Last name: Manning

Re: timeout errors

#12 Post by dkmanning » 2010-03-29 21:58

Using ftptest.net I get the same timeout error as always.
trying to connect with fileZilla client I get:

Status: Connecting to 24.4.222.151:21...
Status: Connection established, waiting for welcome message...
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 24.4.222.151:21...
Status: Connection established, waiting for welcome message...
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 24.4.222.151:21...
Status: Connection established, waiting for welcome message...
Error: Could not connect to server

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: timeout errors

#13 Post by boco » 2010-03-29 22:54

The server is still blocked by a firewall. Maybe at your router, your PC, or even at your ISP (some don't allow running servers and block FTP).
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

dkmanning
504 Command not implemented
Posts: 10
Joined: 2010-02-23 21:43
First name: Dave
Last name: Manning

Re: timeout errors

#14 Post by dkmanning » 2010-08-03 04:07

So, I am returning to this problem after letting it sit for a few months. I have deleted all security software, checked with the ISP, turned off all firewalls I can see. Should I just re-install windows and start from scratch? forget this machine and start with a different computer? just give up?

I'm out of ideas.
Dave Manning

horndog
550 Permission denied
Posts: 27
Joined: 2010-06-13 21:27
First name: Stuart
Last name: Kay

Re: timeout errors

#15 Post by horndog » 2010-08-03 06:08

...The computer has always been plugged directly into a Comcast Business IP Gateway (model SMC8014), no router involved, but it is a dynamic IP address. I have Windows firewall turned off, the Mcafee security software firewall, that was installed by Comcast, is turned off.
Doing a quick search I came up with this.
Some Modems require port forwarding to open your network for ftp, even though it's not technically a router. Good luck...

Post Reply