0
My DHCP server is handling two subnets. The first subnet is all host
-> fixed-address
sets for known hardware. The second subnet has a pool set up to handle virtual machines in a vCenter.
Now, if I've done this right, dhcpd matches the first three octets of the normal vCenter assigned MAC address, and assigns an address out of the subnet for virtual hosts, right?
Unfortunately, all I get is
Nov 15 12:42:44 dhcpserv dhcpd: DHCPDISCOVER from 00:50:56:aa:bb:cc via eth0: network XXX.YYY.22/23: no free leases
So, I know my dhcpd server is receiving the DHCPDISCOVER. I know I'm looking for the right three octets. (Do I know this?)
What I can't figure out is why my DHCP server isn't serving up an IP address out of the second subnet. What am I missing?