Want to try DNSMASQ. What files do I need to edit to change the DHCP/DNS address after initial setup
-
says:
[QUOTE]
[SIZE=6][B][FONT=sans-serif][SIZE=24px][COLOR=#000000]Setup and Configuration[/COLOR][/SIZE][/FONT][/B][/SIZE][LIST=1]
[]First get your desired linux flavor installed
[]Install FOG (use instructions on wiki user manual)
[]Make sure you do a normal server installation, don’t setup a DHCP router address or a DNS server address, also don’t use FOG as a DHCP server.
[]If you set a MySQL password make sure you change it in /var/www/fog/commons/config.php and also in /opt/fog/service/etc/config.php
[/LIST]
[/QUOTE]I set both DHCP and DNS addresses during the initial FOG setup. I need to undo that. What files would I need to edit?
-
This was what i did.
go to /opt/fog and open .fogsettings. Change option routers ip to x.x.x.x and domain-name-servers x.x.x.x
then rerun the setup.
I believe you can also delete that file and return the setup.
-
Removed .fogsettings and re-ran the setup script. Worked.
Thank you!