Differences

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

Link to this comparison view

Next revision
Previous revision
dhcp:start [2024/01/25 10:10] – created jsdhcp:start [2024/01/25 15:14] (current) js
Line 1: Line 1:
 ====== DHCP ====== ====== DHCP ======
 +
 +The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on Internet Protocol (IP) networks for automatically assigning IP addresses and other communication parameters to devices connected to the network using a client–server architecture. [[https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol|Wikipedia]]
 +
  
   * [[/dhcp/pxe|PXE]] - pxe configuration in dhcp, legacy boot or uefi   * [[/dhcp/pxe|PXE]] - pxe configuration in dhcp, legacy boot or uefi
 +
 +
 +
 +=== DHCP Options ===
 +|DHCP Config | Option |
 +|DHCP Time Offset | 2 |
 +|DHCP NTP Server| 42 |
 +|DHCP Network application (e.g. UniFi Network Controller)| 43|
 +|DHCP WINS Server | 44 |
 +|DHCP Network Boot / PXE / TFTP Server| 66 |
 +|DHCP Network Boot / PXE / Bootfile name| 67 |
 +|DHCP WPAD URL | 252 |
 +
 +==== Source ====
 +[[https://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml#options]]