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

Set hostname per MAC address #10

Open
emmaly opened this issue Sep 18, 2015 · 2 comments
Open

Set hostname per MAC address #10

emmaly opened this issue Sep 18, 2015 · 2 comments

Comments

@emmaly
Copy link
Member

emmaly commented Sep 18, 2015

Enable the ability to declare a static hostname attached to a MAC address. This way we don't have to do a static IP assignment simply because we want a static hostname assignment. It allows us to disregard the client-provided hostname when doing DNS registrations, or could allow us to regard both our statically assigned hostname along with the client-provided one.


Note: This issue was migrated from https://bitbucket.org/dustywilson/netcore/issues/10 originally created on 2015-07-23 by Dusty Wilson. It was not evaluated in any way for freshness and validity.

@emmaly
Copy link
Member Author

emmaly commented Sep 18, 2015

So far all values are FQDN. Is there a reasonable way to allow this value to be non-FQDN (appending the DHCP domain) while also allowing FQDN (not appending, no matter where they're at)? Usually folks would put a dot at the end to indicate FQDN. We haven't been doing that. Maybe we assume no dots at all means non-FQDN and any dots at all means FQDN? That seems inconsistent with other systems. But for the moment, I'm going to go that route. When we make a decision here, we should adjust.


Note: This comment was migrated from https://bitbucket.org/dustywilson/netcore/issues/10 originally created on 2015-07-28 by Dusty Wilson. It was not evaluated in any way for freshness and validity.

@emmaly
Copy link
Member Author

emmaly commented Sep 18, 2015

Is it possible that we're already covered by dhcp.go:317?


Note: This comment was migrated from https://bitbucket.org/dustywilson/netcore/issues/10 originally created on 2015-07-28 by Dusty Wilson. It was not evaluated in any way for freshness and validity. A link was adjusted to match the intended commit, file, and line number.

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