Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://192.168.1.50:8080/admin/



Enabling DHCP


I have not been able to get this to work yet... More to follow.




Go to Settings → DHCP

Image Added


Here you can enable DHCP and specify static leases.


Testing DHCP Service


sudo nmap --script broadcast-dhcp-discover -e en0


Sample Output:

Code Block
Password:
Starting Nmap 7.91 ( https://nmap.org ) at 2020-12-27 12:35 EST
Pre-scan script results:
| broadcast-dhcp-discover: 
|   Response 1 of 1: 
|     Interface: en0
|     IP Offered: 192.168.1.249
|     DHCP Message Type: DHCPOFFER
|     Server Identifier: 192.168.1.1
|     IP Address Lease Time: 2m00s
|     Renewal Time Value: 1m00s
|     Rebinding Time Value: 1m45s
|     Subnet Mask: 255.255.255.0
|     Broadcast Address: 192.168.1.255
|     Domain Name: home
|     Domain Name Server: 192.168.1.50, 8.8.8.8, 8.8.4.4
|_    Router: 192.168.1.1
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 10.23 seconds