this post was submitted on 24 Jun 2024
687 points (97.9% liked)

Programmer Humor

32479 readers
238 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 44 points 4 months ago* (last edited 4 months ago) (12 children)

::1 is the new 127.0.0.1
:: abbreviates empty fields
ipv6 has more addresses
there is something going on with mac addresses (asside from arp)

thats all i remember

[–] [email protected] 35 points 4 months ago (11 children)
[–] [email protected] 11 points 4 months ago* (last edited 4 months ago) (10 children)

~~fc00::/7 are ULA (basically what RFC1918 was for IPv4)~~ not entirely true, fc00::/8 is part of ULA, but it is not yet defined. Use fd00::/8 instead.
2001:db8::/32 is for documentation purposes

[–] [email protected] 2 points 4 months ago (1 children)

You're not supposed to use fc00::/8, so it's just the fd00::/8 half that's the new ULA.

[–] [email protected] 2 points 4 months ago

Didn't know that, thanks. Luckily, I've only ever used fd00::/8
Source btw: https://en.m.wikipedia.org/wiki/Unique_local_address#Definition

load more comments (8 replies)
load more comments (8 replies)
load more comments (8 replies)