Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux_router:dns_dhcp [2024-07-21 Sun wk29 08:54] – [DHCP Setup] baumkplinux_router:dns_dhcp [2024-07-21 Sun wk29 08:58] (current) – [isc-dhcp-server log file comments] baumkp
Line 275: Line 275:
  
 Next edit the dhcp configuration file: ''sudo vim /etc/dhcp/dhcpd.conf'' ++++ Next edit the dhcp configuration file: ''sudo vim /etc/dhcp/dhcpd.conf'' ++++
 +
 ++++dhcp.conf| ++++dhcp.conf|
 <code> <code>
Line 485: Line 486:
  
 ISC has stopped supporting ISC-DHCP client and relay versions as of 2022 and indicated that they plan to eventually stop support of server version.  They seem to recommend migration to ISC-Kea, the ISC-DHCP replacement. ISC has stopped supporting ISC-DHCP client and relay versions as of 2022 and indicated that they plan to eventually stop support of server version.  They seem to recommend migration to ISC-Kea, the ISC-DHCP replacement.
-+++++ 
 ====isc-dhcp-server defaults file==== ====isc-dhcp-server defaults file====
 The default isc-dhcp-server configuration files is: ''sudo vim /etc/default/isc-dhcp-server''. Ensure the interface(s) that the DHCP server is to server requests upon is indicated, for example: The default isc-dhcp-server configuration files is: ''sudo vim /etc/default/isc-dhcp-server''. Ensure the interface(s) that the DHCP server is to server requests upon is indicated, for example:
Line 500: Line 502:
    to which interface eno4 is attached. **    to which interface eno4 is attached. **
 </code> </code>
 +++++
 ======ipv6====== ======ipv6======
 =====radvd===== =====radvd=====