Difference between revisions of "Other DHCP Configurations"

From FOG Project
Jump to: navigation, search
m (Cisco)
m
Line 9: Line 9:
 
== Cisco ==
 
== Cisco ==
 
If you would like to use a DHCP-enabled Cisco router you will need to perform the following steps:
 
If you would like to use a DHCP-enabled Cisco router you will need to perform the following steps:
== 0.32 and below ==
+
=== 0.32 and below ===
 
#Enter priveleged mode ('''enable''').
 
#Enter priveleged mode ('''enable''').
 
#If you don't know your DHCP pool name, enter '''show running-config''' and look for ''ip dhcp pool'' in the output.
 
#If you don't know your DHCP pool name, enter '''show running-config''' and look for ''ip dhcp pool'' in the output.
Line 19: Line 19:
 
#Exit configuration mode by entering '''exit''' twice.
 
#Exit configuration mode by entering '''exit''' twice.
 
#Save your configuration ('''copy running-config startup-config''').
 
#Save your configuration ('''copy running-config startup-config''').
== 0.33 and up ==
+
=== 0.33 and up ===
 
#Enter priveleged mode ('''enable''').
 
#Enter priveleged mode ('''enable''').
 
#If you don't know your DHCP pool name, enter '''show running-config''' and look for ''ip dhcp pool'' in the output.
 
#If you don't know your DHCP pool name, enter '''show running-config''' and look for ''ip dhcp pool'' in the output.
Line 30: Line 30:
 
#Save your configuration ('''copy running-config startup-config''').
 
#Save your configuration ('''copy running-config startup-config''').
  
= DD-WRT & Tomato =
+
== DD-WRT & Tomato ==
== 0.32 and below ==
+
=== 0.32 and below ===
 
If you would like to use a DD-WRT or Tomato router for DHCP you will need to perform the following steps:
 
If you would like to use a DD-WRT or Tomato router for DHCP you will need to perform the following steps:
 
#Go to the Services tab
 
#Go to the Services tab
Line 38: Line 38:
 
#Save/Apply settings
 
#Save/Apply settings
 
Please see our knowledge base article [[FOG with DD-WRT firmware|Can I use my existing DD-WRT enabled routers DHCP Server?]] for more information on this.
 
Please see our knowledge base article [[FOG with DD-WRT firmware|Can I use my existing DD-WRT enabled routers DHCP Server?]] for more information on this.
== 0.33 and up ==
+
=== 0.33 and up ===
 
If you would like to use a DD-WRT or Tomato router for DHCP you will need to perform the following steps:
 
If you would like to use a DD-WRT or Tomato router for DHCP you will need to perform the following steps:
 
#Go to the Services tab
 
#Go to the Services tab
Line 46: Line 46:
 
Please see our knowledge base article [[FOG with DD-WRT firmware|Can I use my existing DD-WRT enabled routers DHCP Server?]] for more information on this.
 
Please see our knowledge base article [[FOG with DD-WRT firmware|Can I use my existing DD-WRT enabled routers DHCP Server?]] for more information on this.
  
=== Extra Information ===
+
==== Extra Information ====
 
The dhcp-boot information from Tomato and DD-WRT is exactly the same information dnsmasq uses.  This is because dnsmasq is the default dhcp server for these routers.
 
The dhcp-boot information from Tomato and DD-WRT is exactly the same information dnsmasq uses.  This is because dnsmasq is the default dhcp server for these routers.
  
= OpenWRT =
+
== OpenWRT ==
== 0.32 and below ==
+
=== 0.32 and below ===
 
If you would like to use an OpenWRT router for DHCP you will need to perform the following steps:
 
If you would like to use an OpenWRT router for DHCP you will need to perform the following steps:
 
#Edit '''etc/config/dhcp'''
 
#Edit '''etc/config/dhcp'''
Line 58: Line 58:
  
 
This config has been tested on OpenWRT Attitude Adjustment (r28247).
 
This config has been tested on OpenWRT Attitude Adjustment (r28247).
== 0.33 and up ==
+
=== 0.33 and up ===
 
If you would like to use an OpenWRT router for DHCP you will need to perform the following steps:
 
If you would like to use an OpenWRT router for DHCP you will need to perform the following steps:
 
#Edit '''etc/config/dhcp'''
 
#Edit '''etc/config/dhcp'''
Line 67: Line 67:
 
This config has been tested on OpenWRT Attitude Adjustment (r28247).
 
This config has been tested on OpenWRT Attitude Adjustment (r28247).
  
