-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
subnet routes is not work on my devices #17
Comments
maybe because tailscale is in mode userspace-networking with proxy, any network traffict from device to other device must going to local socks5 proxy on port 1099 you may check latest pre-release at https://github.com/anasfanani/Magisk-Tailscaled/releases and try add ip to the iptables. anyway I'm not yet use the subnetroutes feature, for now I cant help so much because I dont have enough knowledge for subnetroutes. |
After updating to the pre-release version, the subroutes still don't work, and when accessing the Subroutes IP in a browser, this will prompt |
Bellow is just for notes in case other people asking the exit node. Exit NodesI trying use Android as exit node based on this documentation: I see the problem at file Current available solution for dns error while using android as exit node is:
Then reboot the device. In second machine I'm using Ubuntu in AWS for test exit node
After enter the command, my connection to the Ubuntu machine is disconnect, I dont know why, but I check in the tailscale dashboard my device still connected to the machine, so I reconnect it with Connection success. Try to check which network is used for internet connection with But when try curl to 192.168.1.1 (Wi-Fi router connected in my Android network), the connection is timed out. I assume the exit node is partially working ( or my configuration is wrong ). Subnet RoutesBased on this documentation https://tailscale.com/kb/1019/subnets I'm using OpenWRT for testing, first I need Enable IP forwarding, then advertise routes in the OpenWRT machine.
After that Enable subnet routes from the admin console Now go to my Ubuntu machine to test the subnet routes is working or not.
Then test the connection
My subnet routes is perfectly working. Now switch to the Android phone with Magisk-Tailscaled module installed the pre-release version and execute this as root.
Because my latest pre-release version add the socks5 tunnel with interface named as tailscale0, now I test the connection to my OpenWRT router using curl on specific interface, my android is connected to 4G LTE network.
or I can use socks5 directly
Connection success. For subnet routes solution for now is add your own iptables route in
|
Thanks, I didn't let traffic through the socks tunnel earlier.🤓 |
Thankyou brother for open issue, let me close this issue because already fixed, however you may check latest version. https://github.com/anasfanani/Magisk-Tailscaled/releases/tag/v1.66.0.1 But all your modifed files in tailscaled.tun.up tailscaled.tun.down is replaced when you flash this. |
as title, ts subnetroutes is not work on my devices
When I use Tailscale Andorid, I can access it fine.
Here's what I tried on the console:
https://pastebin.ubuntu.com/p/vTQ2Nc6h7h/
Let me know if you need more information
The text was updated successfully, but these errors were encountered: