Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker_notes:docker-dns [2025-08-17 Sun wk33 10:27] – [Linux setup to forward packets] baumkp | docker_notes:docker-dns [2025-11-02 Sun wk44 09:07] (current) – [DDNS] baumkp | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| =====Linux setup to forward packets===== | =====Linux setup to forward packets===== | ||
| - | <color # | + | <color # |
| The main router must be set to forward packets! | The main router must be set to forward packets! | ||
| It would seem that as of Debian 13 the ''/ | It would seem that as of Debian 13 the ''/ | ||
| Line 205: | Line 206: | ||
| See internal webpage [[https:// | See internal webpage [[https:// | ||
| + | |||
| + | =====DDNS===== | ||
| + | DDNS (Dynamic DNS) is used to update the DNS server with the DHCP assignments. | ||
| + | |||
| + | To further complicate matters I have 2 Bind9 servers in a master-slave configuration across to separate computers on my LAN as well as 2 separate Kea DHCP servers in a primary-secondary back-up configuration also on 2 separate computers on my LAN. This has worked really well for me. If one DNS or DHCP server are not functional my LAN operates well, previously without backup is the DNS or DHCP servers were not operational the LAN would loose functionality. | ||
| + | |||
| + | *Kea read the Docs: [[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | *Pre Kea - Using ISC DHCP Server | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| =====References===== | =====References===== | ||
| | | ||