Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
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.
My question is that I have 16 linux computers that are connected to a linux server and they use DHCP to obtain their IPs. The problem is that now I want to use another server for this "cluster", and I want that the clients can also ask for their IPs to this new server, so I want to configure this DHCP service with several servers, but I dont know how.
you're replacing one dhcp server with another? just stop dhcp on the current one and copy the leases across and start the new one. am i missing something? clients don't ask dhcp servers for leases, they just broadcast and hope someone responds, they don't care who normally.
dhcp doesn't work well in an load balanced environment. whilst it's nice to have in theory, it goes bad very quickly... you could use a heartbeat across two boxes so a slave starts dhcpd if the master isn't available etc... also the load on a dhcp server is typically small, unless you're an isp or something...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.