Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appnote:premature [2019/02/23 10:18]
stappers Notes on the differences between ISC DHCP server and dnsmasq
appnote:premature [2022/12/11 21:03] (current)
stappers dnsmasq has dhcp-option for enforcing encapsulation
Line 24: Line 24:
 ===== TFTP server ===== ===== TFTP server =====
  
-Work in progress ​  ​WIP ​ FIXME   text to ADD+To enable the TFTP server set 
 + 
 +    # Enable dnsmasq'​s built-in TFTP server 
 +    enable-tftp 
 + 
 +    # Set the root directory for files availble via FTP. 
 +    tftp-root=/​var/​lib/​tftpboot/​ 
  
 ===== PXE chainloading ===== ===== PXE chainloading =====
Line 43: Line 50:
 There are several DHCP options that are specific to iPXE and that are not recognised by the standard ISC dhcpd installation. ​ To add support for these options, place the following at the start of your ''/​etc/​dhcpd.conf'':​ There are several DHCP options that are specific to iPXE and that are not recognised by the standard ISC dhcpd installation. ​ To add support for these options, place the following at the start of your ''/​etc/​dhcpd.conf'':​
  
-NOTE   does have dnsmasq ​"encapsulate"?+Dnsmasq can do //"encapsulation"// with configuration item ''​dhcp-option''​.
  
 Work in progress ​  ​WIP ​ FIXME   text to REMOVE Work in progress ​  ​WIP ​ FIXME   text to REMOVE
 +
 +ISC dhcpd syntax:
  
     option space ipxe;     option space ipxe;
appnote/premature.1550917109.txt.gz · Last modified: 2019/02/23 10:18 by stappers
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.