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-15 Sun wk50 09:40] – [History] baumkp | docker_notes:docker-dhcp [2025-01-27 Mon wk05 14:19] (current) – [References] baumkp | ||
---|---|---|---|
Line 6: | Line 6: | ||
=====History===== | =====History===== | ||
- | The article by Lee Hutchinson [[https:// | + | The article by Lee Hutchinson [[https:// |
- | *I makes the BIND9 file messy | + | *I makes the BIND9 file messy. The DDNS entries are all over the place in the zone files with different timetolife headers all over the place too. |
*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. | *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. | ||
- | *I just static IPv4 address | + | *I just static IPv4 addresses |
*Other less critical non-server addresses that I want a constant LAN IP I define as static in Kea. | *Other less critical non-server addresses that I want a constant LAN IP I define as static in Kea. | ||
- | *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 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 confusing, difficult time consuming and frustrating to make it work again. | + | *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 |
- | as I hard coded all my important services directly However when upgrading to Kea I | + | |
+ | There are more references on building a home router and related here: [[https:// | ||
=====Kea Packages and Hooks===== | =====Kea Packages and Hooks===== | ||
Line 108: | 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: |