Page MenuHomePhabricator

Enable IPv6 on phabricator.wikimedia.org
Closed, ResolvedPublic

Description

phabricator.wikimedia.org currently does not have an IPv6 address. Please assign one for it.


Version: wmf-deployment
Severity: enhancement
See Also:
https://rt.wikimedia.org/Ticket/Display.html?id=8450

Details

Reference
bz71270

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:55 AM
bzimport set Reference to bz71270.

As a new service, this one certainly feels like it should be a higher priority...

Since nobody had mentioned this feature/requirement before... Can we live without it by Day 1? We have more than enough on our plates already now.

PS: being consequent, I'm not cloning this report in Phabricator. I'd rather wait until the RT or Bugzilla migrations clone it there. :)

(In reply to Quim Gil from comment #2)

Can we live without it by Day 1?

Yes we can!

I'd agree, its a nice to have, but shouldn't be a day 1 blocker. I'd imagine there's very few people who have ipv6 connectivity only...

resolved with https://gerrit.wikimedia.org/r/#/c/163870/


dig AAAA phabricator.wikimedia.org

;; ANSWER SECTION:
phabricator.wikimedia.org. 3599 IN AAAA 2620:0:861:ed1a::11


curl -6 -I https://misc-web-lb.eqiad.wikimedia.org -H "host:phabricator.wikimedia.org"

.. HTTP/1.1 200 OK Server: nginx/1.1.19 .. Set-Cookie.. domain=phabricator.wikimedia.org


curl -6 -I http://misc-web-lb.eqiad.wikimedia.org -H "host:phabricator.wikimedia.org" HTTP/1.1 301 Moved Permanently Server: Apache Vary: X-Forwarded-Proto Location: https://phabricator.wikimedia.org/


Chmarkine, thanks ! feel free to confirm :)