-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No IPv6 for deb.nodesource.com #170
Comments
👍 for fixing this. Could you please deploy IPv6? |
+1 |
what i find bizarre is that this is hosted on cloudflare, and it's not just supported out of the box |
It's not hosted on CloudFlare, just the DNS is, we'll have to enable ipv6 on the box and update DNS for it. I've got it on my TODO list. |
💜 |
clodflare translates from IPv6 to your boxes IPv4, you just have to activate it in your cloudflare account - many websites use this feature |
Hi, |
I think this is good to go now .. had a few issues with DNS and I'm not on an ipv6 connection atm to test. Let me know how it goes. |
I am getting errors since last couple of days.
Attaching gist with |
@rvagg it is possible that your IPv6 in general is broken, can you connect to other services like google.com? @rvagg it is working fine, thanks:
|
Do note that because of the redirect to Github, which doesn't do IPv6, this still won't work for a system that can not talk IPv4. If you let curl follow the redirect:
If you can turn this into a Github Pages, then using a CNAME at Cloudflare to point it this way and send the traffic through the Cloudflare network instead (not just the DNS lookup) Cloudflare will proxy the request for you and will then be delivered over IPv6. |
I am on IPv4, on all 3 ISPs. All other traffic (browser, xmpp, apt updates from other repos) is fine. The connection which has a problem right now also used to work fine till about three days ago more or less (around the same time the DNS was updated) which is why I don't think it is an ISP problem. Running the curl test, for other two ISPs (ADSL and 3G hotspot), it shows First output is the one where it fails
Trying with the IP address
These two are from ISPs that work correctly. Apologies for the wall of text.
|
OK folks, we're getting reports of problems from a number of sources so for now we're moving the IPv6 address onto |
This appears to have been resolved. Adding the |
If IPv6 support is still a problem, feel free to reopen this issue and we can explore. |
|
Thanks, @rotanid, I pulled the trigger too quickly on closing this issue during the cleanup of this repo. It has been re-opened. Sorry! |
can anyone point to an existing successfully dual-stack APT repo that we can poke at? I'm not seeing how we can achieve this and work around the problems that folks experienced when we turned on dual-stack. |
like "ftp.debian.org"? that would be a big APT repo with dual-stack. |
mm, good one, so we need to work out why resolution order was messing up for people when we switched it on in the first place |
Hi @igalic - we have migrated to CloudFront for hosting and it currently does not support ipv6 related. When it becomes available we will add support soon afterwards. Ref: #353 (comment) |
We've supported ipv6 since CloudFront supported it. Here's the lookup from my laptop:
|
Is deb.nodesource.com back to IPv4 only?
I'm not sure since when (but not more then i week i think). |
Thanks for the head's up @kwakkel1000. We just switched DNS authority and the IPV6 info didn't switch with it. We've updated accordingly and it should be fixed as soon as the update propagates (if not already). Here's from my home machine right now:
|
Hi folks,
i'd like to report an issue with deb.nodesource.com:
it's unreachable via IPv6, so we have to use workarounds like dns64 to get it installed.
The text was updated successfully, but these errors were encountered: