Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Welcome Aboard > Forum Tech Support & Site Help
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 04-08-2012, 08:30   #1
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
cdn.cruisersforum.com broken since 2 days

...which means no icons and no attachements
The http server connects but never responds, in the example below I Ctrl-C'ed after about 2 minutes.

Code:
sysadm@jmx:~$ wget http://cdn.cruisersforum.com/forums/images/editor/bold.gif
--2012-08-04 17:25:26--  http://cdn.cruisersforum.com/forums/images/editor/bold.gif
Resolving cdn.cruisersforum.com (cdn.cruisersforum.com)... 93.184.221.133
Connecting to cdn.cruisersforum.com (cdn.cruisersforum.com)|93.184.221.133|:80... connected.
HTTP request sent, awaiting response... ^C
sysadm@jmx:~$
I am located in Sweden.

Code:
Tracing route to gs1.wpc.edgecastcdn.net [93.184.221.133]
over a maximum of 30 hops:

  1     *        *        *     Request timed out.
  2     1 ms     1 ms     1 ms  static-213-115-251-74.sme.bredbandsbolaget.se [213.115.251.74]
  3     2 ms     3 ms     2 ms  ti3002d322-ge2-1-0.ti.telenor.net [146.172.106.201]
  4    45 ms    45 ms    44 ms  ti3002c310-ae11-0.ti.telenor.net [146.172.98.81]
  5    44 ms    44 ms    44 ms  ti3003c310-ae0-0.ti.telenor.net [146.172.100.70]
  6    46 ms    44 ms    44 ms  ti9002b300-ae0-0.ti.telenor.net [146.172.105.38]
  7    29 ms    30 ms    29 ms  decix.edgecast.com [80.81.194.37]
  8    29 ms    30 ms    29 ms  93.184.221.133

Trace complete.
JesperWe is offline   Reply With Quote
Old 04-08-2012, 08:36   #2
Moderator Emeritus
 
hummingway's Avatar

Cruisers Forum Supporter

Join Date: Jan 2010
Location: Gabriola Island & Victoria, British Columbia
Boat: Cooper 416 Honeysuckle
Posts: 6,933
Images: 5
Re: cdn.cruisersforum.com broken since 2 days

You're trying to mirror the site?
__________________
“We are the universe contemplating itself” - Carl Sagan

hummingway is offline   Reply With Quote
Old 04-08-2012, 08:41   #3
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
Re: cdn.cruisersforum.com broken since 2 days

No, just browsing it.
The site itself is working fine but I get no responses from the cdn server.
(Tried with a multitude of browsers and OS'es)

Seems to me to be Edgecast that has a broken edge node for my IP block.
JesperWe is offline   Reply With Quote
Old 05-08-2012, 10:59   #4
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
Re: cdn.cruisersforum.com broken since 2 days

Here is a network capture of a typical request that get NO response from cdn.crusiersforum.com. The server (93.184.221.133) just keeps the connection open without ever replying....

GET /forums/images/editor/bold.gif HTTP/1.1
Host: cdn.cruisersforum.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://www.cruisersforum.com/forums/...sst-86644.html
Cookie: cflastvisit=1344093052; cflastactivity=0; __qca=P0-313910263-1344093048169; __utma=197938301.380448892.1344093048.1344184569.1 344187134.12; __utmz=197938301.1344093048.1.1.utmcsr=(direct)|ut mccn=(direct)|utmcmd=(none); cfuserid=19705; cfpassword=*censored here*; cfsessionhash=f8b462f1f2e123a4b8a9193a9bd5663e; __utmc=197938301; __utmb=197938301.13.10.1344187134
JesperWe is offline   Reply With Quote
Old 06-08-2012, 11:25   #5
Moderator
 
Janet H's Avatar

Cruisers Forum Supporter

Join Date: Jan 2007
Location: Pacific NW, USA
Boat: Cape Dory 27
Posts: 8,679
Images: 6
Re: cdn.cruisersforum.com broken since 2 days

Are you running an ad blocker? If so, can you please make sure that cdn.cruisersforum.com is whitelisted?
__________________
Meddle not in the affairs of dragons, for you are crunchy, and taste good with ketchup.
.

Community Rules | Advertise on Cruisers Forum
Contribute to Cruisers Wiki | Document your Adventures at Sail Blogs
Janet H is offline   Reply With Quote
Old 06-08-2012, 11:35   #6
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
Re: cdn.cruisersforum.com broken since 2 days

In the posts above I have included output from "wget", a low level http communication application, and from a network monitoring application which sits on the network IP protocol stack itself.

This information is way passed any point where an ad-blocker or even a firewall could be interfering with the communication, which is why I included it.

wget is a stand alone application that just performs a raw http request.

And the dump of the http request I did just to show you that the request IS getting throuh to the server and the TCP connection IS open, but there is still no reply.
JesperWe is offline   Reply With Quote
Old 06-08-2012, 11:40   #7
Moderator
 
Tech Admin's Avatar

Join Date: Aug 2007
Posts: 59
Re: cdn.cruisersforum.com broken since 2 days

I suggest you perform a traceroute of your request. I suspect this is an issue on your network as we are unable to reproduce it from several different points of access here. If it continues to be a problem and your network cannot figure it out, I suggest you create a path in your host file to point cdn.cruisersforum.com to www.cruisersforum.com.
Tech Admin is offline   Reply With Quote
Old 06-08-2012, 11:46   #8
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
Re: cdn.cruisersforum.com broken since 2 days

$ tracert cdn.cruisersforum.com

Tracing route to gs1.wpc.edgecastcdn.net [93.184.221.133]
over a maximum of 30 hops:

1 1 ms 1 ms 1 ms 172.16.1.80
2 2 ms 2 ms 2 ms static-213-115-251-74.sme.bredbandsbolaget.se [213.115.251.74]
3 3 ms 2 ms 2 ms ti3002d322-ge2-1-0.ti.telenor.net [146.172.106.201]
4 45 ms 58 ms 55 ms ti3002c310-ae11-0.ti.telenor.net [146.172.98.81]
5 45 ms 66 ms 46 ms ti3003c310-ae0-0.ti.telenor.net [146.172.100.70]
6 45 ms 45 ms 45 ms ti9002b300-ae0-0.ti.telenor.net [146.172.105.38]
7 48 ms 31 ms 30 ms decix.edgecast.com [80.81.194.37]
8 30 ms 29 ms 30 ms 93.184.221.133

Trace complete.
JesperWe is offline   Reply With Quote
Old 06-08-2012, 11:59   #9
Registered User
 
tbodine88's Avatar

Join Date: Mar 2012
Location: Austin TX
Boat: Nimble Artic 26
Posts: 962
Images: 8
Re: cdn.cruisersforum.com broken since 2 days

Works fine from behind a firewall, here at amd in austin texas.
tbodine88 is offline   Reply With Quote
Old 06-08-2012, 12:17   #10
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
Re: cdn.cruisersforum.com broken since 2 days

Obviously I'm not claiming it doesn't work at all, then users would be up in arms...

I'm just claiming it doesn't work from my particular network. This is either a routing problem or a server misconfiguration problem, and the former seems less likely since I cannot find any other server that has any problem. And believe me, I use a lot of them...
JesperWe is offline   Reply With Quote
Old 06-08-2012, 12:28   #11
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
Re: cdn.cruisersforum.com broken since 2 days

Well.. What do you know... Although it seemed less likely, I decided to investigate the routing, and indeed, it is a routing problem with my particular provider!

Sorry for the wild chase, guys.

Most annoying though, since it still means I can't see peoples attachments...
JesperWe is offline   Reply With Quote
Old 06-08-2012, 12:30   #12
Registered User

Join Date: Mar 2007
Location: Rocky's Boat Yard
Boat: Tayana V42 - Passages
Posts: 639
Re: cdn.cruisersforum.com broken since 2 days

This sounds like an MTU problem somewhere in the path. One or more routers are configured to not fragment and ICMP packets are blocked somewhere in the path or at the server.
__________________
You can make more money but you can't make more time.
jcapo is offline   Reply With Quote
Old 06-08-2012, 12:39   #13
Moderator Emeritus
 
FrankZ's Avatar

Cruisers Forum Supporter

Join Date: Sep 2006
Location: Chesapeake Bay
Boat: Bristol 35 Bellesa
Posts: 13,564
Images: 1
Re: cdn.cruisersforum.com broken since 2 days

Thanks for the update to let us know you found the problem.
__________________
Sing to a sailor's courage, Sing while the elbows bend,
A ruby port your harbor, Raise three sheets to the wind.
......................-=Krynnish drinking song=-
FrankZ is offline   Reply With Quote
Old 06-08-2012, 12:40   #14
Registered User

Join Date: Dec 2008
Boat: Journeyman
Posts: 705
Re: cdn.cruisersforum.com broken since 2 days

We will see what the customer support help-desk says tomorrow... probably the usual

Anyway, a hosts file entry pointing cdn.cruisersforum.com to 173.192.60.130 was a most effective workaround.

Thx
JesperWe is offline   Reply With Quote
Reply


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 On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Advertise Here


All times are GMT -7. The time now is 13:21.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.