Changes for page GLPAC Expansion Setup

Last modified by Alexander Mott on 2023/12/12 00:02

From version 11.1
edited by Alexander Mott
on 2022/06/13 15:05
Change comment: There is no comment for this version
To version 12.1
edited by Alexander Mott
on 2022/06/13 15:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,10 +48,10 @@
48 48  Theoretically, GLPACs should be able to be configured over Ethernet using a computer that is running a DHCP server (or if they are on a network with a processor that has a control subnet or is running the [[SHOWRUNNER™ DHCP Server>>doc:SHOWRUNNER™ User Guide & Wiki.Troubleshooting.DHCP Server.WebHome]]). In practice, however, GLPACs will oftentimes fail to take an IP address from a DHCP server and still require manual configuration via USB.
49 49  
50 50  * Connect to the GLPAC via USB
51 -* Open Text Console and run the following commands to configure the GLPACs IP settings (example is for a GLPAC at (% style="color:blue" %)**10.0.0.11**(%%) on a **10.0.0.0**(% style="color:darkgoldenrod" %)**/24**(%%) subnet with hostname (% style="color:purple" %)**GLPAC-1**(%%))
51 +* Open Text Console and run the following commands to configure the GLPACs IP settings (example is for a GLPAC at (% style="color:blue" %)**10.0.0.11**(%%) on a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet with hostname (% style="color:purple" %)**GLPAC-1**(%%))
52 52  ** Disable DHCP: ##dhcp off##
53 -** Set IP address: (% style="color:blue" %)**##ipa 0 10.0.0.11##**(%%)
54 -** Set IP subnet mask: (% style="color:darkgoldenrod" %)**##ipm 0 255.255.255.0##**(%%)
53 +** Set IP address: **##ipa 0 (% style="color:blue" %)10.0.0.11(%%)##**
54 +** Set IP subnet mask: **##ipm 0 (% style="color:darkgoldenrod" %)255.255.255.0(%%)##**
55 55  ** Set default gateway: **##defr 0 10.0.0.1##**
56 56  ** Set hostname: ##host (% style="color:purple" %)**GLPAC-1**(%%)##
57 57  ** Reboot the GLPAC: ##reboot##