this post was submitted on 25 Oct 2023
289 points (95.3% liked)

Technology

57574 readers
3512 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] frezik@midwest.social 1 points 10 months ago* (last edited 10 months ago) (1 children)

IPv6 has DHCP, but it doesn't work like that. You generally get a prefix and other details about the network, like the gateway address and DNS, and autoconfiguration based on the MAC address does the rest. It was first hoped that DHCP wouldn't be needed at all for IPv6, but it turned out to be still useful. There's some more complications here, but suffice it to say that you shouldn't try to take your knowledge of IPv4 and try to map it on top of IPv6. They're separate beasts.

A gateway can block incoming traffic to the whole internal network if you want. It doesn't need NAT to do that.

[โ€“] MeanEYE@lemmy.world 1 points 10 months ago

I'll have to look more into it then. However I still consider hiding your private network to be a good thing, if for no other reason then privacy, even though traffic might be blocked. And I am aware that security through obscurity is not a good form of security, however when added on top of other properly secure methods, it's an addition, no matter how trivial. As for NAT I do wish it went away as I've had nothing but troubles with it. But it did play an important role with IPv4.