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 ...
    • Install a X.509 Certificate from a Certificate Signing Request

      Generate a Certificate Signing Request Log in Nodegrid as root: ssh root@<Nodegrid_IP> Change directory to /etc/CA: cd /etc/CA Create a RSA key: openssl genrsa -out key.pem.new 2048 Create a Certificate Signing Request: openssl req -new -sha256 -key ...
    • ZPE Systems Help Center - How to Submit a Support Request

      ZPE Systems Help Center How to open a ticket Below are the steps to request a ticket. Go to http://zpesystems.com/resources/help-center and click on ‘Submit a request’ link on the top right corner of the page. Enter the required information on the ...
    • 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 ...
    • Nodegrid OS and access through the PAM Delinea Secret Server (part 2)

      Using Delinea, you can configure credentials for managed devices on the Nodegrid platform. The primary objective of this setup is to access the Device Manager (host) and assign credentials for the specified Managed Device (guest), ensuring that the ...