[quote=“Junkhacker, post: 37662, member: 21583”]have you considered contributing to the wiki?[/quote]
flattered but i don’t think i am qualified. im just an avid fan of Fog and been using it for years. compiled existing how to’s and created my own version that ive tested and known working.
Mark Achel Gagalac
@Mark Achel Gagalac
Latest posts made by Mark Achel Gagalac
-
RE: FOG Installation on Ubuntu Server
-
RE: FOG Installation on Ubuntu Server
thanks Jaymes! i quoted what you said in my blog at the first part. mebbe ill try to create a step by step installation in Centos 7 too.
-
FOG Installation on Ubuntu Server
This guide has been tested without issues using FOG 1.2.0 in Ubuntu Server 14.04.1 core installation.
[SIZE=2]Summary of commands.[/SIZE]
[B][SIZE=2]Installation of FOG and MySQL;[/SIZE][/B]
[LIST]
[][SIZE=3]sudo -i[/SIZE]
[][SIZE=3]wget [url]http://sourceforge.net/projects/freeghost/files/FOG/fog_1.2.0/fog_1.2.0.tar.gz[/url][/SIZE]
[][SIZE=3]tar -xvzf fog[/SIZE]
[][SIZE=3]cd fog[/SIZE]
[][SIZE=3]cd bin[/SIZE]
[][SIZE=3]./installfog.sh[/SIZE]
[][SIZE=3]2[/SIZE]
[][SIZE=3]N[/SIZE]
[][SIZE=3]ip address of fog server[/SIZE]
[][SIZE=3]Y[/SIZE]
[][SIZE=3]ip address of dhcp server[/SIZE]
[][SIZE=3]Y[/SIZE]
[][SIZE=3]ip address of dns server[/SIZE]
[][SIZE=3]N[/SIZE]
[][SIZE=3]N[/SIZE]
[][SIZE=3]N[/SIZE]
[][SIZE=3]N[/SIZE]
[][SIZE=3]Y[/SIZE]
[][SIZE=3]setup sql password[/SIZE]
[][SIZE=3]N[/SIZE]
[][SIZE=3]enter the sql password that has been setup earlier.[/SIZE]
[][SIZE=3]Enter[/SIZE]
[][SIZE=3]N[/SIZE]
[/LIST]
[B][SIZE=2]Default Fog Web GUI Access;[/SIZE][/B]
[LIST]
[][SIZE=3][url]http://ipaddressoffogserver/fog/management[/url][/SIZE]
[][SIZE=3]Username: fog[/SIZE]
[][SIZE=3]Password: password[/SIZE]
[/LIST]
[SIZE=2][/SIZE]
[B][SIZE=2]Configuration of Windows DHCP Server;[/SIZE][/B]
[SIZE=2]Open up the scope of your DHCP server and edit these settings:[/SIZE]
[LIST]
[][SIZE=3]Edit option 066 and enter the IP address of your FOG server.[/SIZE]
[][SIZE=3]Edit option 067 and put a string value of undionly.kpxe or undionly.kpxe.INTEL[/SIZE]
[/LIST][SIZE=2]Open a computer in your network and test if PXE boot is working by pressing F12 during boot.[/SIZE]
[SIZE=2]If you wanted the step by step guide with screenshot, visit this [URL=‘http://blog.bigbytenetworks.com/2014/10/fog-installation-on-ubuntu-server/’]LINK[/URL].[/SIZE]