How to configure DHCP server for ( 1 server + 500 Clients) in RHEL 4
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How to configure DHCP server for ( 1 server + 500 Clients) in RHEL 4
Hello All,
I am new to Linux, & just started learing the same.
I have made one dhcp server at my lab with 1 server & 5 clients. It is working perfectly.
But if I have to do the same in Corporate Environment i.e. 1 server & more than 254 clients, how to configure the /etc/dhcpd.conf file for the same. Say some company is having one server & 500 PCS.
One linux guy said I have to make one DHCP server per network. Means one dhcp for 192.168.0.1 - 192.168.0.254, one dhcp for 192.168.1.1 - 192.168.1.254....... & so on.
CAN ANYONE TELL ME IF I DO SO, FROM WHERE THE CLIENTS WILL GO TO FETCH THE IP ADDRESS.
assuming you have isc dhcp installed, then just read /etc/dhcpd.conf. what you are asking for is about *THE* most basic implementation possible, and will already exist within the config file if you actually look.
we are not here to recite documentation for you. install dhcpd and read it's documentation. if and when you have specific queries about it, please ask.
Yes a single DHCP server can serve addresses for multiple subnets and address ranges. so one DHCP server could hand out
192.168.1.1-254
192.168.2.1-254
10.10.1.1-254
With 500 Clients I would like to believe your Network is separated into multiple subnets by routers. You should review the documentation for the routers on how to use the DHCP relay feature of that device, or install a DHCP relay agent on a server or workstation on each subnet. (hint: for Cisco equipment the command is ip helper-address)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.