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

Can mobile clients use the WireGuard app? #296

Closed
kennyparsons opened this issue Jan 29, 2022 · 2 comments
Closed

Can mobile clients use the WireGuard app? #296

kennyparsons opened this issue Jan 29, 2022 · 2 comments
Labels
tailscale-releated wontfix This will not be worked on

Comments

@kennyparsons
Copy link

I really love Tailscale, except that the control server is not open source and that the iOS app is a huge battery drain. It does not implement on demand capabilities.

Is it possible for a solution like this to generate the proper WireGuard config file to use with the WireGuard native iOS app?

So I have a finite amount of clients, say 10. I only have 2-3 that are truly mobile. Is a control server "check in" required to make it work? I'm unfamiliar with exactly how the mesh overlay is created and continuously updated for all other clients. I'm assuming a static WireGuard config would not be able to know if/when another client changes networks (dynamic ip, roaming, etc.)

As a consolation, I wonder if a static WireGuard config file could be downloaded, but options added to just connect to one "relay" server all the time and get its "mesh connectivity" from the relay, since it won't have constant updates from the control plane.

@kennyparsons kennyparsons added the bug Something isn't working label Jan 29, 2022
@kennyparsons
Copy link
Author

Sorry for the bug label. I meant this only as a question of capabilities.

@madjam002
Copy link
Contributor

Relay servers in Tailscale are implemented as DERP servers which are over TCP, plus there is a question of network policies, NAT traversal/magicsock, MagicDNS, the list grows longer with every Tailscale feature release.

So it's unlikely this is possible but I might be wrong.

If you've only got 10 clients I'd recommend just sticking with vanilla Wireguard to be honest as once you strip out all of the above that's basically what you're left with in terms of feature set.

@kradalby kradalby added tailscale-releated wontfix This will not be worked on and removed bug Something isn't working labels Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tailscale-releated wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants