this post was submitted on 01 Aug 2025
839 points (96.6% liked)

Programmer Humor

25425 readers
1092 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DarkSideOfTheMoon@lemmy.world 13 points 1 day ago (5 children)

Also for home network I don’t won’t my IOT to have a real IP to the Internet. Using IPv4 NAT you can have a bit of safety by obscurity

[–] StopSpazzing@lemmy.world 5 points 1 day ago (2 children)

Its unlikely someone with guess your ipv6 of your iot.

[–] IphtashuFitz@lemmy.world 11 points 21 hours ago (1 children)

No, but it’s far easier to explain how to configure your home network such that 182.168.1.* is for your regular devices like laptops, etc. and 192.168.2.* is for your IoT devices. Then block all access from 192.168.2.* to the internet so your IoT devices can’t “phone home”, can’t auto-update without your knowledge, can’t end up as part of a botnet, etc.

[–] StopSpazzing@lemmy.world 6 points 20 hours ago

That's the thing, you are still thinking in ipv4 terms, and that's ok. It's a different way to think of things using ipv6 and the proper way to configure them. No worries tho. Not like you are being forced to ipv6 for internal home networks.

load more comments (2 replies)