Changes for page ZUM-HUB4 Processor Setup

Last modified by Craig Lewis on 2025/03/13 15:50

From version 30.1
edited by Alexander Mott
on 2023/05/23 17:09
Change comment: There is no comment for this version
To version 32.1
edited by Alexander Mott
on 2023/10/06 19:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -30,8 +30,12 @@
30 30  *** Once logged into Text Console, run the following commands, replacing the "username" and "password" with your desired credentials
31 31  **** ##adduser -N:username -P:password##
32 32  **** ##addusertogroup -N:username -G:Administrators##
33 +* Run commands to enable connecting to the ShowRunnerHUB™ interface and prevent issues with license loading on processor reboot:
34 +** Disable CWS Anti-CSRF feature (case sensitive): ##cwsanticsrf OFF##
35 +** Force waiting to start program: ##startprogafterrouter on##
36 +** Processor must be rebooted with "##reboot##" command before these take effect, but you can wait to reboot if there are other settings you must change that also require a reboot
33 33  * Determine whether the lighting control hardware will be connected to the ZUM-HUB4's LAN port or the Control Subnet port:
34 -** If the system is standalone (not integrated with building LAN), then lighting hardware can be connected to either the LAN port or the Control Subnet port:
38 +** If the system is standalone (not integrated with building LAN), then lighting hardware can be connected to either the LAN port or the Control Subnet port, but it is still recommended to use the Control Subnet for Crestron hardware as the ZUM-HUB4 has a router built-in that will assign IP addresses:
35 35  *** If connecting lighting hardware to the LAN port, then you must configure the LAN as a static IP (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a processor IP address of (% style="color:blue" %)**10.0.0.10**(%%)):
36 36  **** Disable DHCP: ##dhcp 0 off##
37 37  **** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.10**(%%)##
... ... @@ -41,7 +41,7 @@
41 41  **** Optionally, set secure gateway: ##securegateway default ##
42 42  ***** Note: this setting enables unsecure connections to the processor from the LAN. This is necessary if ZUMNET-JBOXs or other non-secure Crestron devices (such as 3-Series EISC) will be connected via the LAN port of the processor
43 43  **** Reboot the processor: ##reboot##
44 -*** If connecting lighting hardware to the Control Subnet port, then you may optionally configure the Control Subnet. If manually configuring the control subnet, we recommend the following IP range as it won't conflict with corporate networks:
48 +*** If connecting lighting hardware to the Control Subnet port, then you may either use the default IP scheme of the processor, or you may optionally configure the Control Subnet. Do not connect an external router to the Control Subnet port, as doing so will cause the internal DHCP server to shut down. If manually configuring the control subnet, we recommend the following IP range as it won't conflict with corporate networks:
45 45  **** Using the "Functions>Ethernet Addressing...>Control Subnet" menu of Toolbox:
46 46  ***** Set routing to "Manual" with the start address and subnet size
47 47  ***** E.g., a setting of "100.64.0.0/20" will have the processor at 10.64.0.1 with an IP mask of 255.255.240.0 and a default gateway and DNS server at 100.64.0.2
... ... @@ -59,10 +59,6 @@
59 59  ***1. Be connected to the Control Subnet port
60 60  ***1*. Control Subnet must be configured correctly (see above)
61 61  ***1*. If lighting devices must be able to communicate with the building LAN, run the command: ##isolatenetworks off##
62 -* Once IP settings are configured, there are additional commands that must be run:
63 -** Disable CWS Anticsrf feature (case sensitive): ##cwsanticsrf OFF##
64 -** Force waiting to start program: ##startprogafterrouter on##
65 -** Reboot the processor: ##reboot##
66 66  
67 67  = Update NVRAM Folder Permissions =
68 68