-
Notifications
You must be signed in to change notification settings - Fork 12
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
Headscale support #117
base: master
Are you sure you want to change the base?
Headscale support #117
Conversation
07ba85d
to
1e312e2
Compare
Co-authored-by: Gerrit <[email protected]>
Looks good now. We will now wait for the metal-images PR to be merged, adapt the image URL and then we can merge. |
This should be mergeable now? @Gerrit91 |
Requires next release of metal-images and pinning or changing to latest stable image, also needs rebase. |
@GrigoriyMikhalkin Can this be updated to current release state? |
Co-authored-by: Gerrit <[email protected]>
Co-authored-by: Gerrit <[email protected]>
Co-authored-by: Gerrit <[email protected]>
Co-authored-by: Gerrit <[email protected]>
@Gerrit91 Ready to merge) |
Just tried it out once again but somehow I could not connect from my local machine, which should be possible, right? I am using the latest head of metalctl. This is the state:
|
@Gerrit91 Sorry, my last comment was very much wrong. I tested
|
Strange that my firewall received an IPv4 address. |
headscale_ip_prefixes is not specified and therefor both addressfamilies are supported |
headscale_tls: no | ||
headscale_db_storage_size: 200Mi | ||
headscale_private_key: c8e07b737d04715f1f5c1318334e888f65e6a704ea85d0cddaa31b2c5589ef7f | ||
headscale_noise_private_key: 580b8691e0e1f7cd74cf6154e890df015b3d7a0611a06efa5e2fd543ab13be4b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
headscale_noise_private_key: 580b8691e0e1f7cd74cf6154e890df015b3d7a0611a06efa5e2fd543ab13be4b | |
headscale_noise_private_key: 580b8691e0e1f7cd74cf6154e890df015b3d7a0611a06efa5e2fd543ab13be4b | |
# a private ipv6 prefix can be generated according RFC 4193 | |
headscale_ip_prefixes: | |
- fd43:9c0b:d229::/48 |
I specified the prefixes now and also added them to the suggestion. Then, the firewall will get only an IPv6 address. However, connecting through metalctl still does not work for me. @majst01 Maybe you can try it out as well and tell me if it works for you such that we can narrow down if this problem only exists for me or not? |
@majst01 Ping? |
No description provided.