dhcp server liuxLinux serverNETWORK ADMINISTRATIONS

How to install FOG Server on Ubuntu in Virtualbox | May 2023

Hi!

In this video I´ll show you how to install a #FOGserver on an #Ubuntuserver system using #Virtualbox.

Thank you for watching, and remember to KeepSmiling 🙂

Chapters:
0:00 Intro
0:06 Create a virtual machine
0:34 Install Ubuntu server
2:43 Install FOG server, SSH
5:22 Finalize FOG setup
5:59 Network Boot setup in DHCP
6:13 Test network boot with a client

The commands used in this video:
1. ssh username@ip-address
2. sudo -i
3. apt-get -y install git
4. sudo -i
5. cd /root
6. git clone https://github.com/FOGProject/fogproject.git
7. cd fogproject
—cd into where you cloned the git repo, e.g. /root/fogproject
8. cd /root/fogproject
—update all branches
9. git fetch –all
—switch to dev-branch
10. git checkout dev-branch
—install FOG server
11. sudo -i
12. cd /root/fogproject/bin
13. ./installfog.sh

DHCP network boot filname for FOG: undionly.kpxe

Links:
https://fogproject.org/
https://github.com/FOGProject/fogproject.git
https://www.virtualbox.org/

Velkommen


source

by Frode Stordalen (KeepSmiling.no)

linux dhcp server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

4 thoughts on “How to install FOG Server on Ubuntu in Virtualbox | May 2023

  • hey frode! thanks for the video, it has been really helpful although i'm still stuck with an issue and I'd really appreciate it if you were able to help! I'm running FOG on a debian 12 vm within hyper-v. my routing is/dns/dhcp is being handled by my Sophos XG firewall. Within the sophos xg dhcp settings i have added the "next-server" details as my FOG server IP address, and the bootfile as undionly.kpxe (i also tried ipxe.efi). When i start a vm via PXE, i get "TFTP open timeout". Any ideas what the issue could be?

  • Hey are you running this on an M1/M2 mac? If so version of virtualbox is this?

Comments are closed.