Linux Download Tailscale
curl -fsSL https://tailscale.com/install.sh | sh
For Oracle linux 8
sudo dnf config-manager --add-repo https://pkgs.tailscale.com/stable/oracle/8/tailscale.repo
sudo dnf install tailscale
sudo systemctl enable --now tailscaled
//authorized
sudo tailscale up
// Obtain your Tailscale IP address
ip addr show tailscale0