Nodegrid version 5.10.x provides better visibility into your DHCP network and offers a new feature ease management of your DHCP network. You can find these improvements under Tracking-->Network-->DHCP. The DHCP section here is now split between showing your Network Ranges and utilization and Lease information for both reserved and non-reserved IP addresses.
For Network Ranges, you are provided utilization stats for all ranges managed by this DHCP server.
For Leases, you get a brief summary of the leases, but now you can see both reserved and non-reserved IP addresses. You also have more details in the columns chooser to show: Client Identifier, Vendor Class Identifier, Lease Start, and Time Left for the lease.
You can drill down on a leased IP address.
From the lease details page, you can now easily reserve an IP address directly from the Tracking section, just click "Reserve Address" and fill out the required details.
When you click on "Reserve Address", the required fields are automatically populated for you!
Related Articles
DHCP request to the Server
After reboot, Nodegrid sends DHCP requests and wait up to 30sec to receive a lease from a server. If that time expires (i.e. no lease assigned), Nodegrid assigns static IP 192.168.160.10 to eth0 or 192.168.161.10 to eth1 so the users have a way to ...
IP Management using the Nodegrid
Introduction: In a LAB or network environment, being able to determine which IP are used and what devices are connected to help IT, LAB Managers with new IP assignment. the Nodegrid Manager have the ability to scan the network for IP addresses ...
Passwordless SSH'ing (Remote Management) w/ Nodegrid
On the Nodegrid, under the "root" user's ( ~/.ssh directory ), create a file called "authorized_keys" and change the permissions. # touch ~/.ssh/authorized_keys # chmod 600 ~/.ssh/authorized_keys On the remote server, create an ssh key for the user ...
Nodegrid OS and access through the PAM Delinea Secret Server (part 1)
The Nodegrid OS is compatible with the Delinea secret server, providing seamless integration for secure credential management and session handling from within the secret server. This article briefly discusses the following operations performed from ...
Nodegrid upgrade through Redhat server
Ansible can be used to upgrade Nodegrid device to newer version from server ( Redhat in this case ). Make sure ISO file has been copied to /etc/ansible/Firmware/ folder. First, one needs to create template to be copied on remote Nodegrid device. ...