Skip to main content
Version: v6

DHCP Settings

Configuring DHCP settings on Haltdos solution


The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on Internet Protocol (IP) networks for automatically assigning IP addresses and other communication parameters to devices connected to the network using a client-server architecture.

This section details how to configure the Haltdos solution as a DHCP server for assigning IP addresses.

dhcp

How to Use:

  1. Go to Stack > Instances > Instance > DHCP
  2. Configure your settings
  3. Click Save Changes
PARAMETERSACCEPTED VALUESDEFAULT
EnableENABLED / DISABLEDDISABLED
Network NameStringEmpty
Local LinkIPv4 / IPv6IPv4
Network InterfaceDrop-downEmpty
Subnet NetworkDrop-downEmpty
NameserverIP StringEmpty
Network MaskIP String255.255.255.0
Default GatewayIP StringEmpty
NTP ServerStringEmpty
Enable IP LeaseENABLED / DISABLEDDISABLED
Default Lease TimeInteger3600
Maximum Lease TimeInteger7200
Allowed IP RangeStringEmpty
BlackList Mac AddressStringEmpty

Description

Enable

This option allows users to enable/disable the current configuration.

Network Name

This option allows users to set the desired name for the network setting.

Local Link

This option allows users to set whether they wanted to use IPv4 or IPv6. by default IPv4 is selected.

Network Interface

This option allows users to set a network interface for DHCP configuration. Users can add an Interface on which DHCP service dynamically assigns an IP address and other network configuration parameters to each device on a network so they can communicate with other IP networks.

Subnet Network

This feature allows you to share the subnet mask for the subnetwork.

Nameserver Name Server refers to the server component of the Domain Name System (DNS), one of the two principal namespaces of the Internet. The most important function of DNS servers is the translation (resolution) of human-memorable domain names (example.com) and hostnames into the corresponding numeric Internet Protocol (IP) addresses (93.184.216.34), the second principal namespace of the Internet, which is used to identify and locate computer systems and resources on the Internet.

Network Mask

This option allows users to set the network mask which will be assigned to devices on the network.

Default Gateway

This option allows users to set the default gateway IP as it will be assigned to devices in the network.

NTP Server

The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks. Users are allowed to mention the NTP.

Enable IP Lease

A DHCP lease is a temporary assignment of an IP address to a device on the network. When using DHCP to manage a pool of IP addresses, each client served on the network is only “renting” its IP address. Thus, IP addresses managed by a DHCP server are only assigned for a limited period of time. Users are allowed to set the DHCP IP lease which will be assigned to the PC.

Default Lease Time

When DHCP sends configuration information to a client, the information is sent with a lease time. This is the length of time that the client can use the IP address it has been assigned. The duration of the lease time can be changed according to your specific requirement. Users are allowed to set the Default Lease Time for each IP that has been assigned to clients.

During the lease time, the DHCP server cannot assign that IP address to any other clients.

Maximum Lease Time

This option allows users to set the maximum lease time for the IP assigned to the host device.

**Allowed IP Range **

This option allows users to set the IP range which is allowed to the host device within the network.

BlackList Mac Address This option allows user to block access for IP alllocation. MAC addresses listed in the Blacklist are denied access, while all other clients are allowed access

Mac IP Binding

Mac-binding essentially means binding together the MAC and IP addresses, so that all requests from that IP address are served only by the computer having that particular MAC address. In effect, it means that if the IP address or the MAC address changes, the device can no longer access the Internet.

PARAMETERSACCEPTED VALUESDEFAULT
MAC AddressStringEmpty
IP AddressIP StringEmpty
DescriptionStringEmpty

Description

MAC Address

This option allows users to mention the MAC address which need to be bind with a IP address for MAC IP Binding.

IP Address

This option allows users to mention the IP address which need to be bind with MAC Address.

Description

This field allows users to mention a short description about the MAC IP binding or the reason for the binding.