Re: cannot connect to http server

This is a discussion on Re: cannot connect to http server within the Linux Networking forums, part of the Linux Forums category; Markus Heinz wrote: on Windows XP. It has worked like expected. > > Test 2: I have accessed http://home....


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-14-2004
Jerry Smiley
 
Posts: n/a
Default Re: cannot connect to http server



Markus Heinz wrote:

on Windows XP. It has worked like expected.
>
> Test 2: I have accessed http://home.arcor.de/markusheinz/index.html with
> Konquerer (KDE 3.1.4) and linux 2.6.1 from a Knoppix CD (Knoppix c't
> edition 3.4). The browser said "Waiting for home.arcor.de..." and
> nothing happened. After a long time it showed a "Connection timed out".
> The ethereal dump shows that it did not even send out a http request.
> Instead it sent four TCP packets with ACK and an old sequence number.
>


I'm using SuSe 8.2 Linux 2.4 Konqueror KDE 3.1.1 and it works accessing
your html...

Reply With Quote
  #2 (permalink)  
Old 02-14-2004
Martin Hermanowski
 
Posts: n/a
Default Re: cannot connect to http server

Hi Jerry,

Jerry Smiley wrote:
>
>
> Markus Heinz wrote:
>
> on Windows XP. It has worked like expected.
>>
>> Test 2: I have accessed http://home.arcor.de/markusheinz/index.html with
>> Konquerer (KDE 3.1.4) and linux 2.6.1 from a Knoppix CD (Knoppix c't
>> edition 3.4). The browser said "Waiting for home.arcor.de..." and
>> nothing happened. After a long time it showed a "Connection timed out".
>> The ethereal dump shows that it did not even send out a http request.
>> Instead it sent four TCP packets with ACK and an old sequence number.
>>

>
> I'm using SuSe 8.2 Linux 2.4 Konqueror KDE 3.1.1 and it works accessing
> your html...


It didn't work for me about an hour ago, but now it does. Seems to be
something temporary...

LLAP, Martin
Reply With Quote
  #3 (permalink)  
Old 02-14-2004
Jerry Smiley
 
Posts: n/a
Default Re: cannot connect to http server

Martin
While it is working try tracing the packets again (tcpdump / ethereal) for a
baseline to compare against if it fails again...Also, maybe check the
ethernet card ipconfig for errors when the failure occurs..

> Hi Jerry,
>
> Jerry Smiley wrote:
>>
>>
>> Markus Heinz wrote:
>>
>> on Windows XP. It has worked like expected.
>>>
>>> Test 2: I have accessed http://home.arcor.de/markusheinz/index.html with
>>> Konquerer (KDE 3.1.4) and linux 2.6.1 from a Knoppix CD (Knoppix c't
>>> edition 3.4). The browser said "Waiting for home.arcor.de..." and
>>> nothing happened. After a long time it showed a "Connection timed out".
>>> The ethereal dump shows that it did not even send out a http request.
>>> Instead it sent four TCP packets with ACK and an old sequence number.
>>>

>>
>> I'm using SuSe 8.2 Linux 2.4 Konqueror KDE 3.1.1 and it works accessing
>> your html...

>
> It didn't work for me about an hour ago, but now it does. Seems to be
> something temporary...
>
> LLAP, Martin


Reply With Quote
  #4 (permalink)  
Old 02-14-2004
Martin Hermanowski
 
Posts: n/a
Default Re: cannot connect to http server

Hi Jerry,

Jerry Smiley wrote:
> Martin
> While it is working try tracing the packets again (tcpdump / ethereal) for a
> baseline to compare against if it fails again...Also, maybe check the
> ethernet card ipconfig for errors when the failure occurs..


It seems to fail sometimes and sometimes not.

I uploaded traces of both cases:

http://mh57.de/~martin/trace.bad.dmp
http://mh57.de/~martin/trace.ok.dmp

Both first answering packet have a different TTL (56 vs 247) and the
already mentioned Window Size difference.

Maybe some broken load balancer?

LLAP, Martin
Reply With Quote
  #5 (permalink)  
Old 02-14-2004
Horst Knobloch
 
Posts: n/a
Default Re: cannot connect to http server

Martin Hermanowski <usenet2004@tramspap.mh57.de> wrote:


> It seems to fail sometimes and sometimes not.
>

