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 12:48] – [ip4 assignment] baumkpdocker_notes:docker-dhcp [2026-04-11 Sat wk15 08:19] (current) – [DHCP testing] baumkp
Line 25: Line 25:
   *Manual assignment   *Manual assignment
   *slaac 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)
Line 72: 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.