this post was submitted on 19 Jun 2024
315 points (85.7% liked)

Programmer Humor

19471 readers
1301 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Today in our newest take on "older technology is better": why NAT rules!

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

Doesn’t that mean private non-routable subnets like 10.x or 192.x have always been a hack?

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

Private addresses don't necessitate NAT. IPv6 also allows private addresses in the form of fd00::/8, like fd00:face:b00b:1::1.

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

No, because there's use cases for systems that aren't connected to the internet. Also, public IPs can be dynamic, so you might not want to rely on them internally.