FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
+3 votes
3,435 views 17 comments
by anonymous
Hi

Would it be possible to add Tailscale to the OS - just like ZeroTier

https://github.com/adyanth/openwrt-tailscale-enabler/

https://tailscale.com/

Thanks

Felix
by anonymous
As it seems that installing Tailscale on the RUTX11 is possible could someone please help me get it working by giving a line by line install guide please.
by anonymous

Hello,

Here are the commands to install Tailscale on Teltonika routers:

  • opkg update
  • opkg install tailscale
  • /etc/init.d/tailscale enable
  • /etc/init.d/tailscale start
  • tailscale up

Best regards,

Žygimantas

by anonymous

Žygimantas, thank you very much that worked, added the Tailscale config zone in the firewall file (thanks also to Martynas for that) , issued a fw3 reload command as firewall reload gave a permission denied and then a reboot just in case (I am not a linux person!!!).

Personally I think Teltonika should add Tailscale as it is so simple to use and more user friendly than ZeroTier.

Thank you Žygimantas and Martynas 

by anonymous
Can I please add my vote to have Tailscale implemented natively on Teltonika's Web UI? It is just so important to me and such an awesome feature.
by anonymous
Hello,

Tailscale implementation, configurable over web interface is in development.

However, this is unlikely in the near future, as currently, it is currently scheduled to be included in firmware version 7.6.

Best regards,

4 Answers

0 votes
by anonymous
FYI.

I got it running on my RUTX only problem I have is local firewall rules blocking acces to the router it self - I can reach network devices on the same subnet
Best answer
by anonymous

Hi, Flexyz,

Create tailscale zone(example below) in /etc/config/firewall file and run /etc/init.d/firewall reload command, this should resolve accessibility issues.

config zone
    option device 'tailscale+'
    option name 'tailscale'
    option src 'wan'
    option input 'ACCEPT'
    option forward 'REJECT'
    option output 'ACCEPT'
 

by anonymous
Fantastic it works :)

Felix
by anonymous

could'nt get it to work on RUT240 :(

opkg_install_cmd: Cannot install package ca-bundle.

--

Downloading Tailscale _mips ..
wget: not an http or ftp url: https://pkgs.tailscale.com/stable/tailscale__mips.tgz
tar: invalid magic
tar: short read

0 votes
by anonymous
Hello,

Could you comment more details about possible use cases that you would like to implement using Tailscale? The more details you provide, the better it would be. I will try to suggest this to our developers and if they will find it as a useful feature with the potential it may be added.

Regards.
by anonymous
Tailscale is a VPN mesh network just like ZeroTier, so that is the use case :) - so we can remote into the ROuter and maybe Relay access to network on the LAN subnet.

And ZeroTier is added :)

Thanks

Felix
by anonymous
Could you tell any advantages in Tailscale and why ZeroTier is not sufficient?
by anonymous
We are using Tailscale and not ZeroTier. So all the access control and configuration is based on the Tailscale "way"

ZeroTier can maybe do the same, it will just not work in our Enterprise setup. We are looking at using Teltonika in all out offices around the works - currently 25+

Thanks

Felix
by anonymous
Thank you for your input, I have relayed all the information to our development team.
by anonymous

One additional suggestion came up while thinking about Tailscale. Have you tried our RMS VPN feature? There is an example of a simple use case: https://www.youtube.com/watch?v=dfAudZR2wPY&t=127s

Regards.

by anonymous
Thanks will check it out, but the idea is that we need to use the ACL we have defined globally and so we can reach all remote sites

Felix
by anonymous
Please inform me after you review RMS capabilities, also you could add how Tailscale helps you to utilize ACL.
by anonymous
We are using Tailscale globally, so all Access Control Lists are definded on the backend, so we can grant specific users only access to all our remote Teltonika routers around the globe. If we use something else it would requiere additional management and integration with various systems

Felix
0 votes
by anonymous
This is awesome and thank you very much :)

Felix
by anonymous
CAn I ask if Tailscale restarts on boot or if input is needed for that?
0 votes
by anonymous
Hi there,

I've found the openwrt packages are quite old (v1.24).  I've written a method where you can install the latest tailscale client on Teltonika routers:

https://github.com/jamesmdaley/teltonika-tailscale/blob/main/readme.md

Cheers

James