Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHCP pools on multi server environments #8

Open
mattpascoe opened this issue Dec 16, 2015 · 0 comments
Open

DHCP pools on multi server environments #8

mattpascoe opened this issue Dec 16, 2015 · 0 comments

Comments

@mattpascoe
Copy link
Member

Currently if you have multiple servers that service a subnet with a pool you would set them up in a failover configuration. This works as expected.

Recently I had the need to service the same subnet from two non failover servers. The scenario was site1 and site2 can back each other up but only in a true disaster situation. The dhcp helpers on the routers would typically only be pointed at site1.. but if an outage of the site1 dhcp server happened I would adjust the helpers to site2. Yes i could set up failover but that is not the normal state I want the systems to run in.

What happened was that all the configurations on site2 were showing fine but the pools on each subnet would not be built. this is due to the way the build query is written so that it only finds the first server to build the pool against. If that is not the current server then it just skips over that pool definition.

need to adjust the code to be aware of the server network and pool relationship.

dont break failover configs however!

what other implications of doing the non failover/same pool design is there? Yes I know I could get allocations of dynamic IPs that are different between servers but for me they are temporary anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant