this post was submitted on 19 Jun 2024
316 points (85.9% liked)

Programmer Humor

19187 readers
1248 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
[–] Brkdncr@lemmy.world 1 points 3 months ago (1 children)

What translates the public ip to the internal ip? Aren’t they different?

[–] dan@upvote.au 1 points 3 months ago* (last edited 3 months ago)

There's no translation between them. With IPv6, one network interface can have multiple IPs. A ULA (internal IP) is only used on your local network. Any internet-connected devices will also have a public IPv6 address.

ULAs aren't too common. A lot of IPv6-enabled systems only have one IP: The private one.