dhcp
-
how do I convert an existing fog server to push out DHCP addresses to client machines on a standalone network?
Ubuntu 16.04 LTS -
You can do it manually by just installing isc-dhcp server from your linux distro. An example configuration file is here: https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Example_1
You will just need to update the scope so that is is appropriate for your imaging subnet. -
It’s easier to update
/opt/fog/.fogsettings
and setbldhcp
to 1 anddodhcp
to Y, and then re-run the installer. The installer will build the correct config file for you and setup the service. More information about the settings file is here: https://wiki.fogproject.org/wiki/index.php?title=.fogsettings