DHCP Range
-
Hello,
I am trying to change the dhcp range, i have already changed it in “/opt/fog/.fogsettings” and rebooted the server and made no difference.
Is there somewhere else i need to change it?
Kind Regards,
Chris -
If you make a change in .fogsettings and want those changes to apply, you will need to re-run the FOG Installer or make the configuration changes necessary under the proper configuration files and restart the service. It’s simplest to just change the fogsettings and rerun the installer though.
-
@Tom-Elliott Thank you, sorry for the stupid question how do i re-run the installer?
-
@Chrisjmuk The same you you first ran it.
I don’t know where in your filesystem you downloaded the fog installer stuff too.
Overview instructions would be:
git clone https://github.com/fogproject/fogproject.git cd fogproject/bin ./installfog.sh -y
-
@Chrisjmuk And remember where you cloned the fogproject to for next time. Now you have two copies of it on your server. You could probably find them with this:
find / | grep installfog.sh