this post was submitted on 19 Jun 2024
316 points (85.9% liked)
Programmer Humor
19488 readers
723 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wait.. Do we not like NAT now??
At the cool network kids hate nat. π€
Boy do we like it!
NAT is, and has always been, an ugly hack. Why would anyone like it?
Doesnβt that mean private non-routable subnets like 10.x or 192.x have always been a hack?
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.
Private addresses don't necessitate NAT. IPv6 also allows private addresses in the form of
fd00::/8
, likefd00:face:b00b:1::1
.