Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
docker_notes:docker-dhcp [2026-04-06 Mon wk15 12:48] – [ip6 assignment] baumkpdocker_notes:docker-dhcp [2026-04-11 Sat wk15 08:19] (current) – [DHCP testing] baumkp
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.