= Sonicwall =
+
== Sonicwall ==
== 0.32 and below ==
+
=== 0.32 and below ===
 
If your Sonicwall device is acting as the DHCP server, you will need to perform the following steps:
 
If your Sonicwall device is acting as the DHCP server, you will need to perform the following steps:
  
Line 79: Line 79:
 
##Boot File: '''pxelinux.0'''
 
##Boot File: '''pxelinux.0'''
 
#Click '''OK''' to save
 
#Click '''OK''' to save
== 0.33 and up ==
+
=== 0.33 and up ===
 
If your Sonicwall device is acting as the DHCP server, you will need to perform the following steps:
 
If your Sonicwall device is acting as the DHCP server, you will need to perform the following steps:
  
Line 93: Line 93:
 
Note that the "Windows" DHCP Options 66 and 67 do not work in Sonicwall DHCP Server. You must use the fields provided by Sonicwall - Next Server and Boot File.[http://www.arizona-breast-cancer-specialists.com/brachytherapy/all-about-what-is-brachytherapy.html    Brachytherapy]
 
Note that the "Windows" DHCP Options 66 and 67 do not work in Sonicwall DHCP Server. You must use the fields provided by Sonicwall - Next Server and Boot File.[http://www.arizona-breast-cancer-specialists.com/brachytherapy/all-about-what-is-brachytherapy.html    Brachytherapy]
  
= pfSense v1.23 =
+
== pfSense v1.23 ==
== 0.32 and below ==
+
=== 0.32 and below ===
 
If your pfSense device is acting as the DHCP server, you will need to perform the following steps:
 
If your pfSense device is acting as the DHCP server, you will need to perform the following steps:
  
Line 104: Line 104:
 
##Enter the filename used for network booting: '''pxelinux.0'''
 
##Enter the filename used for network booting: '''pxelinux.0'''
 
#Click the '''Save''' button
 
#Click the '''Save''' button
== 0.33 and up ==
+
=== 0.33 and up ===
 
If your pfSense device is acting as the DHCP server, you will need to perform the following steps:
 
If your pfSense device is acting as the DHCP server, you will need to perform the following steps:
  
Line 117: Line 117:
 
Note: You need both a filename and a boot server configured for this to work!
 
Note: You need both a filename and a boot server configured for this to work!
  
= Other DHCP Servers =
+
== Other DHCP Servers ==
 
*[[Novell DHCP Server|Can I use my existing Novell DHCP Server?]]
 
*[[Novell DHCP Server|Can I use my existing Novell DHCP Server?]]
 
*[[FOG with M0n0wall|Can I use my existing m0n0wall DHCP Server?]]
 
*[[FOG with M0n0wall|Can I use my existing m0n0wall DHCP Server?]]
 
*[[Smoothwall School Guardian|Can I use my existing Smoothwall School Guardian DHCP Server?]]
 
*[[Smoothwall School Guardian|Can I use my existing Smoothwall School Guardian DHCP Server?]]
 
*[[FOG with ipcop|Can I use my existing ipcop DHCP Server?]]
 
*[[FOG with ipcop|Can I use my existing ipcop DHCP Server?]]

Revision as of 13:10, 23 April 2015

  • Under construction!

Other DHCP Congfigs

pfSense

In pfSense enable network booting as follows (192.168.1.1 should be replaced by the ip address of your fog server):

PfSense dhcp network boot settings.png

Cisco

If you would like to use a DHCP-enabled Cisco router you will need to perform the following steps:

0.32 and below

  1. Enter priveleged mode (enable).
  2. If you don't know your DHCP pool name, enter show running-config and look for ip dhcp pool in the output.
  3. Enter global configuration mode (configure terminal).
  4. Enter DHCP scope configuration mode (ip dhcp pool <pool name>).
  5. Configure the following options:
    1. next-server <ip address to fog server>
    2. bootfile pxelinux.0
  6. Exit configuration mode by entering exit twice.
  7. Save your configuration (copy running-config startup-config).

0.33 and up

  1. Enter priveleged mode (enable).
  2. If you don't know your DHCP pool name, enter show running-config and look for ip dhcp pool in the output.
  3. Enter global configuration mode (configure terminal).
  4. Enter DHCP scope configuration mode (ip dhcp pool <pool name>).
  5. Configure the following options:
    1. next-server <ip address to fog server>
    2. bootfile undionly.kpxe
  6. Exit configuration mode by entering exit twice.
  7. Save your configuration (copy running-config startup-config).

DD-WRT & Tomato

0.32 and below

If you would like to use a DD-WRT or Tomato router for DHCP you will need to perform the following steps:

  1. Go to the Services tab
  2. Enable DNSMasq, and Local DNS
  3. Under Additional DNSMasq Options add the following dhcp-boot=pxelinux.0,,X.X.X.X where X.X.X.X is the IP of your FOG server
  4. Save/Apply settings

Please see our knowledge base article Can I use my existing DD-WRT enabled routers DHCP Server? for more information on this.

0.33 and up

If you would like to use a DD-WRT or Tomato router for DHCP you will need to perform the following steps:

  1. Go to the Services tab
  2. Enable DNSMasq, and Local DNS
  3. Under Additional DNSMasq Options add the following dhcp-boot=undionly.kpxe,,X.X.X.X where X.X.X.X is the IP of your FOG server
  4. Save/Apply settings

Please see our knowledge base article Can I use my existing DD-WRT enabled routers DHCP Server? for more information on this.

Extra Information

The dhcp-boot information from Tomato and DD-WRT is exactly the same information dnsmasq uses. This is because dnsmasq is the default dhcp server for these routers.

OpenWRT

0.32 and below

If you would like to use an OpenWRT router for DHCP you will need to perform the following steps:

  1. Edit etc/config/dhcp
  2. In chapter config 'dnsmasq' add this line: option 'dhcp_boot' 'pxelinux.0,fog,X.X.X.X' where X.X.X.X is the IP of your FOG server
  3. Save the dhcp file
  4. Restart dnsmasq: /etc/init.d/dnsmasq restart

This config has been tested on OpenWRT Attitude Adjustment (r28247).

0.33 and up

If you would like to use an OpenWRT router for DHCP you will need to perform the following steps:

  1. Edit etc/config/dhcp
  2. In chapter config 'dnsmasq' add this line: option 'dhcp_boot' 'undionly.kpxe,fog,X.X.X.X' where X.X.X.X is the IP of your FOG server
  3. Save the dhcp file
  4. Restart dnsmasq: /etc/init.d/dnsmasq restart

This config has been tested on OpenWRT Attitude Adjustment (r28247).

Sonicwall

0.32 and below

If your Sonicwall device is acting as the DHCP server, you will need to perform the following steps:

  1. Login to your Sonicwall web admin interface
  2. Go to Network > DHCP Server
  3. Edit the DHCP Range where your client(s) reside
  4. Click the tab labeled Advanced
  5. Under "Network Boot Settings," configure the following options:
    1. Next Server: X.X.X.X where X.X.X.X is the IP of your FOG server
    2. Boot File: pxelinux.0
  6. Click OK to save

0.33 and up

If your Sonicwall device is acting as the DHCP server, you will need to perform the following steps:

  1. Login to your Sonicwall web admin interface
  2. Go to Network > DHCP Server
  3. Edit the DHCP Range where your client(s) reside
  4. Click the tab labeled Advanced
  5. Under "Network Boot Settings," configure the following options:
    1. Next Server: X.X.X.X where X.X.X.X is the IP of your FOG server
    2. Boot File: undionly.kpxe
  6. Click OK to save

Note that the "Windows" DHCP Options 66 and 67 do not work in Sonicwall DHCP Server. You must use the fields provided by Sonicwall - Next Server and Boot File.Brachytherapy

pfSense v1.23

0.32 and below

If your pfSense device is acting as the DHCP server, you will need to perform the following steps:

  1. Login to your pfSense web admin interface
  2. Go to Services > DHCP Server
  3. Scroll Down to "Enable Network booting" Click the button labeled Advanced to "Show Network booting" options
    1. Check the box to "Enables network booting"
    2. Enter the IP address from the network boot server: X.X.X.X where X.X.X.X is the IP of your FOG server
    3. Enter the filename used for network booting: pxelinux.0
  4. Click the Save button

0.33 and up

If your pfSense device is acting as the DHCP server, you will need to perform the following steps:

  1. Login to your pfSense web admin interface
  2. Go to Services > DHCP Server
  3. Scroll Down to "Enable Network booting" Click the button labeled Advanced to "Show Network booting" options
    1. Check the box to "Enables network booting"
    2. Enter the IP address from the network boot server: X.X.X.X where X.X.X.X is the IP of your FOG server
    3. Enter the filename used for network booting: undionly.kpxe
  4. Click the Save button

Note: You need both a filename and a boot server configured for this to work!

Other DHCP Servers