But I can see the config for the hosts that I added, such as:
You are not talking about a separate range of addresses on your local network. That would be something like the following.
IP address range #1 192.168.0.50 - 192.168.0.100, subnet mask 255.255.255.0
IP address range #2 192.168.0.150 192.168.0.200, subnet mask 255.255.255.0
=====================
You are actually talking about
two different networks that would need a router between them or an additional local network added in server manager to see the server. I also do not think that you can use one DHCP server to handle both networks but I could be mistaken on this.
You might be able to give the server an IP address of say 192.168.0.1 and a subnet mask of 255.255.0.0 (allowing it to talk to all 192.168.xxx.xxx subnets) and then give the workstations 192.168.0.xxx and 192.168.200.xxx with subnet masks of 255.255.255.0. But I have never tried this and am not sure it would work and the workstations with the 192.168.200.xxx would not be able to communicate with the server.