Turn any Linux host into a DHCP server

Описание к видео Turn any Linux host into a DHCP server

Hello Youtube
Today, i will be showing how you can turn a Linux host into a DHCP server for your local network!
Just follow along with the video and you will be good to go!
=======Commnds=======
sudo apt-get install isc-dhcp-server
sudo nano /etc/default/isc-dhcp-server
sudo nano /etc/dhcp/dhcpd.conf
sudo ufw allow 67/udp
sudo ufw reload
ifconfig
sudo ifconfig enp2s0 192.168.20.1/24
sudo systemctl start isc-dhcp-server
sudo systemctl status isc-dhcp-server
cat /var/lib/dhcp/dhcpd.leases

=====command to stop the server=======
sudo systemctl stop isc-dhcp-server

Background Music:
Source: Free youtube audio library
Name: flight to tunisia

LIKE | SHARE | SUBSRIBE

Комментарии

Информация по комментариям в разработке