-
Notifications
You must be signed in to change notification settings - Fork 37
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: add ability to configure relay hosts [Android] #146
Comments
Hi @benhubert - If your mobile devices only connect to non-mobile devices, adding the relay to your non-mobile device config should allow your mobile devices to take advantage of relays. (Per the iOS ticket you linked: #69 (comment)) Do you have a specific need for mobile-to-mobile connectivity? If so, it'd be great if you could share your use case. |
One of my clients is connected via lte router. I can't access it from my android tablet. Either add the options to the android gui or even better allow import/export of the config . |
Hi @Spydron3 - are you able to specify the relay on your client connected to the LTE router? Only one side needs to the list the relay IP in their config as long as mobile_nebula/nebula/config.go Line 42 in 2353eaf
|
Hi, first better description of my setup: Site A: Lighthouse, PC A, Tablet A public IP all are linux with use_relays: true and the IP of the relay is in the config so PC A -> PC B works Tablet A -> PC B works only difference the Tablet A is Android and has no relay IP. |
At the moment it is not possible to configure relay hosts on Android (Version 0.3.1), such as:
But especially LTE devices are very often connected behind NAT, therefore I think this is a very important feature.
Feature request: Please add the ability to enter the relays on Android.
Related issues:
The text was updated successfully, but these errors were encountered: