Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker_notes:docker-dhcp [2026-04-06 Mon wk15 10:56] – [Kea Packages and Hooks] baumkp | docker_notes:docker-dhcp [2026-04-11 Sat wk15 08:19] (current) – [DHCP testing] baumkp | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| There are more references on building a home router and related here: [[https:// | There are more references on building a home router and related here: [[https:// | ||
| + | |||
| + | ====ip4 assignment==== | ||
| + | *Manual assignment | ||
| + | *dhcpv4 assignment | ||
| + | *Automatic (from group assigned) | ||
| + | *Manual assign from MAC (duidv4 is an option) | ||
| + | *All network devices have a MAC number | ||
| + | |||
| + | ====ip6 assignment==== | ||
| + | *Manual assignment | ||
| + | *slaac assignment | ||
| + | *dhcpv6 assignment | ||
| + | *Automatic (from group assigned) | ||
| + | *Manual assign from DUID (MAC is an option) | ||
| + | * | ||
| =====Kea Packages and Hooks===== | =====Kea Packages and Hooks===== | ||
| ISC-Kea seems to be provided in a number of [[https:// | ISC-Kea seems to be provided in a number of [[https:// | ||
| - | |<70em>| | + | |<60em 12em 5em 30em>| |
| ^ Package | ^ Package | ||
| | isc-kea | | isc-kea | ||
| Line 44: | Line 59: | ||
| ====Network Ports==== | ====Network Ports==== | ||
| From IANA Service Name and Transport Protocol Port online [[https:// | From IANA Service Name and Transport Protocol Port online [[https:// | ||
| + | |< | ||
| ^Service Name ^Port ^Protocol ^Description ^ | ^Service Name ^Port ^Protocol ^Description ^ | ||
| |bootps |67 |{tcp, udp} |Bootstrap Protocol Server (DHCPv4) | | |bootps |67 |{tcp, udp} |Bootstrap Protocol Server (DHCPv4) | | ||
| Line 56: | Line 72: | ||
| ====DHCP testing==== | ====DHCP testing==== | ||
| - | '' | + | *'' |
| + | *'' | ||