Difference between revisions of "Other DHCP Configurations"

From FOG Project
Jump to: navigation, search
m (Other DHCP Servers)
m (Other DHCP Servers)
Line 124: Line 124:
 
== ipcop ==
 
== ipcop ==
 
{{:FOG with ipcop|}}
 
{{:FOG with ipcop|}}
 
== Other DHCP Servers ==
 
*[[Smoothwall School Guardian|Can I use my existing Smoothwall School Guardian DHCP Server?]]
 
*[[FOG with ipcop|Can I use my existing ipcop DHCP Server?]]
 

Revision as of 14:03, 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

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