dhcp server liuxLinux serverNETWORK ADMINISTRATIONS

installing DHCP service on kali linux [Arabic]

configuration steps.
—————————

apt-get update

apt-get install synaptic

synaptic

default-lease-time 600;
max-lease-time 7200;

option subnet-mask 255.255.255.0;
option broadcast-address 10.0.0.255;
option routers 10.0.0.1;
option domain-name-servers 8.8.8.8, 8.8.4.4;
option domain-name “test.local”;

subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.10 10.0.0.200;
}

/etc/init.d/isc-dhcp-server start

My facebook page
https://www.facebook.com/eng.adelshepl

source

by PrivSec Solutions

linux dhcp server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *