Changes for page DHCP Server
Last modified by Scott Kohlmann on 2023/04/21 14:07
From version 8.1
edited by Alexander Mott
on 2022/06/17 22:43
on 2022/06/17 22:43
Change comment:
Uploaded new attachment "1655505828887-593.png", version {1}
To version 9.1
edited by Alexander Mott
on 2022/06/17 23:03
on 2022/06/17 23:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,26 +1,45 @@ 1 - SHOWRUNNER™now includes an internal DHCP serverto make large startups even easier,withoutthe need to run a personal router or third party software to address devices on the local network. Assigning IP addresses using a DHCP server makes it possible to discover devices in the Device Discovery Tool and connect to them via Ethernet for further configuration.1 +==== Overview ==== 2 2 3 -There are a few caveats :3 +In order for the Device Discovery Tool to discover devices on the lighting network, those devices must have IP addresses in the same range as your computer. Unfortunately, it is not feasible for Crestron to ship hardware that has been pre-configured with the required network settings for every job: instead, they ship hardware with DHCP enabled by default. DHCP is a standard networking protocol used to dynamically assign IP addresses to any devices on a network. This means that when DHCP-enabled devices are plugged into a network with a DHCP server, they will be automatically assigned an appropriate IP address by the server. 4 4 5 -* The DHCP Server cannot be enabled on processors with routers (PROx/AVx/CPxN), since these processors already have built in DHCP Servers on their Control Subnet 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. Devices should still be configured with static IP addresses 8 -* The DHCP Server is never enabled at startup 9 -* Subnet Mask, Gateway, and DNS Server are imported from the processor's own settings 5 +As of version 3.009, SHOWRUNNER™ now includes a built-in DHCP server to enable automatic IP addressing of the local network without using a personal router or third party software. There are a few caveats, however: 6 + 7 +* The DHCP server cannot be enabled on processors with routers (PROx/AVx/CPxN), since these processors already have built in DHCP servers on their Control Subnet 8 +* The DHCP server cannot be enabled on VC-4 instances 9 +* The internal DHCP server is not designed to be used in production and can only be enabled manually. Devices should still be configured with static IP addresses 10 +* The DHCP server is never enabled at startup, and settings are not saved between program restarts 11 +* Subnet mask, default router, and DNS server settings are imported from the processor's own settings 10 10 * Certain devices (such as GLPACs and GL-IPACs) may refuse to accept a DHCP assigned address if they have been powered up for a period of time without a DHCP server on the network. Power cycling them should resolve this issue 11 11 12 - ======ConfiguringDHCPServerfromtheConsole(SHOWRUNNER™v3.009+):======14 +There are two ways to initialize the built-in SHOWRUNNER™ DHCP server: through the showrunnerHUB™ UI or through Text Console 13 13 14 - ConsoleCommandssetthestartaddress as the processorIP Address+ 10. Theend address as the processor IPAddress+101/2 the size of the subnet.16 +==== Configuring the DHCP Server From the showrunnerHUB™ UI (SHOWRUNNER™ v3.010+): ==== 15 15 16 -Example for Processor IP Address of 10.0.0.10 and a Subnet Mask of 255.255.255.0 (/24): 17 -Start Address: 10.0.0.20 18 -End Address: 10.0.0.147 18 +When initializing the DHCP server from the showrunnerHUB™ UI, you are able to manually set the start and end addresses. It is recommended to set the range of IP addresses outside of the range that you plan to use. For example, if you are using addresses between 10.0.0.10 and 10.0.0.129, it would be good to set the range of DHCP addresses to e.g. 10.0.0.130 through 10.0.0.249. This way you won't need to worry about temporary DHCP assigned addresses conflicting with the permanent static IP addresses you are trying to assign. 19 +To access the configuration page and configure the DHCP server: 19 19 20 -* Enabling: //sr dhcp server enable// 21 -* Disabling~:// sr dhcp server disable// 22 -* Viewing Addresses: //sr dhcp server bindings// 21 +* Login to the showrunnerHUB™ as a user with sufficient permissions (Setup or Admin) 22 +* Navigate to the Setup page 23 +* Select Network>DHCP Server from the list on the left: 24 +[[image:1655505828887-593.png]] 25 +* Adjust the "IP Start Address" and "IP End Address" fields per your requirements 26 +** Subnet mask and IP gateway (default router) are taken from the processor settings 27 +** Lease times default to 1 day (24 hours), but will be automatically renewed upon expiration if the DHCP server is still running 28 +* Click the "Enabled" toggle to start the DHCP server 23 23 24 - ====== Configuringthe DHCPServerfromshowrunnerHUB™(SHOWRUNNER™v3.010+):======30 +Any devices which receive IP addresses from the processor's DHCP server will be listed under the "DHCP Reservations" section. 25 25 26 -This feature is coming soon. 32 +Note that the showrunnerHUB™ is slow on 3-Series processors due to hardware limitations. For jobs with 3-Series processors, it may be easier to initialize the DHCP server using Text Console. 33 + 34 +==== Initializing the DHCP Server Using Text Console (SHOWRUNNER™ v3.009+): ==== 35 + 36 +When initializing the DHCP server from text console, the range of available IP addresses is pre-determined and cannot be modified. It begins at //(processor IP address) + 10// and ends at //(processor IP address) + 10 + 1/2 the size of the subnet//. For example, a processor with IP address of 10.0.0.10 and a Subnet Mask of 255.255.255.0 (/24) will have a starting address of 10.0.0.20 and an ending address of 10.0.0.147. It is possible to "trick" the processor into handing out IP addresses in a different range by changing the processor's IP address prior to starting the DHCP server. E.g., if you want permanent addresses between 10.0.0.10 and 10.0.0.99, change the processor to 10.0.0.100 prior to initializing the DHCP server. This way the DHCP assigned addresses will not conflict with any of the permanent static IP addresses you want to assign. 37 + 38 +Below are the Text Console commands for enabling/disabling the built-in SHOWRUNNER™ DHCP server: 39 + 40 +* Enabling: ##sr dhcp server enable## 41 +* Disabling: ##sr dhcp server disable## 42 +* View assigned addresses: ##sr dhcp server bindings## 43 + 44 + 45 +