Skip to content

Relay nodes started with tailscale 1.24 do not connect #4541

@suharshs

Description

@suharshs

What is the issue?

When we try to connect a relay node to our tailscale net using a pre-authenticated auth key, the machine never shows up in the admin console.

Is there any way for me to pin to an older version to see if the issue is version-specific?

Steps to reproduce

Run the following on our EC2 node:

#!/bin/bash

# Enable IP forwarding
echo 'net.ipv4.ip_forward = 1' | tee -a /etc/sysctl.conf
sysctl -p /etc/sysctl.conf

# Install tailscale
yum install yum-utils
yum-config-manager --add-repo https://pkgs.tailscale.com/stable/amazon-linux/2/tailscale.repo
yum --disablerepo="*" --enablerepo=tailscale-stable install -y tailscale
systemctl enable --now tailscaled
tailscale up --advertise-routes={{.SubnetRoutes}} --authkey={{.AuthKey}}

Are there any recent changes that introduced the issue?

No response

OS

Linux

OS version

Amazon Linux 2

Tailscale version

1.24

Bug report

BUG-6268dd4f8dd411ba427640252bc1894f50a1176e555ae208daaeb4e4bf581589-20220426231557Z-64009afe997b690b

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions