Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Allow DNS nameservers to be picked up from DHCP before using Google's. #451

Closed
deniseschannon opened this issue Jul 23, 2015 · 2 comments
Closed

Comments

@deniseschannon
Copy link

Currently, Google's DNS nameservers are hardcoded.

If someone uses DHCP, the nameservers are not picked up.

We should select DNS nameservers in this order

  1. Nameservers from Cloud Config
  2. Nameservers set in Rancher.yml (if you used ros config set)
  3. DHCP nameservers (NEW ADDITION)
  4. Use the Google DNS nameservers that are currently hardcoded
@erichorne
Copy link

Upvote this.. It would be really great if the OS picked up the DHCP settings for DNS instead of having to hardcode them in yet-another-place.

@deniseschannon
Copy link
Author

Verified fixed in v0.4.2 by @ibuildthecloud

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

No branches or pull requests

4 participants