Note: The TP3000WC weather station cannot run Tailscale directly. Subnet routing must be enabled on the host device to make it accessible over your tailnet.
To find your network range, run:
ip routeLook for a line like 192.168.1.0/24 dev eth0 — that is your subnet.
Replace the example address in the advertise-routes command with your own:
sudo tailscale set --advertise-routes=192.168.1.0/24Then approve the subnet route in your Tailscale admin console.