Difference between revisions of "How to install isc-dhcp"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
All 3 nodes in this tutorial have Debian9, but this will work as well on Ubuntu. So make sure first all your nodes have Ubuntu or Debian installed and have all updates. | All 3 nodes in this tutorial have Debian9, but this will work as well on Ubuntu. So make sure first all your nodes have Ubuntu or Debian installed and have all updates. | ||
=isc-dhcp installation= | =isc-dhcp installation= | ||
+ | The installation is very simple just one command | ||
+ | sudo apt-get install isc-dhcp-server | ||
+ | |||
=isc-dhcp configuration= | =isc-dhcp configuration= | ||
=Testting= | =Testting= |
Latest revision as of 23:16, 4 April 2019
Prerequisites
isc-dhcp is an open source software for implementing DHCP servers, relay agents, and clients.
To complete this tutorial, we will need:
- 1 node for the isc-server server
- 1 or 2 nodes for testing
All 3 nodes in this tutorial have Debian9, but this will work as well on Ubuntu. So make sure first all your nodes have Ubuntu or Debian installed and have all updates.
isc-dhcp installation
The installation is very simple just one command
sudo apt-get install isc-dhcp-server