Manage and monitor ISC DHCP servers
Use ISC DHCP management and monitoring support to create, edit, or remove DHCP subnets directly and update servers automatically through the SolarWinds Web Console. You can also manage ISC DHCP subnet options, ranges, pools, and monitor ISC shared subnet utilization. Monitor server status and availability and IP address static assignments within groups.
Nested configurations are not supported.
The following settings and specifications are required for IPAM to access your ISC servers.
Base version for ISC |
isc-dhcp-4.2.4-P1 |
Operating system |
POSIX compliant Linux distributions |
User access |
|
CLI commands |
|
Configuration file |
IPAM seeks the configuration file in one of the following paths:
|
Lease file |
|
Script file |
|
Configure an ISC DHCP server
On a new installation of ISC DHCP from a terminal prompt:
- Enter the following command to install the DHCP server program, DHCPD:
sudo apt-get install isc-dhcp-server
- To change the default configuration, edit the file:
/etc/dhcp3/dhcpd.conf
- To specify the interfaces DHCPD listens to, edit:
/etc/default/isc-dhcp-server
.By default, DHCPD listens to
eth0
. - Assign a static IP to the interface that you use for DHCP.
Verify that the ISC service is running so IPAM can communicate with your ISC DHCP server. After you edit the configuration file, restart the service.
To begin managing your ISC servers, they must first be added to IPAM. See Add DHCP servers to IPAM for more information.