dhcp can be installed by following steps..
1. check communication settings
2. install packages ( insert OS disk and then run the command
#rpm -ivh --force --nodeps /media/RH(press tab)/Packages/dhcp* )
3.then open #vim /etc/dhcp/dhcpd.conf
(a blank file will be shown: exit by typing :q! )
then run the command
#cp /usr/share/doc/dhcp( press tab)/dhcpd.conf.sample <space> /etc/dhcp/dhcp.conf
type yes to overwrite.
4. make needed changes in the config file
5.restart the service
#service dhcpd restart
How to install the DHCP in win 8 server
DHCP Server can be a standalone server
Yes. Redhat Linux is suitable for all kind of server needs.
yes it is and recommended also
Without Active Directory the DHCP server cannot be authorized, and could therefore be considered a "rogue". What A.D do for a DHCP Server that it authorised to DHCP server to give an Ip add. to clients and authorised for update the DNS PTR records. and when we won't authorised DHCP with Active Directory it won't be update the the PTR records and won't be update the IP add. in DNS records.
yes DHCP require the authorization of the dhcp server before IP addresses can be allocated because until we authorize DHCP server the network does not know who is the dhcp server for the subnet. The DHCP server broadcasts the information to all.
(DHCP) Dynamic host Configuration Protocol. The Default Port Number is: for DHCP client : 546 for DHCP server : 547
You have to install a router with a DHCP server option on. In that way the public address will be assign to the router and your PC will get a private ip address from the DHCP server.
After setting up one or more scope sof contiguous address ranges and activating each scope to configure your DHCP server, you must then authorize your server as a security precausion.
dhcp has to be authorized
dhcp-client
DHCP server configuration in /etc/dhcp/dhcpd.conf(FEDORA)or /etc/dhcpd.conf (RHEL).