Wednesday, July 25, 2007

DHCP Installation & Setup

DHCP sa LINUX? napakadali.
Eto yung step by step na pwede mong gawing guide.

# yum install dhcp
#vi /etc/dhcpd.conf

ddns-update-style none;
deny bootp;
authoritative;
subnet 192.168.69.0 netmask 255.255.255.0
{
option subnet-mask 255.255.255.0;
option domain-name "8layertech.com.com";
option routers 192.168.69.254;
option domain-name-servers
192.168.69.254;
option netbios-name-servers
192.168.69.254;
range dynamic-bootp
192.168.69.100 192.168.69.200;
default-lease-time 31200;
max-lease-time 62400;
}

# /etc/init.d/dhcp start
# chkconfig dhcpd on

Sana wag ng bibili pa ng "WINDOW$ $ERVER" tapos DHCP LANG PALA PAPAGANAHIN.
tsk tsk tsk!

No comments: