this post was submitted on 09 Jun 2024
4 points (100.0% liked)
Programmer Humor
32150 readers
383 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why should we care? So address space may run out eventually - that's our ISPs' problem.
Other than that I actually don't like every device to have a globally unique address - makes tracking even easier than fingerprinting.
That's also why my VPN provider recommends to disable IPv6 since they don't support it.
Because people in countries with ISPs that are unable to provide IPv4 (e.g. too expensive) can't access GitHub easily.
You'd better hope that you can NAT ipv6 because if you aren't behind a CGNAT and then your LAN is completely exposed without a NAT you're very likely going to have devices exploited.
NATs on people's boundary has been doing pretty much all of the heavy lifting for everyone's security at home.
The word you are looking for is firewall not NAT.
NAT does not provide security whatsoever. If the NAT mapped your (internal IP, internal port) to a certain (external IP, external port) and you do not have a firewall enabled, everyone can reach your device by simply connecting to that (external IP, external port).
I haven't seen routers that do not come with IPv6 firewalls enabled by default.