Wiki source code of DHCP Server
Version 2.3 by Alexander Mott on 2022/06/17 17:47
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
2.3 | 1 | SHOWRUNNER™ now includes a built-in DHCP server to make large startups even easier, without the need to run a personal router or third party software to address devices on the local network. |
![]() |
1.1 | 2 | |
![]() |
2.3 | 3 | There are a few caveats: |
![]() |
1.1 | 4 | |
![]() |
2.2 | 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 |
![]() |
1.1 | 6 | * The DHCP Server cannot be enabled on VC-4 instances. |
![]() |
2.2 | 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 | ||
![]() |
1.1 | 10 | |
11 | ====== Configuring DHCP Server from the Console: ====== | ||
12 | |||
13 | 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. | ||
14 | |||
15 | Example for Processor IP Address of 10.0.0.10 and a Subnet Mask of 255.255.255.0 (/24): | ||
16 | Start Address: 10.0.0.20 | ||
17 | End Address: 10.0.0.147 | ||
18 | |||
19 | * Enabling: //sr dhcp server enable// | ||
![]() |
2.1 | 20 | * Disabling~:// sr dhcp server disable// |
![]() |
1.1 | 21 | * Viewing Addresses: //sr dhcp server bindings// |
![]() |
2.3 | 22 | |
23 | ====== Configuring the DHCP Server from showrunnerHUB™: ====== | ||
24 | |||
25 | This feature is coming soon. |