Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routes #13

Open
4 tasks
Tracked by #16
gbraad opened this issue Jul 2, 2023 · 1 comment
Open
4 tasks
Tracked by #16

Routes #13

gbraad opened this issue Jul 2, 2023 · 1 comment
Milestone

Comments

@gbraad
Copy link
Contributor

gbraad commented Jul 2, 2023

@gbraad
Copy link
Contributor Author

gbraad commented Jul 2, 2023

The command

$ tailscale up --advertise-exit-node

will create two routes:

$ headscale routes list
...
1  | [nodename] | 0.0.0.0/0 | true       | false   | -
2  | [nodename] | ::/0      | true       | false   | -

that need to be enabled:

$ headscale routes enable -r 1
$ headscale routes enable -r 2

to allow use as exit node:

$ tailscale set --exit-node [nodename]

@gbraad gbraad mentioned this issue Jul 2, 2023
9 tasks
@gbraad gbraad added this to the Beta milestone Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant