Difference between revisions of "DHCP Settings"

From FOG Project
Jump to: navigation, search
(DHCP Settings)
(DHCP Settings)
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==DHCP Settings==
 
==DHCP Settings==
===FOG internal DHCP===
+
*It is important to know that versions 0.32 and below use '''pxelinux.0''' for option 67 in DHCP
#'''FOG 0.1-->0.32'''
+
*For all versions 0.33 to current(1.3.0beta) use '''undionly.kpxe''' is generally recommended for option 67.
#*Go to your DHCP and confirm that option 67 is set to pxelinux.0
+
** Other files that can be used are listed in your directory "/tftpboot"
#'''Fog 0.33-->1.x.x'''
 
#*Go to your DHCP and confirm that option 67 is set to undionly.kpxe
 
  
===FOG dnsmasq (ProxyDHCP)===
+
===Linux Based (ISC-DHCP)===
Someone put content here.
 
  
 +
{{:Related to ISC-DHCP}}
  
 +
===FOG dnsmasq (ProxyDHCP) ===
  
 +
*You would use ProxyDHCP if you do not have access to your DHCP server, or are using a device that isn't capable of specifying option 066 and 067 (next server and file name). The most popular ProxyDHCP method with fog is dnsmasq. This article will walk you through that:
 +
 +
*Not required unless you have an unmodifiable DHCP server/
 +
 +
[[Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server]]
 +
 +
==Non-Linux DHCP==
 
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.
 
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.
  
Line 18: Line 24:
 
*Option 67  
 
*Option 67  
 
**[[File:Windows 67.png]]
 
**[[File:Windows 67.png]]
===Linux Server DHCP===
 
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]
 
  
 
===Novell (Linux) Server DHCP===
 
===Novell (Linux) Server DHCP===
Line 32: Line 33:
 
*Option 67  
 
*Option 67  
 
**[[File:Novelloption67.gif]]
 
**[[File:Novelloption67.gif]]
 +
Here is a link from Novell's website on how to setup their DHCP server:  http://www.novell.com/coolsolutions/feature/17719.html
  
 
===MAC Server DHCP===
 
===MAC Server DHCP===
Line 54: Line 56:
 
**[[File:MACbootpd.png]]<br/>
 
**[[File:MACbootpd.png]]<br/>
  
===pfSense===
+
==Other DHCP Configurations==
In pfSense enable network booting as follows (192.168.1.1 should be replaced by the ip address of your fog server):
+
[[Other DHCP Configurations]]
 
 
[[File:PfSense_dhcp_network_boot_settings.png]]
 

Latest revision as of 17:20, 24 February 2016

DHCP Settings

  • It is important to know that versions 0.32 and below use pxelinux.0 for option 67 in DHCP
  • For all versions 0.33 to current(1.3.0beta) use undionly.kpxe is generally recommended for option 67.
    • Other files that can be used are listed in your directory "/tftpboot"

Linux Based (ISC-DHCP)

Articles related to ISC-DHCP

BIOS and UEFI Co-Existence

ProxyDHCP with dnsmasq

FOG on a MAC

Fedora 21 Server#Verify Fedora DHCP config (if_using_DHCP)

Start/stop/enable/disable

Configure DHCP

FOG dnsmasq (ProxyDHCP)

  • You would use ProxyDHCP if you do not have access to your DHCP server, or are using a device that isn't capable of specifying option 066 and 067 (next server and file name). The most popular ProxyDHCP method with fog is dnsmasq. This article will walk you through that:
  • Not required unless you have an unmodifiable DHCP server/

Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server

Non-Linux DHCP

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

  • Option 66
    • Windows 66.png
  • Option 67
    • Windows 67.png


Novell (Linux) Server DHCP

  • DHCP Overview from DNS/DHCP Console (Netware 6.5)
    • Novelldhcp.gif
  • Option 66
    • Novelloption66.gif
  • Option 67
    • Novelloption67.gif

Here is a link from Novell's website on how to setup their DHCP server: http://www.novell.com/coolsolutions/feature/17719.html

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

  • Option 66
    • MACOption66.png
  • Option 67
    • MACOption67.png


  • 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"


  • Completed Bootpd.plist
    • MACbootpd.png

Other DHCP Configurations

Other DHCP Configurations