如何在 Fedora CoreOS 上安装 tailscale
要在 Fedora CoreOS 上安装 tailscale(本文已在 Fedora CoreOS 35 上测试),你可以使用以下命令序列:
install_tailscale_fcos.sh
sudo curl -o /etc/yum.repos.d/tailscale.repo https://pkgs.tailscale.com/stable/fedora/tailscale.repo
sudo rpm-ostree install tailscale现在使用以下命令重启
systemctl_reboot.sh
sudo systemctl reboot重启后,你可以使用以下命令启用服务
enable_tailscaled.sh
sudo systemctl enable --now tailscaled然后像往常一样配置 tailscale:
tailscale_up.sh
sudo tailscale up --login-server .... --authkey ...另请参阅我们关于如何在 Linux 上将 tailscale 连接到 headscale 服务器的文章
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow