Closed
Bug 512094
Opened 16 years ago
Closed 16 years ago
releases.geo.mozilla.com points to non-responsive IPv6 hosts
Categories
(mozilla.org :: FTP: Mirrors, task)
mozilla.org
FTP: Mirrors
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: richardgodbee, Assigned: justdave)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Build Identifier:
Two of the three AAAA records for releases.geo.mozilla.com point to hosts that are unreachable on tcp/80:
% host -t AAAA releases.mozilla.org
releases.mozilla.org is an alias for releases.geo.mozilla.com.
releases.geo.mozilla.com has IPv6 address 2610:148:fd80:3d6f:209:3dff:fe12:7bf9
releases.geo.mozilla.com has IPv6 address 2001:4f8:0:2::1f
releases.geo.mozilla.com has IPv6 address 2001:6b0:e:2018::158
% nc -6vv 2610:148:fd80:3d6f:209:3dff:fe12:7bf9 80
nc: connect to 2610:148:fd80:3d6f:209:3dff:fe12:7bf9 port 80 (tcp) failed: Host is down
% nc -6vv 2001:4f8:0:2::1f 80
nc: connect to 2001:4f8:0:2::1f port 80 (tcp) failed: Operation timed out
% nc -6vv 2001:6b0:e:2018::158 80
Connection to 2001:6b0:e:2018::158 80 port [tcp/http] succeeded!
This is a serious problem for users of Mozilla products at Virginia Tech (vt.edu) since the entire main campus network, including residence halls, is dual-stack.
Reproducible: Always
Assignee | ||
Comment 1•16 years ago
|
||
(In reply to comment #0)
> % nc -6vv 2610:148:fd80:3d6f:209:3dff:fe12:7bf9 80
> nc: connect to 2610:148:fd80:3d6f:209:3dff:fe12:7bf9 port 80 (tcp) failed:
> Host is down
This one is hosted at Georgia Tech, I've disabled it.
> % nc -6vv 2001:4f8:0:2::1f 80
> nc: connect to 2001:4f8:0:2::1f port 80 (tcp) failed: Operation timed out
At ISC. Down for scheduled maintenance on their router today. Apologies for forgetting to disable it in advance.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•