-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature Request: Random IP Address Assignment #968
Labels
Comments
Anything I can do to help move this along? |
This issue is stale because it has been open for 180 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
This would have been a great addition to headscale. Is there a way to keep this issue open until actually resolved? |
kradalby
added a commit
to kradalby/headscale
that referenced
this issue
Apr 15, 2024
Fixes juanfont#968 Updates juanfont#1828 Signed-off-by: Kristoffer Dalby <[email protected]>
kradalby
added a commit
to kradalby/headscale
that referenced
this issue
Apr 15, 2024
Fixes juanfont#968 Updates juanfont#1828 Signed-off-by: Kristoffer Dalby <[email protected]>
kradalby
added a commit
to kradalby/headscale
that referenced
this issue
Apr 15, 2024
Fixes juanfont#968 Updates juanfont#1828 Signed-off-by: Kristoffer Dalby <[email protected]>
kradalby
added a commit
to kradalby/headscale
that referenced
this issue
Apr 15, 2024
Fixes juanfont#968 Updates juanfont#1828 Signed-off-by: Kristoffer Dalby <[email protected]>
kradalby
added a commit
to kradalby/headscale
that referenced
this issue
Apr 16, 2024
Fixes juanfont#968 Updates juanfont#1828 Signed-off-by: Kristoffer Dalby <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Headscale assigns IP addresses from the configured range in a sequential order. Requesting an option to assign IPs randomly from the range.
Rationale: From a security perspective, random IP assignment typically makes it harder for a potentially compromised device to sequentially scan the network range or guess the other machines' IP addresses. For example, an IPv6 /48 subnet makes it nearly impossible to conduct a network scan. Several DHCP servers also assign IP addresses randomly for various reasons as well.
The text was updated successfully, but these errors were encountered: