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.
How to Use:
- Go to Stack > Instances > Instance > DHCP
- Configure your settings
- Click Save Changes
PARAMETERS | ACCEPTED VALUES | DEFAULT |
---|---|---|
Enable | ENABLED / DISABLED | DISABLED |
Network Name | String | Empty |
Local Link | IPv4 / IPv6 | IPv4 |
Network Interface | Drop-down | Empty |
Subnet Network | Drop-down | Empty |
Nameserver | IP String | Empty |
Network Mask | IP String | 255.255.255.0 |
Default Gateway | IP String | Empty |
NTP Server | String | Empty |
Enable IP Lease | ENABLED / DISABLED | DISABLED |
Default Lease Time | Integer | 3600 |
Maximum Lease Time | Integer | 7200 |
Allowed IP Range | String | Empty |
BlackList Mac Address | String | Empty |
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.
PARAMETERS | ACCEPTED VALUES | DEFAULT |
---|---|---|
MAC Address | String | Empty |
IP Address | IP String | Empty |
Description | String | Empty |
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.