this post was submitted on 25 Jul 2023
245 points (98.4% liked)

Programming

16781 readers
102 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Try the following:

$ nslookup github.com
[...]
Non-authoritative answer:
Name:   github.com
Address: 140.82.121.3

See also the completely ignored post in their forums.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 81 points 1 year ago (3 children)

comment from the forum:

New ISPs in my country are IPv6-only because there is no new IPv4 space to be provided to them. They do have a over-shared IPv4 address by CGNAT but due to the oversharing, it is unstable and not rare to be offline. For these companies, the internet access is stable only in IPv6.

Thinking about the server-side, some cloud providers are making extra charges for IPv4 addresses (e.g.: Vultr.com) so most of the servers in my company are IPv6-only. Cloning github repositories is very cumbersome due to the lack of IPv6 support and this issue affects me and my team mates on a daily basis.

The math is simple: there are 4.88 billion internet users in the world but the IPv4 space only provides 4 billion addresses. It's over: IPv4 is obsolete and is provided in a legacy mode. Current applications and services must be IPv6 enabled otherwise it should be seen as obsolete. For that matter, Github.com is an obsolete service because it relies on obsolete technology as IPv4.

[–] [email protected] 38 points 1 year ago (2 children)

Funny how different situations can be. I can't get an IPv6 address unless I pay for insanely expensive business tiers.

[–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

I had a very small cheap ISP in France (Quantic Telecom) and they didn't even monitor their network for ipv6 issues. I had to report problems myself every other week. They had less than 90% uptime in 2023, so I ended up getting a refund

[–] [email protected] 9 points 1 year ago

Oof, imagine having to put a single 9 into your SLA. You would be laughed out of the room in a commercial setting.

[–] [email protected] 1 points 1 year ago

The IPv4 exhaustion is far more gnarly in developing countries. Something on the scale of hundreds of people sharing one IPv4 address.

If I want to get a public IPv4 address from my ISP, I have to spend extra. Some ISPs in my country simply don't give public IPv4 addresses anymore. They have completely exhausted their pool.

[–] [email protected] 5 points 1 year ago
[–] [email protected] 2 points 1 year ago

I wonder if they ever contacted github support, and what their answer was - rather than only posting on a public forum github doesn't feel compelled to answer or make official responses to.