-
-
Save olivejun/101697aea64d2e3faa522f7acb9b85fe to your computer and use it in GitHub Desktop.
lol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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