ipv6 enabled

Ruud@lemmy.worldmod to Lemmy.World Announcements@lemmy.world – 319 points –

I enabled the ipv6 address for lemmy.world. Should work now.

Next step would be enable dnssec, have to figure out how that worked again.

33

I don't know what this means but thanks!

IPv4 is the old standard of Internet Protocol addresses that you're probably familiar with (something like 192.168.1.10, although the 192.168.x.x range is actually only private addresses). It's still used on most devices today but it only supports up to ~4.3 billion addresses and as you can imagine, those addresses have basically run out with all of the various devices and servers and whatever else is connected to the internet. IPv4 is in the process of being replaced by the new (10 27* year old) IPv6, but there are still a lot of old devices and a need to support the old protocol. Making IPv6 available for this server will mean any devices connected to the internet should be able to communicate with the server on this new protocol.

As for DNSSEC, when you go to resolve a a hostname, like lemmy.world, your computer will make a request to a DNS server to figure out what IP address it needs to navigate to in order to access the server. In theory, someone could intercept your DNS request and tell you an address for the server that isn't actually the address for the server, but rather a malicious host. DNSSEC basically acts as a layer of security to help confirm that information you're getting on your DNS request is good and true.

Excellent description, but one point of note; IPv6 has been around for 27 years now, has been a fully functional draft standard for 24 years, and a full-on Internet Standard since 2017. The switch to it and away from IPv4 is long overdue.

I just need a technique for remembering ipv6 addresses, they're great but I miss being able to easily memorise ipv4 D:

I miss that too, but sadly there is no easy equivalent. You just have to make local DNS your friend. I’m in the process of going ipv6-only on my home LAN (because I’m a tech nerd). I enable avahi/bonjour on everything that supports it, then I simply connect to <hostname>.local.

Any servers that require a static v6 IP address get something like <prefix>::BABE:CAFE:1 mostly just as a way to remind myself that the address is static and not allocated by SLAAC.

Thanks, that's really nicely explained. I was being a bit silly but got to learn something!

IPV4 are the standard 192.168.0.1 ip addresses you may be used to. That numbering scheme supports over 4 billion addresses, which is not enough.

IPV6 uses longer addresses, like 2001:0db8:85a3:0000:0000:8a2e:0370:7334 . Which is not nearly as convenient, but allows for 340 trillion trillion trillion addresses, which might be enough, possibly.

Yea im also curious. Probably a good change for some users with specific use case

The website just became 10x better. It loads much faster for me now because my connection doesn't need to go through layers of CGNAT, it just directly connects through IPv6. Thank you so much.

Ouch, CGNat sucks for sure. Glad IPv6 cuts through the mess!

DNSSEC is simple. I just did it for a domain on cloudflare. Enable it in your DNS interface (cloudflare in my case), and then copy paste a few things to your domain registrar.

Ah yes I think I did it, i'll test now

nice

$ resolvectl query lemmy.world
lemmy.world: 135.181.143.230                   -- link: enp4s0
             2a01:4f9:3a:178f::2               -- link: enp4s0

In this fediverse world, this specific world is getting better and better!!!

Awesome work!!!

Lot's of awesome news recently, Lemmy apps rising, Thunder app looks promising, Jerboa got a ton of contributors, breath of fresh air indeed.

Can I write it's ipv6 address in browser's address bar and it will take me to lemmy.world?