Sometimes we might need to set up a DHCP server for our testing. Here is how to set up a simple DHCP server in ubuntu. Step 01Update the package repository. Step 02Install isc-dhcp-server package. Step 03Check which interface you want the DHCP server to listen on.In my example the interface is “enp0s25”. Step 04Edit the… Continue reading How to setup DHCP server on Ubuntu