Skip to content

Commit

Permalink
Add IP forwarding requirement to documentation
Browse files Browse the repository at this point in the history
I propose to add the information, that IP forwarding needs to be enabled in order to use a node as an exit-node.
  • Loading branch information
muzy authored and juanfont committed May 6, 2023
1 parent 6c5723a commit 00c5146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/exit-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ If the node is already registered, it can advertise exit capabilities like this:
$ sudo tailscale set --advertise-exit-node
```

To use a node as an exit node, IP forwarding must be enabled on the node. Check the official [Tailscale documentation](https://tailscale.com/kb/1019/subnets/?tab=linux#enable-ip-forwarding) for how to enable IP fowarding.

## On the control server

```console
Expand Down

0 comments on commit 00c5146

Please sign in to comment.