this post was submitted on 23 Nov 2025
264 points (98.2% liked)
The Shitpost Office
539 readers
97 users here now
Welcome to The Shitpost Office
Shitposts processed from 9 to 5, with occasional overtime on weekends.
Rule 1: Be Civil, Not Sinister
Treat others like fellow employees, not enemies in the breakroom.
- No harassment, dogpiling, or brigading
- No bigotry (transphobia, racism, sexism, etc.)
- Respect people’s time and space. We’re here to laugh, not to loathe
Rule 2: No Prohibited Postage
Some packages are simply undeliverable. That means:
- No spam or scams
- No porn or sexually explicit content
- No illegal content
- NSFW content must be properly tagged
If you see anything that violates these rules, please report it so we can return it to sender. Otherwise? Have fun, be silly, and enjoy the chaos. The office runs best when everyone’s laughing.... or retching over the stench, at least.
founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The addresses are longer (32-bit) and hexadecimal so you have sixteen digits 0-F. It also doesn't require NAT and has native IPSec, whereas ipv4 requires addons. There are probably other differences, I hate networking.
I feel you
Also, thank you for the info, i just knew about the 32 bit thing!
IPv6 without stateful DHCP can reveal your device since the latter half of the address is comprised of your device's MAC address. Unless you use randomized MAC, I guess. There are some other advantages because they are globally unique. NAT, as you mentioned, is a big one. Anycast is another, but I don't fully understand how that works. It somehow assigns the same IP to multiple hosts for redundancy.
Wow, I didn't know that it could reveal your MAC. I set all my devices to randomize, but I doubt most people know to do this. Did a cursory bit of research and it seems newer configurations avoid this at least.