Difference between revisions of "DHCP Settings"
(→DHCP Settings) |
(→DHCP Settings) |
||
Line 5: | Line 5: | ||
#'''Fog 0.33-->1.x.x''' | #'''Fog 0.33-->1.x.x''' | ||
#*Go to your DHCP and confirm that option 67 is set to undionly.kpxe | #*Go to your DHCP and confirm that option 67 is set to undionly.kpxe | ||
+ | |||
+ | |||
+ | Red Hat based Linux (Red Hat, Fedora, CentOS) | ||
+ | |||
+ | [http://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/sect-dhcp-starting_and_stopping.html Start/stop/enable/disable] | ||
+ | |||
+ | [https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-dhcp-configuring-server.html Configure DHCP] | ||
===FOG dnsmasq (ProxyDHCP)=== | ===FOG dnsmasq (ProxyDHCP)=== | ||
− | + | ||
+ | [[Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server]] | ||
+ | |||
Line 18: | Line 27: | ||
*Option 67 | *Option 67 | ||
**[[File:Windows 67.png]] | **[[File:Windows 67.png]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
===Novell (Linux) Server DHCP=== | ===Novell (Linux) Server DHCP=== |
Revision as of 19:46, 15 April 2015
Contents
DHCP Settings
FOG internal DHCP
- FOG 0.1-->0.32
- Go to your DHCP and confirm that option 67 is set to pxelinux.0
- Fog 0.33-->1.x.x
- Go to your DHCP and confirm that option 67 is set to undionly.kpxe
Red Hat based Linux (Red Hat, Fedora, CentOS)
FOG dnsmasq (ProxyDHCP)
Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server
If you do not use FOG to provide DHCP services, the following sections will give some indication of settings for DHCP servers on various platforms.
Windows Server DHCP
Novell (Linux) Server DHCP
MAC Server DHCP
Use OS X Server app to install and utilize DHCP.
Use DHCP Option Code Utility to generate the code necessary.
https://docs.google.com/uc?id=0BwD4il5Z1G6fTmFFYU91bDNuRmc&export=download
One MUST generate the codes in order for PXE booting to work!
bootpd.plist is located in /etc/bootpd.plist
- Sample bootpd.plist
- This is a sample file DO NOT USE THIS IN YOUR ENVIRONMENT!!!! OS X Server app will generate most of this code for you, this example file is to show you the place where the generated code needs to be placed.
- For Reference, your generated code should be placed between "dhcp_domain_search" and "dhcp_router"
- This is a sample file DO NOT USE THIS IN YOUR ENVIRONMENT!!!! OS X Server app will generate most of this code for you, this example file is to show you the place where the generated code needs to be placed.
pfSense
In pfSense enable network booting as follows (192.168.1.1 should be replaced by the ip address of your fog server):