HOW TO CONFIGURE DHCP (DOMAIN HOST CONFIGURATION PROTOCOL)
PACKAGE REQUIRED FOR DHCP IS ((DHCPD v.3))
----------------------------- ((DHCP-devel))
firstly install this pacakges
then go on this directory..
#cp /usr/share/doc/dhcp3/dhcpd.conf.sample <--->copy this file in this >>/etc/dhcpd.conf.
NEXT EDITING IN THIS FILE (( /etc/dhcpd.conf))
#vi /etc/dhcpd.conf
ON SUBNET ->> 192.168.0.0 change to 192.168.1.0
OPTION ROUTER ->> 192.168.1.0 to 192.168.1.1
OPTIN SERVER DNS ->>192.168.1.100
OPTION DNS NAME ->> example.com
last define range and save this file and exit
-----------------------------------------------
THEN RESTART dhcpd SERVICE
#service dhcpd restart
DHCP FUNCTIONALITY]
DHCP FUNCTIONALITY
1.)) DHCP REQUEST
2.)) DHCP DISCOVER
3.)) DHCP ACKNOWLEDGMENT
4.)) DHCP OFFER IP ADDRESS
5.)) DHCP ACCEPT OFFER AND START
 
No comments:
Post a Comment