Link to home
Start Free TrialLog in
Avatar of bafforosso
bafforosso

asked on

Why does server unexpectedly dropped the connection only from a specific location?

Hello,

my company has got a private ftp server in our office in the US, it's set up with Rumpus and it's accessible via HTTP on a web browser on a public IP address.
I can access it without any problem on every internet connection i tried, except from one of our European offices. This office has got 2 connections, one XDSL on which the FTP access via HTTP is working fine and another one, ADSL on which is the problem :

Every time I try to connect (and i tried from several machines) :
- Firefox leaves me on a blank page
- Chrome tells me : The webpage at http://www.XXX.com/ might be temporarily down or it may have moved permanently to a new web address.
Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.
- Safari tells me : Safari can’t open the page “http://www.XXX.com/” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.

Where could the problem come from and what can i do???
Avatar of Tom Scott
Tom Scott
Flag of United States of America image

Some diagnostics to consider:
Can you ping the server over the ADSL link?
Have you tried to Telnet an FTP session with the server?

Assuming you are using HTTPS for your FTP sessions, is HTTPS allowed over the ADSL link?

If you are using two firewalls, the rules may be different between them. Try a "stare and compair" of the firewall rules between the two firewalls. If using a single firewall but with two external ports for the XDSL and ADSL links stare and compare the rules for the two ports. If you are using a SonicWALL the two ports are NORMALLY in the same "zone" and this should not be a problem (cause), in that case.

These are initial ideas.

 - Tom
Avatar of bafforosso
bafforosso

ASKER

Hi,

thanks for the advice.

Yes i can ping the server without packet loss.

I can reach the server when I Telnet an FTP session but it'll keep telling me Login Failed, even when my login and password are the right ones.
We are using a SonicWALL for the XDSL link and a built-in on a Thompson modem-router for the ADSL one, but i tried disabling it completely and it doesn't change anything, could it be a problem on the ISP side?
Some ISPs block various traffic (some even FTP) for various reasons. However, that should block the entire session and not cause the credentials to fail.

Just to compare apples to apples as much as possible, are you able to use Telnet to FTP to the server via the "good" Internet connection? If not, we need to do so. It could be that your server is configured in such a way as to make this test invalid for your situation.

If both fail using Telnet, are the failure messages the same?

 - Tom
ASKER CERTIFIED SOLUTION
Avatar of AlexPace
AlexPace
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello,

i solved my problem, thanks AlexPace, it helped me a lot. I found that my predecessor had set up heuristic blacklist layer ahead of the ftp server to prevent Rumpus' last resort solution, "disable account". And at a certain point it blacklisted our European office IP.