The Dynamic Host Configuration Protocol (DHCP) is a network protocol used to assign IP addresses and provide configuration information to devices such as servers, desktops, or mobile devices, so they can communicate on a network using the Internet Protocol (IP). #yum –y install dhcp* #vim /usr/share/doc/dhcp-4.1.1/dhcpd.conf.sample ->this is just a sample file of DHCP #vim…
Continue reading Configure DHCP Server in CentOS 6.3