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

Programmer Humor

19689 readers
98 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] 2 points 5 months ago (4 children)

But IPv4 addresses are easier to remember!

/s

I could see a point of having home networks stay on IPv4 and NAT with an external v6 address.

That would keep the current security model for home networks where we can assume general tech litteracy is low.

[–] [email protected] 4 points 5 months ago (3 children)

That is not how it works. You can have a home network on ipv6. And it can reach all of ipv4 via nat ( just like ipv4 do today). A net with only ipv4 can not reach any ipv6 without a proxy that terminst the v4 connection and make a new v6 connection. since ipv6 is backwards compatible. But ipv4 is naturally not forwards compatible.

Also it is the default deny of the stateful firewall that always coexist with NAT, since NAT depends on that state, that is the security in a NAT router.
That default deny is not in any way dependant on the NAT part.

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

Interesting, I thought NAT could handle it...

[–] gamma 1 points 5 months ago

You could still NAT between v6's though.

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)