DHCP request to the Server

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 access the interfaces.

The DHCP request automatically resumes after 5min, again waiting for a lease for 30secs. No need to bounce the link.
This cycle only stops after a lease is received, if the link is down, or if the interface is reconfigured to any mode other than dhcp.

    • Related Articles

    • DHCP Server Lease Management

      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 ...
    • HowTo: Install Nodegrid via PXE Boot

      PXE Boot Setup for ZPE Nodegrid Console Servers Overview This guide describes how to set up PXE (Pre-boot eXecution Environment) network booting for ZPE Nodegrid Console Servers. Both Legacy BIOS and UEFI boot modes are supported. PXE boot allows ...
    • Configuring tacacs+ server in Nodegrid

      1. Overview TACACS+ is a protocol that handles authentication, authorization, and accounting (AAA) services. Follow these steps to add a tacacs+ server in the Nodegrid. We will use for the test a NSCP (Nodegrid Serial Console Plus), and an Ubuntu ...
    • Can more than 1 NTP server be configured on the NodeGrid?

      You can configure a NTP pool, which will request date and time from several NTP servers. In fact, that is the default configuration. CLI [admin@nodegrid date_and_time]# show /settings/date_and_time/ system time: Wed Jan 25 12:59:46 EST 2017 ...
    • Install a X.509 Certificate from a Certificate Signing Request using OpenSSL

      For systems running Nodegrid OS v6.0.2 and newer, we recommend using the UI to install certificates: Apply HTTPS certificate in Nodegrid. For older Nodegrid OS versions, use openssl via the root shell to install certificates: Generate a Certificate ...