Milestone X FOG - nicolas-tullio/Tech-Journal GitHub Wiki

Deliverables

Steps

FOG base

Create the following VM for FOG

image

Create a sudo fog user

image

Install OpenSSH Server and disable ipv6

sudo dnf install openssh-server sudo systemctl start sshd sudo systemctl enable sshd

image

Power down, detach ISO, snapshot for FOG Base

image

image

Create new linked clone

image

image

FOG

Set hostname

image

image

Set static IP

image

image

  • NOTE ADD CIDR and SEARCH DOMAIN

Add A and PTR records for your fog server

image

image

Configure the second disk (see demo)

image

image

image

image

image

image

Install FOG

  • INSTALL GIT

image

image

Edit /images perms and firewall rules

image

Continue installer via web

image

Once install is done return to ssh console

image

image

Login to FOG and change fog user password

image

image

5.2

Configure DHCP options

  • Option 066/next-server is the IP of the FOG Server: (e.g. 10.0.17.5)
  • Option 067/filename is the bootfile: (e.g. undionly.kkpxe or snponly.efi)

image

Create Image

  • Boot capture target to iPv4 and perform a quick registration and inventory via FOG

image

Create deploy VM and apply captured image

image

Finished deployment

image