-
Notifications
You must be signed in to change notification settings - Fork 18
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
Teleport #63
Comments
Hi @churnd, There shouldn't be any concerns using this project with the latest version that has Teleport. Because of Teleport, the Unifi OS already comes with the wireguard module pre-installed. But it does not come with the wg-quick script (it only comes with wg binary and the kernel module). This project adds 2 things:
Clarifying point 2, Ubiquiti ships an older version of the wireguard module. By default, this script will load the built-in module that Ubiquiti ships. If you change the option |
I just set it up as usual. I'd been using this project before UnifiOS UDM 1.12, so I did have it working before. I'm getting errors when I try to use Teleport now. This is what shows up in the log:
|
Thanks for the report, @churnd. I was able to recreate your problem by using the external module. The problem does not occur with the built-in module, so why don't you use that for now? Just make sure LOAD_BUILTIN is set to 1 in your As for the external module, I am still investigating and I don't really understand why it's not working well yet (I have a few ideas). Teleport is complaining it can't bring the interface up because there was a kernel error in the IPv6 stack, but I was successfully able to bring the teleport interface up manually and add the correct IP/routes to enable Teleport to work properly with the external module. So quite confusing. Let me do some more debugging to see what's happening. But as I said, just use the built-in module for now. |
Thanks, reverting to the built-in module fixed it for me as well. Since you said it's IPv6 related, do we need to have IPv6 enabled on the Unifi device (UDM in my case)? IPv6 is not enabled on mine for neither my WAN interface nor local network. |
With Unifi releasing Teleport, which is basically Wireguard underneath, are there any concerns of conflict with using this project alongside Unifi's own wireguard implementation? Does this one overwrite the wireguard version that now ships by default on UnifiOS? If this version is set up, will Teleport continue to work?
The text was updated successfully, but these errors were encountered: