Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-dhcp [2026-04-06 Mon wk15 11:26] – [History] baumkpdocker_notes:docker-dhcp [2026-04-11 Sat wk15 08:19] (current) – [DHCP testing] baumkp
Line 22: Line 22:
       *All network devices have a MAC number       *All network devices have a MAC number
  
-====ip4 assignment====+====ip6 assignment====
   *Manual assignment   *Manual assignment
-  *slac assignment +  *slaac assignment 
-  *dhcpv4 assignment+  *dhcpv6 assignment
     *Automatic (from group assigned)     *Automatic (from group assigned)
     *Manual assign from DUID (MAC is an option)     *Manual assign from DUID (MAC is an option)
 +    *
  
 =====Kea Packages and Hooks===== =====Kea Packages and Hooks=====
Line 71: Line 72:
  
 ====DHCP testing==== ====DHCP testing====
-''%%sudo nmap --script broadcast-dhcp-discover%%'' will test for DHCP servers on the same network. It will only report the first DHCP server discovered.+  *''%%sudo nmap --script broadcast-dhcp-discover%%'' will test for DHCP servers on the same network. It will only report the first DHCP server discovered
 +  *''%%sudo nmap -6 --script broadcast-dhcp6-discover%%'' for Ipv6.