Difference between revisions of "How to install isc-dhcp"
Jump to navigation
Jump to search
(Created page with "=Prerequisites=") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Prerequisites= | =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 | ||
| + | |||
| + | =isc-dhcp configuration= | ||
| + | =Testting= | ||
| + | =Conclusion= | ||
| + | =References= | ||
| + | https://www.isc.org/dhcp-manual-pages/ | ||
Latest revision as of 00:16, 5 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