Wiki source code of DHCP Server
Version 1.1 by Mark Kohlmann on 2021/09/24 15:54
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ShowRunner version 3.009 or newer has an internal DHCP Server that can be enabled to assist with setup. This eliminates the need to run a personal router to address devices on the local network. | ||
2 | |||
3 | ====== Caveats/Notes: ====== | ||
4 | |||
5 | * The DHCP Server cannot be enabled on processors with routers (PROx/AVx/CPxN). | ||
6 | * The DHCP Server cannot be enabled on VC-4 instances. | ||
7 | * The internal DHCP Server is not designed to be used in production and can only be enabled manually. | ||
8 | * The DHCP Server is never enabled at startup. | ||
9 | * Subnet Mask, Gateway, and DNS Server are imported from the processor's own settings. | ||
10 | |||
11 | ====== Configuring the DHCP Server from showrunner HUB: ====== | ||
12 | |||
13 | This feature is coming soon. | ||
14 | |||
15 | ====== Configuring DHCP Server from the Console: ====== | ||
16 | |||
17 | Console Commands set the start address as the processor IP Address + 10. The end address as the processor IP Address + 10 + 1/2 the size of the subnet. | ||
18 | |||
19 | Example for Processor IP Address of 10.0.0.10 and a Subnet Mask of 255.255.255.0 (/24): | ||
20 | Start Address: 10.0.0.20 | ||
21 | End Address: 10.0.0.147 | ||
22 | |||
23 | * Enabling: //sr dhcp server enable// | ||
24 | * Disabling~:// sr dhscp server disable// | ||
25 | * Viewing Addresses: //sr dhcp server bindings// |