This question may have been covered before, but it is rather complex and haven't found a similar post, so please be kind!
I think my issue is rather unique, so I'll try to explain as best I can.
I'm currently configuring a domain at home for my new lab setup. I want my network setup as such,
My network is a
192.168.0.0/23
with all clients sporting the255.255.254.0
subnet mask.
192.168.0.0/24
for servers. - DHCP handing out addresses.
192.168.1.0/24
for clients. - DHCP handing out addresses.
I believe that it's possible for the DHCP Server to distinguish the difference between the two types of clients with a DHCP Client ID. I want the servers to use a select ID without the need for clients to use one.
If you believe this isn't possible, but do know of any software / OS that may support this kind of setup please advice me. I'm not holding out much hope here, I'd just love to see if anyone has any suggestions.