Comments on Install and Configure ISC DHCP Server in Debian 9
In this tutorial, we’ll learn how to install and configure DHCP server in Debian 9. DHCP or Dynamic Host Configuration Protocol is a protocol used in networks through which a system can automatically obtain the network settings at boot time.
3 Comment(s)
Add comment
Comments
By: Chingiz
Thank a lot from Kyrgyzstan!!!
By: Emil
Hi, this guide is no longer up-to-date.
option domain-name "example.com";
This is no longer valid, the new syntax is:
option domain-search "example.com";
By: Christian
Any guide for IPv6 version of ISC dhcp server?