Skip to content

Instantly share code, notes, and snippets.

@olivejun
Created March 9, 2022 19:33
Show Gist options
  • Select an option

  • Save olivejun/101697aea64d2e3faa522f7acb9b85fe to your computer and use it in GitHub Desktop.

Select an option

Save olivejun/101697aea64d2e3faa522f7acb9b85fe to your computer and use it in GitHub Desktop.
lol
sudo tailscale up --exit-node=100.77.128.43 --exit-node-allow-lan-access
Evel
Mar '21
Wow it was not clear to me that the options needed to be passed like this together. That could have been a lot more clear on the quick start page.
Site A
tailscale up --advertise-routes=10.201.150.0/24,10.201.200.0/24 --accept-routes=true --snat-subnet-routes=true
Site B
tailscale up --advertise-routes=192.168.86.0/24 --accept-routes=true --snat-subnet-routes=true
sudo tailscale up --accept-dns=true --accept-routes=true --advertise-exit-node=true --accept-routes=true --advertise-routes="192.168.0.0/24,10.0.0.0/24" --advertise-tags="tag:server" --exit-node-allow-lan-access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment