Ok. So i have fog installed.
-I have it configured to be on an isolated network.
-I set the server to have ip address 192.168.1.1 through the configuration wizard when i first installed fog.
-I enabled internal DHCP
-I ensured to check the dhcpd.conf file and ensured that the ip ranges are correct “range dynamic-bootp 192.168.1.10 192.168.1.254;”
-I restarted the dhcp service - “sudo /etc/init.d/isc-dhcp-server restart”
Problem is the dhcp is still not assigning ip addresses. Clients cannot boot to pxe, nor can they pick up an ip address when doing a ipconfig /renew
Anyone know what i’m doing wrong?