[traces]
> Both first answering packet have a different TTL (56 vs 247) and the
> already mentioned Window Size difference.
>
> Maybe some broken load balancer?


I guess it's one broken system among the systems from which the
load balancer selects one. In the working case (the one without
the zero window) the webserver identifies itself as
Apache/1.3.26 (Unix) FrontPage/5.0.2.2623 AuthMySQL/2.20

Could anyone with Windows running, check what the server
indentificaion is in the zero window case? May be the $OP?


Ciao, Horst
--
»When pings go wrong (It hurts me too)« E.Clapton/E.James/P.Tscharn
Reply With Quote
  #6 (permalink)  
Old 02-14-2004
Jerry Smiley
 
Posts: n/a
Default Re: cannot connect to http server

Martin...
Looking at the traces it could be a network related problem where a Lan /
router may be causing the TTL to be set incorrectly...I see the 56 vs 247
TTL as well. This maybe causing the problem...

When it fails again...try ping the host and see if the TTL changes...
>Martin Hermanowski wrote:
>
> Both first answering packet have a different TTL (56 vs 247) and the
> already mentioned Window Size difference.
>
> Maybe some broken load balancer?
>
> LLAP, Martin


Reply With Quote
  #7 (permalink)  
Old 02-14-2004
Jerry Smiley
 
Posts: n/a
Default Re: cannot connect to http server

Martin

When I ping from my network, I'm getting a TTL 238 vs 247 when it fails in
your network...

64 bytes from home.arcor-online.net (151.189.20.30): icmp_seq=81 ttl=238
time=123 ms
64 bytes from home.arcor-online.net (151.189.20.30): icmp_seq=82 ttl=238
time=124 ms


Martin Hermanowski wrote:

> Hi Jerry,
>
> Jerry Smiley wrote:
>> Martin
>> While it is working try tracing the packets again (tcpdump / ethereal)
>> for a baseline to compare against if it fails again...Also, maybe check
>> the ethernet card ipconfig for errors when the failure occurs..

>
> It seems to fail sometimes and sometimes not.
>
> I uploaded traces of both cases:
>
> http://mh57.de/~martin/trace.bad.dmp
> http://mh57.de/~martin/trace.ok.dmp
>
> Both first answering packet have a different TTL (56 vs 247) and the
> already mentioned Window Size difference.
>
> Maybe some broken load balancer?
>
> LLAP, Martin


Reply With Quote
  #8 (permalink)  
Old 02-14-2004
Markus Heinz
 
Posts: n/a
Default Re: cannot connect to http server

Hello,

On Sat, 14 Feb 2004 17:55:45 +0100
Horst Knobloch <horschti2@gmx.de> wrote:

> I guess it's one broken system among the systems from which the
> load balancer selects one. In the working case (the one without
> the zero window) the webserver identifies itself as
> Apache/1.3.26 (Unix) FrontPage/5.0.2.2623 AuthMySQL/2.20
>
> Could anyone with Windows running, check what the server
> indentificaion is in the zero window case? May be the $OP?


The server identification is the same in the zero window case.

Regards,

Markus

--
Visit my homepage: http://home.arcor.de/markusheinz/

Reply With Quote
  #9 (permalink)  
Old 02-16-2004
Horst Knobloch
 
Posts: n/a
Default Re: cannot connect to http server

Markus Heinz <su1690@studserver.uni-dortmund.de> wrote:

> On Sat, 14 Feb 2004 17:55:45 +0100
> Horst Knobloch <horschti2@gmx.de> wrote:
>
>> I guess it's one broken system among the systems from which the
>> load balancer selects one. In the working case (the one without
>> the zero window) the webserver identifies itself as
>> Apache/1.3.26 (Unix) FrontPage/5.0.2.2623 AuthMySQL/2.20
>>
>> Could anyone with Windows running, check what the server
>> indentificaion is in the zero window case? May be the $OP?

>
> The server identification is the same in the zero window case.


However even if it identifies itself the same, it's still
possible that one of the webservers is broken. I can't see
any way to find out more information from the outside. I
think you should talk to your ISP. Something (webserver,
load balancer, etc.) on their side is broken.

BTW: At the moment I can't reproduce the error.


Ciao, Horst
--
»When pings go wrong (It hurts me too)« E.Clapton/E.James/P.Tscharn
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:34 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0