answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Install DHCP server in windows server 2003?

How to install the DHCP in win 8 server


Can a DHCP be standalone or member server?

DHCP Server can be a standalone server


Is Redhat Linux suitable for a network server?

Yes. Redhat Linux is suitable for all kind of server needs.


Is it possible to install DNS active directory and DHCP on one server?

yes it is and recommended also


What will happen if you install a DHCP server on a network without Active Directory?

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.


In a domain installations of DHCP require the authorization of the dhcp server before IP addresses can be allocated True or False?

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.


What port is DHCP used?

(DHCP) Dynamic host Configuration Protocol. The Default Port Number is: for DHCP client : 546 for DHCP server : 547


A system is currently having Public ip address How can you assign it to private ip address?

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.


What step can you take when you install a dchp server to ensure that ip addresses are only assigned by a dhcp server managed by a server administrator in your company?

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.


Does the dhcp server have to be activated to issue leases to dhcp clients?

dhcp has to be authorized


What is the Linux command to consult a DHCP server?

dhcp-client


What is the path and file name of the DHCP server configuration file?

DHCP server configuration in /etc/dhcp/dhcpd.conf(FEDORA)or /etc/dhcpd.conf (RHEL).