To configure and enable the DHCP server in Nodegrid Manager:
1. Add a subnet
From the Web UI:
- Click on the Network icon and select DHCP from the menu bar
- Click Add to create a DHCP range

Click on Add and fill in the Subnet, Network and Router IP (BACKPLANE0 IP in this case, normally the first IP of the network):
Click on Save to save your settings
To set up the DHCP range from the command line:
- Log in as the admin user to access the Nodegrid command line
- If you are logged in as root user, you can ‘su – admin’ and then type ‘cli’
- In the Nodegrid command line, cd /settings/dhcp_server
- Type ‘show’ to display any existing dhcp ranges
- Type ‘add’ to go into the dhcp configuration mode
- Type ‘set subnet=<your ip subnet>’
Type in the netmask:
‘set netmask=<your subnet netmask>’
Type ‘save’ and the DHCP server is ready for use