Tuesday, 7 April 2015

Install DHCP SErver di Debian

Posted By: Rufaidah-network - 02:30

Share

& Comment

root@rufaidah:~# aptitude -y install dhcp3-server

root@rufaidah:~# vi /etc/dhcp/dhcpd.conf

# line 13: specify domain name
option domain-name "server.world";
# line 14: specify nameserver's hostname or IP address
option domain-name-servers rufaidah.server.world;
# line 21: uncomment
authoritative;
# add at the last
# specify network address and subnet-mask
subnet 10.20.1.0.0 netmask 255.255.255.0 {
# specify default gateway
option routers 10.20.1.0.1;
# specify subnet-mask
option subnet-mask 255.255.255.0;
# specify the range of leased IP address
range dynamic-bootp 10.20.1.0.200 10.20.1.254;
}
root@rufaidah:~# /etc/init.d/isc-dhcp-server restart
[ ok ] Stopping ISC DHCP server: dhcpd.
[ ok ] Starting ISC DHCP server: dhcpd.

About Rufaidah-network

Techism is an online Publication that complies Bizarre, Odd, Strange, Out of box facts about the stuff going around in the world which you may find hard to believe and understand. The Main Purpose of this site is to bring reality with a taste of entertainment

0 komentar:

Post a Comment

Copyright © Pembelajaran IT ™ is a registered trademark.

Designed by Templateism. Hosted on Blogger Platform.