Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:docker-dhcp [2024-12-14 Sat wk50 19:38] – [Table] baumkp | docker_notes:docker-dhcp [2025-01-27 Mon wk05 14:19] (current) – [References] baumkp | ||
---|---|---|---|
Line 5: | Line 5: | ||
ISC also has a project for a simple GUI interface primarily for Kea and basic for Bind9. | ISC also has a project for a simple GUI interface primarily for Kea and basic for Bind9. | ||
- | ISC-Kea seems to be provided in a number of packages | + | =====History===== |
- | ^ Package | + | The article by Lee Hutchinson [[https:// |
- | | isc-kea | + | *I makes the BIND9 file messy. |
- | | isc-kea-admin | + | *One had to take greater care to freeze Bind9 when adjusting zone files as DHCP could be writing to it. With Bind in a Docker container, I just restart the container after adjusting the zone file. |
- | | isc-kea-common | + | *I just static IPv4 addresses for my main home server services and manually define the domain names in the Bind zone files where required. |
- | | isc-kea-ctrl-agent | + | *Other less critical non-server addresses that I want a constant LAN IP I define as static in Kea. |
- | | isc-kea-dev | + | *Whilst I expect DDNS certainly has some benefits the use of simple setup of back up of DNS and DHCP is much more beneficially to me. I run my main home server and NAS and a separate router service focused server. Both of these run Kea and Bind in Docker containers in back-up mode. If I fiddle with either machine the other provides reliable backup DHCP and DNS. This is much more beneficial to me than DDNS. If DHCP or DNS are unavailable on my home network it can be very confusing, difficult, time consuming and frustrating to make it work again. |
- | | isc-kea-dhcp4-server | + | |
- | | isc-kea-dhcp6-server | + | There are more references on building a home router and related here: [[https:// |
- | | isc-kea-dhcp-ddns | + | |
- | | isc-kea-doc | + | =====Kea Packages and Hooks===== |
- | | isc-kea-hook-flex-option | + | ISC-Kea seems to be provided in a number of [[https:// |
- | | isc-kea-hook-ha | + | ^ Package |
- | | isc-kea-hook-lease-cmds | + | | isc-kea |
- | | isc-kea-hook-mysql-cb | + | | isc-kea-admin |
- | | isc-kea-hook-pgsql-cb | + | | isc-kea-common |
- | | isc-kea-hook-stat-cmds | + | | isc-kea-ctrl-agent |
- | | isc-kea-http | + | | isc-kea-dev |
- | | isc-kea-perfdhcp | + | | isc-kea-dhcp4-server |
- | | isc-kea-shell | + | | isc-kea-dhcp6-server |
+ | | isc-kea-dhcp-ddns | ||
+ | | isc-kea-doc | ||
+ | | isc-kea-hook-flex-option | ||
+ | | isc-kea-hook-ha | ||
+ | | isc-kea-hook-lease-cmds | ||
+ | | isc-kea-hook-mysql-cb | ||
+ | | isc-kea-hook-pgsql-cb | ||
+ | | isc-kea-hook-stat-cmds | ||
+ | | isc-kea-http | ||
+ | | isc-kea-perfdhcp | ||
+ | | isc-kea-shell | ||
+ | |||
+ | See [[https:// | ||
*[[https:// | *[[https:// | ||
Line 64: | Line 77: | ||
++++Upgrade problem to 2.6.0 with dhcp4 parameter id in subnet configuration, | ++++Upgrade problem to 2.6.0 with dhcp4 parameter id in subnet configuration, | ||
- | I had a problem when upgrading to to Kea 2.6.0 that stopped kea-dhcp4 operating with an error '' | + | I had a problem when upgrading to to Kea 2.6.0 that stopped kea-dhcp4 operating with an error '' |
====ctrl-agent -t / | ====ctrl-agent -t / | ||
Line 96: | Line 109: | ||
*[[https:// | *[[https:// | ||
*[[https:// | *[[https:// | ||
- | Kea read the docs '' | + | *[[https://www.henrydu.com/2020/09/15/kea-dhcp-webinar-01/ |
+ | Kea read the docs [[https:// | ||
<- docker_notes: | <- docker_notes: |