Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_router:dns_dhcp [2024-07-21 Sun wk29 08:51] – [Outdated] baumkp | linux_router:dns_dhcp [2024-12-15 Sun wk50 11:35] (current) – [Main references used (2017)] baumkp | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ++++tl;dr;| | ++++tl;dr;| | ||
| - | Further to this I am no looking at backups for both these services on my local area network. | + | Further to this I am not looking at backups for both these services on my local area network. |
| These notes still have some utility. | These notes still have some utility. | ||
| Line 17: | Line 17: | ||
| (2022) ISC has a newer DHCP software called Kea that is designed to replace ISC DHCP. Kea was primarily developed around 2014-2020. They also are currently developing a monitor for Kea and Bind9 called Stork. | (2022) ISC has a newer DHCP software called Kea that is designed to replace ISC DHCP. Kea was primarily developed around 2014-2020. They also are currently developing a monitor for Kea and Bind9 called Stork. | ||
| ++++ | ++++ | ||
| - | ===Main references used (2017)=== | + | ====Main references used (2017)==== |
| An interesting older resource is BigDinosaur Blog [[https:// | An interesting older resource is BigDinosaur Blog [[https:// | ||
| - | Another reference is Lani's Weblog - Make your [[https:// | + | Another reference is Lani's Weblog - Make your [[https:// |
| *[[https:// | *[[https:// | ||
| *[[https:// | *[[https:// | ||
| Line 269: | Line 269: | ||
| * [[https:// | * [[https:// | ||
| =====DHCP Setup===== | =====DHCP Setup===== | ||
| + | This section is outdated, ISC DHCP was replaced by ISC Kea, and ISC DHCP is no longer formally supported as of 2022. | ||
| + | ++++Outdated tl;dr;| | ||
| First install or ensure already installed the ISC DHCP server software: '' | First install or ensure already installed the ISC DHCP server software: '' | ||
| - | Next edit the dhcp configuration file: '' | + | Next edit the dhcp configuration file: '' |
| ++++dhcp.conf| | ++++dhcp.conf| | ||
| < | < | ||
| Line 483: | 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. | 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. | ||
| + | |||
| + | |||
| ====isc-dhcp-server defaults file==== | ====isc-dhcp-server defaults file==== | ||
| The default isc-dhcp-server configuration files is: '' | The default isc-dhcp-server configuration files is: '' | ||
| Line 496: | Line 501: | ||
| in your dhcpd.conf file for the network segment | in your dhcpd.conf file for the network segment | ||
| to which interface eno4 is attached. ** | to which interface eno4 is attached. ** | ||
| - | </ | + | </ |
| + | ++++ | ||
| ======ipv6====== | ======ipv6====== | ||
| =====radvd===== | =====radvd===== | ||