Server
- FOG Version: Running Version 1.4.4
SVN Revision: 6077 - OS: ubuntu 16.04 LTS
Description
I am having issues PXE booting into Fog.
I have a very simple network configured right now. It is disconnected from the outside internet.
I have my FOG-SERVER box connected to a GS108 (Netgear 8port unmanaged switch) via ETH (port #1).
The computer I am attempting to PXE boot into fog with is also connected to a port (#2) in that switch.
When I attempt to PXE boot, I recieve error PXE-E51: No DHCP or proxyDHCP offers were received
Additional Information
My FOG-SERVER box has it’s IPv4 address set to 192.168.1.1
Broadcast Address: 192.168.1.255
Subnet Mask 255.255.255.0
I am able to connect to my fog server via the webpage as well by typing 192.168.1.1/fog/management. I have confirmed this by using another computer on the switch to connect to the fog server via the webpage.
In my initial setup for my fog server, however; I was using a wireless network card to download the updates/get the pre-requisites.
Initial Setup From Script
- Here are the settings FOG will use:
- Base Linux: Debian
- Detected Linux Distribution: Ubuntu
- Server IP Address: 192.168.0.170
- Server Subnet Mask: 255.255.255.0
- Interface: wlp3s0
- Installation Type: Normal Server
- Internationalization: 0
- Image Storage Location: /images
- Using FOG DHCP: Yes
- DHCP router Address:
Conclusion
I believe that I have configured everything correctly, but I am unable to get anything back from my DHCP. I am not using a router in this setup so I believe that field should be blank. I was following this guide for LAN setup (https://wiki.fogproject.org/wiki/index.php?title=FOG_on_an_Isolated_Network)
Thank you for any help you all may provide.