群晖虚拟机OpenWRT配置Taiscale

  1. Extract the contents of root to your filesystem root:

    tar x -zvC / -f openwrt-tailscale-enabler-<tag>.tgz

  2. Install the prerequisites for wget and tailscale:

    opkg update
    opkg install libustream-openssl ca-bundle kmod-tun

  3. Run tailscale for the first time:

    /etc/init.d/tailscale start
    tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24

后面会下载对应系统的Tailscale,然后分配网站,然后复制打开对应网站,绑定tailscale账号,显示sussess即可。

最后,也是最重要的一步(否则OpenWRT重启后,Tailscale无法正常启动):

最后保存并应用,大功造成~

遇到的问题:

OpenWRT配置Taiscale后,开机启动后Taiscale无法正常启动。

原因:下载的Taiscale版本不对。

root@OpenWrt:~# tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24
--2023-08-01 00:48:47--  https://pkgs.tailscale.com/stable/
Resolving pkgs.tailscale.com... 199.38.181.239
Connecting to pkgs.tailscale.com|199.38.181.239|:443... connected.

HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
2023-08-01 00:48:48 (181 KB/s) - written to stdout [34256]
Downloading Tailscale 1.46.1_amd64 ..
--2023-08-01 00:48:48--  https://pkgs.tailscale.com/stable/tailscale_1.46.1_amd64.tgz
Resolving pkgs.tailscale.com... 199.38.181.239
Connecting to pkgs.tailscale.com|199.38.181.239|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25268523 (24M) [application/x-compressed-tar]
Saving to: 'STDOUT'
-                                           0%[                                                                                    ]       0  --.-KB/s               tailscale_1.46.1_amd64/tailscaled
-                                          56%[==============================================>                                     ]  13.57M  6.13MB/s               tailscale_1.46.1_amd64/tailscale
-                                         100%[===================================================================================>]  24.10M  8.02MB/s    in 3.0s    
2023-08-01 00:48:52 (8.02 MB/s) - written to stdout [25268523/25268523]
Done!

在启动tailscale时,检测到新的版本,并且是amd64的版本,很大可能是版本跟自己本地下载的不匹配,新下载的版本放在/tmp目录下。

这时候需要把新下载的tailscaled 替换掉本地的/usr/bin/tailscaled

cp /tmp/tailscaled /usr/bin/tailscaled 
reboot

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

相关推荐
杨浦老苏20 小时前
Docker可视化管理面板DPanel的安装
运维·docker·群晖
陈晨辰熟稳重4 天前
20241102-Windows 10上安装虚拟机VMware10.0.2、Hadoop3.3.6与jdk1.8.0
大数据·hadoop·windows·jdk·vmware·虚拟机·文件配置
未来之窗软件服务5 天前
云计算虚拟机批量管理软件——未来之窗行业应用跨平台架构
云计算·虚拟机·批量管理
杨浦老苏5 天前
开源趣味艺术画板Paint Board
docker·群晖·图片·白板
激流丶7 天前
【JVM 深入了解】JVM 到底包含什么?
java·jvm·虚拟机
sysin.org8 天前
macOS Sonoma 14.7.1 (23H222) Boot ISO 原版可引导镜像下载
macos·虚拟机·iso·vm·sonoma
Bold!9 天前
Ubuntu20.04安装VM tools并实现主机和虚拟机之间文件夹共享
ubuntu·虚拟机
DCTANT9 天前
【问题记录】解决VMware虚拟机中鼠标侧键无法使用的问题
vmware·虚拟机·鼠标侧键
Ujimatsu12 天前
AMD锐龙8845HS+780M核显 虚拟机安装macOS 15 Sequoia 15.0.1 (2024.10)
macos·vmware·虚拟机
Ujimatsu13 天前
AMD平台,5600X+6650XT,虚拟机安装macOS 15 Sequoia 15.0.1 (2024.10)
macos·vmware·虚拟机