this post was submitted on 06 Jul 2024
853 points (99.9% liked)

196

16087 readers
1926 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (1 children)

Could you please explain, how 172.x is different "size" than 10.x? Don't both of those have 255*255*255 spaces?

Edit: Ok, I made ChatGPT explain it to me. Apparently, with 172.x the convention is to only use range from 172.16.x.x to 172.31.x.x because that range is designated for private networks under some internet regulations...

[–] [email protected] 9 points 1 month ago* (last edited 1 month ago) (1 children)

Yeah. Here’s a breakdown of the allocations and their sizes:

  • 192.168.0.0/16 - 65,536 addresses
  • 172.16.0.0/12 - 1,048,576 addresses
  • 10.0.0.0/8 - 16,777,216 addresses

Most home applications only need a single /24 (256 addresses) so they are perfectly fine with 192.168.0.0/24, but as you get larger businesses, you don’t use every single address but instead break it out by function so it’s easier to know what is what and to provide growth in each area.

[–] [email protected] 7 points 1 month ago (1 children)

But tbh, I still don't see why you can't just use 10.x but only as many subnets as you need.

I know jack shit about networking, but I've set up OpenWrt routers a couple of times, and set my home network to 10.99. because that was suggested by a ZeroTier tutorial and I thought that's cool.

[–] [email protected] 6 points 1 month ago

You’re technically correct, you can use any of them. It’s honestly just a matter of preference.