How to update to the latest Tailscale version?
-
@johnpoz There appear to be updated packages available here:
https://freebsd.pkgs.org/12/freebsd-aarch64/tailscale-1.32.2.pkg.html
https://freebsd.pkgs.org/12/freebsd-amd64/tailscale-1.32.2.pkg.htmlIs there anything else holding this up?
-
@wavesound said in How to update to the latest Tailscale version?:
Is there anything else holding this up?
You would have to ask the developers - working on the new versions of pfsense would be my guess. Some pretty big changes coming with the move to new version of freebsd, etc.
It might be possible that the snapshots for 2.7 or 23.01 have updated their package for tailscale??
But looks like @mhache posted a method on getting 1.32.2 via a work around.
-
EXCELLENT! @mhache that worked perfectly!
updated my amd64 install to v1.34.1...
-- check the latest version available on the repository for FreeBSD 12 for your architecture (e.g. amd64) and change the .pkg file name in the "pkg add ...:" command
so... "pkg add ..... /All/tailscale-1.34.1.pkg" worked for meALSO, I was able to use the "Command Prompt" option under the Diagnostics menu instead of using SSH. (while logged in as "admin"). (that's instead of steps 2 & 3 in mhache's instructions
-
Awesome. Thanks @mhache Works on 1.34.2 as well.
https://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/All/tailscale-1.34.2.pkg -
Tailscale binary has been updated in our ports tree. No need to side-load the binary package :)
-
Thank you!
Any chance we'll get 1.36.0 also released today? They made some significant improvements to Wireguard throughput:
https://tailscale.com/blog/throughput-improvements/
https://github.com/tailscale/tailscale/wiki/1.36.0 -
@wavesound Not necessary for the old pfSense versions on FreeBSD12 as those would have to be backported or provided from upstream. Latest upstream is IMHO 1.34.2 as posted above. No .35 or .36 there (yet?). So you have to wait until it drops into the official ports/packages. Besides that, their blog mentions that those changes were to wireguard-go and the linux implementation. So BSD variant will most likely take a bit time.
-
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269149
I submitted a patch upstream fro 1.36.0 It is now available on pfSense 2.7 snapshots, will backport to current stable for CE and Plus today.
-
@cmcdonald That's only for CE-dev, right? Can't see that on plus-beta currently, but I'm also not seeing pfBlocker's 3.2.0 on there either, so assuming the packages for plus are a bit delayed currently?
Cheers for the quick upgrade!
\jens -
@jegr Plus BETA is frozen until we release RC soon()
2.6.0 and 22.05 now have the latest tailscale binary as above.
-
@cmcdonald
This is awesome! -
@cmcdonald Just a quick heads up. The package update process always seems to fail on my Netgate 3100. I have to re-install the package after the update to get Tailscale working.
-
@wavesound I just update mine to 1.36 on an SG-4860 and everything went fine! I'm glad we're finally catching up of the official releases :)
-
I'm still showing 1.32.2
pfSense-pkg-Tailscale 0.1.1_1 pfSense package Tailscale
tailscale 1.32.2 Mesh VPN that makes it easy to connect your devicesI updated to the latest version, and even tried removing and reinstalling the package. Shouldn't it be at 1.36?
I'm on 22.05 of pfsense on a 6100
-
@tariqali I think yesterday it was still showing 1.32.2 for me as well but today 1.36
Double-checked on the Tailscale site and my device is showing 1.36 there as well.
I simply updated through package manager, not the side loading technique listed further up. -
@mcding My suspicion is that it is related to the architecture of the system. My SG-3100 appliance is on ARM while yours is on Intel amd64.
-
Not surprisingly I had to manually delete the version I've installed the same way. PFSenses WebUI said 1.36.0 , but tailscales said 1.34.2.
I've deleted the package from package manager, and the manually.
pkg delete tailscale-1.34.2
Then I could install it, and I got 1.36.0. Configurations remained.
-
@lbm_ that worked for me too, thanks for the tip!
-
Hi all,
Now that we have been running 23.01 on FreeBSD 14 for a while, I was wondering if there's any chance the Tailscale package might get updated more frequently. The packager manager version is still on 1.36 (~7 versions behind). While there is the workaround posted further up, I wouldn't mind staying the package manager path for convenience purposes. Or is the workaround now the 'official' way to get the latest version?
@cmcdonald seems to post commits to the latest version on https://github.com/pfsense/FreeBSD-ports/commits/devel/security/tailscale but I am just not sure what pace of updates we can expect on the package version going forward.
Does anyone have more insights on this? :)
-
Yes, it would be great if the package is being updated more frequently. The latest versions do have some great improvements.