Difference between revisions of "Other DHCP Configurations"

From FOG Project
Jump to: navigation, search
m
m
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
* <span style="background-color:Yellow;">Under construction!</span>
 
 
=Other DHCP Congfigs=
 
=Other DHCP Congfigs=
  
Line 7: Line 6:
 
[[File:PfSense_dhcp_network_boot_settings.png]]
 
[[File:PfSense_dhcp_network_boot_settings.png]]
  
== Linux ==
 
 
=== 0.32 and below ===
 
=== 0.32 and below ===
If you would like to use an existing Linux based DHCPD 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:
#Edit your dhcpd.conf file (ie: vim /etc/dhcpd.conf)
+
 
#In the global section or in a subnet declaration add '''next-server X.X.X.X;''' and '''filename "pxelinux.0"'''; where X.X.X.X is the IP of your FOG server.
+
#Login to your pfSense web admin interface
#Restart your dhcpd server (ie: service dhcpd restart)
+
#Go to '''Services''' > '''DHCP Server'''
*For more, see: [[Linux DHCP Server|Can I use my existing linux DHCP Server?]]
+
#Scroll Down to "Enable Network booting" Click the button labeled '''Advanced''' to "Show Network booting" options
 +
##Check the box to "Enables network booting"
 +
##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
 +
##Enter the filename used for network booting: '''pxelinux.0'''
 +
#Click the '''Save''' button
 
=== 0.33 and up ===
 
=== 0.33 and up ===
If you would like to use an existing Linux based DHCPD 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:
#Edit your dhcpd.conf file (ie: vim /etc/dhcpd.conf)
+
 
#In the global section or in a subnet declaration add '''next-server X.X.X.X;''' and '''filename "undionly.kpxe"'''; where X.X.X.X is the IP of your FOG server.
+
#Login to your pfSense web admin interface
#Restart your dhcpd server (ie: service dhcpd restart)
+
#Go to '''Services''' > '''DHCP Server'''
*For more, see: [[Linux DHCP Server|Can I use my existing linux DHCP Server?]]
+
#Scroll Down to "Enable Network booting" Click the button labeled '''Advanced''' to "Show Network booting" options
 +
##Check the box to "Enables network booting"
 +
##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
 +
##Enter the filename used for network booting: '''undionly.kpxe'''
 +
#Click the '''Save''' button
 +
 
 +
Note: You need both a filename and a boot server configured for this to work!
  
= 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 33: Line 41:
 
#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 43: Line 51:
 
#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''').
= DD-WRT & Tomato =
+
 
== 0.32 and below ==
+
== 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:
 
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 51: Line 60:
 
#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 59: Line 68:
 
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 71: Line 80:
  
 
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 80: Line 89:
 
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 92: Line 101:
 
##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 106: Line 115:
 
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 =
+
== M0N0wall ==
== 0.32 and below ==
+
{{:FOG_with_M0n0wall}}
If your pfSense device is acting as the DHCP server, you will need to perform the following steps:
 
 
 
#Login to your pfSense web admin interface
 
#Go to '''Services''' > '''DHCP Server'''
 
#Scroll Down to "Enable Network booting" Click the button labeled '''Advanced''' to "Show Network booting" options
 
##Check the box to "Enables network booting"
 
##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
 
##Enter the filename used for network booting: '''pxelinux.0'''
 
#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:
 
 
 
#Login to your pfSense web admin interface
 
#Go to '''Services''' > '''DHCP Server'''
 
#Scroll Down to "Enable Network booting" Click the button labeled '''Advanced''' to "Show Network booting" options
 
##Check the box to "Enables network booting"
 
##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
 
##Enter the filename used for network booting: '''undionly.kpxe'''
 
#Click the '''Save''' button
 
  
Note: You need both a filename and a boot server configured for this to work!
+
== Smoothwall School Guardian ==
 +
{{:Smoothwall_School_Guardian}}
  
= Other DHCP Servers =
+
== ipcop ==
*[[Novell DHCP Server|Can I use my existing Novell DHCP Server?]]
+
{{:FOG with ipcop|}}
*[[FOG with M0n0wall|Can I use my existing m0n0wall 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?]]
 

Latest revision as of 14:44, 23 April 2015

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

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!

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

M0N0wall

Courtesy of Flemming Munk

disable DHCP on FOG service dhcpd stop chkconfig --level 345 dhcpd off

M0n0wall Configuration

0.32 and below

- <dhcpd> 
- <opt1> 
- <range> 
<from>XXX.XXX.XXX.XXX</from>  
<to>XXX.XXX.XXX.XXX</to>  
</range> 
<defaultleasetime />  
<maxleasetime>XXXXXX</maxleasetime>  
<enable />  
<next-server>XXX.XXX.XXX.XXX</next-server>  
<filename>pxelinux.0</filename> 

<next-server> is the FOG box and <filename> is the tftp boot file.

Be aware that these configuration options is not included in the m0n0wall webgui at this time. You can find some information on how to edit the "hidden parts" of m0n0wall's config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html

0.33 and up

- <dhcpd> 
- <opt1> 
- <range> 
<from>XXX.XXX.XXX.XXX</from>  
<to>XXX.XXX.XXX.XXX</to>  
</range> 
<defaultleasetime />  
<maxleasetime>XXXXXX</maxleasetime>  
<enable />  
<next-server>XXX.XXX.XXX.XXX</next-server>  
<filename>undionly.kpxe</filename> 

<next-server> is the FOG box and <filename> is the tftp boot file.

Be aware that these configuration options is not included in the m0n0wall webgui at this time. You can find some information on how to edit the "hidden parts" of m0n0wall's config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html

Smoothwall School Guardian

On School Guardian, you'd implement as follows:

0.32 and below

  1. in Services > DHCP > DHCP Server, select your subnet and click the advanced button
  2. under "TFTP server" enter the IP of your FOG server ("TFTP Server" field = DHCP "nextserver" field)
  3. under "Network boot filename" enter the filename on the TFTP server, which AFAICT is pxelinux.0
  4. Click save at the bottom of the page. You'll need to restart the DHCP services via Services > DHCP > Global

0.33 and up

  1. in Services > DHCP > DHCP Server, select your subnet and click the advanced button
  2. under "TFTP server" enter the IP of your FOG server ("TFTP Server" field = DHCP "nextserver" field)
  3. under "Network boot filename" enter the filename on the TFTP server, which AFAICT is undionly.kpxe
  4. Click save at the bottom of the page. You'll need to restart the DHCP services via Services > DHCP > Global

Thanks: Jerry (techobi)

ipcop

  1. Log into your Router interface
  2. Go to the Services tab
  3. Select DHCP Server
  4. Under Additional DHCP Options add the options as per the screen shot (At least they worked for me. I missed the quotation marks the first
  5. Replace "192.168.10.27" with the ip address of your FOG server.
  6. Save/Apply settings
  7. You may want to disable the FOG dhcp server


Ipcop-screen-shot-dhcp-settings.jpg