I work in an environment where I can not make changes to the DHCP server, its all controlled by another group. I was able to come across an article [URL=‘http://www.fogproject.org/wiki/index.php?title=Integrating_FOG_into_an_Existing_Network_in_non_intrusive_mode’]here[/URL] that offers a solution for using FOG when you don’t control the main DHCP server.
The article was helpful, and I followed everything as closely as I can, however when I boot to PXE it still pulls from another IP other than my FOG server. I can’t seem to get beyond that. I was hoping that someone here would be able to help me by pointing me in the right direction. Below are some screen shots if that helps…
[ATTACH=full]82[/ATTACH]
The DHCP shown here is my FOG server (160.129.19.168), which looks to be correct. However it seems to change to another IP and start loading a .WIM file from somewhere that doesn’t belong to me.
[ATTACH=full]83[/ATTACH]
It would seem that I am missing something…I just not sure what at this point.
Here is my dhcpd.conf file according to the info in the link above.
DHCP Server Configuration file.
see /usr/share/doc/dhcp*/dhcpd.conf.sample
This file was created by FOG
use-host-decl-names on;
ddns-update-style interim;
ignore client-updates;
Fog’s IP address:
next-server 160.129.19.168
Subnet where you are going to use Fog
subnet 160.129.19.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
default-lease-time 21600;
max-lease-time 43200;
}
This machine will receive DHCP offer from Fog’s DHCP
host DGHONWUA8430F98 {
hardware ethernet 00:17:A4:41:CF:66;
fixed-address 160.129.19.12;
option host-name “test1”;
filename “pxelinux.0”;
#Default router (if needed)
option routers;
}
Being new to Linux I’m sure I’m missing something. So please excuse my lack of understanding. If someone could help me sort this out it would be greatly appreciated.
- Marshall
[url=“/_imported_xf_attachments/0/82_photo.JPG?:”]photo.JPG[/url][url=“/_imported_xf_attachments/0/83_photo(1).JPG?:”]photo(1).JPG[/url]