Skip Navigation

How do you organize your DHCP clients?

I’m setting up DHCP reservations on my home network and came up with a simple schema to identify devices: .100 is for desktops, .200 for mobiles, .010 for my devices, .020 for my wife’s, and so on. Does anyone else use schemas like this? I’ve also got .local DNS names for each device, but having a consistent schema feels nice to be able to quickly identify devices by their IPs.

52

You're viewing a single thread.

52 comments
  • I don't see the need, everything gets IDed by its hostname.

    The only thing with static DHCP is IoT stuff that needs a consistent IP for HA to connect to it, and servers.

    • It can be useful to assign a static IP address for your kids' devices so you can set parental control on pihole/adguard.

      • Pi-hole can seperate devices by MAC, so it's not really needed to group them.

        • Wouldn't that require you to use pihole as DHCP though? Afaik DNS packets doesn't contain Mac address, right?

          • I think it will just identify the device by MAC and use whatever IP that MAC has assigned to block queries. I just noticed the other day that i can select devices by MAC and assign to groups, and my pihole isn't the DHCP.

52 comments