Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions docs/user/access-your-dappnode/vpn/tailscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Tailscale is a secure, peer-to-peer VPN solution that simplifies connecting to y
Using Tailscale is an excellent alternative if you're experiencing issues with UPnP, CGNAT, or port forwarding. It's easy to set up and ensures a seamless connection to your Dappnode.
:::

:::warning
When updating or reinstalling Tailscale, a new auth key might be required if the previous one is no longed valid (expired). You can check your current auth key status in the [Tailscale Admin Settings](https://login.tailscale.com/admin/settings/keys). If you encounter issues, generate a new auth key and update it in your Dappnode's Tailscale package settings.
:::

---

## Prerequisites
Expand All @@ -24,7 +28,7 @@ Before starting, ensure you have:
<p align="center">
<img width="80%"src="/img/authkey1.png"/>
</p>
2. Create a new auth key. Any name will work.
2. Create a new auth key. Any name will work. We recommend activating the "Reusable" option so you can use the same key multiple times.
<p align="center">
<img width="50%"src="/img/authkey2.png"/>
</p>
Expand Down Expand Up @@ -59,10 +63,10 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
<img width="50%"src="/img/subnetcheck.png"/>
</p>

#### b. Add a Custom Nameserver
#### b. Add Dappnode Custom Nameservers

1. Go to your [Tailscale DNS Admin Panel](https://login.tailscale.com/admin/dns).
2. Find the Nameservers section, click on **"Add nameserver"** and add a custom nameserver.
2. Find the Nameservers section, click on **"Add nameserver"** and add a custom nameserver.
<p align="center">
<img width="50%"src="/img/customserver.png"/>
</p>
Expand All @@ -72,6 +76,17 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
- Activate **"Restrict to domain"** switch.
- Set the domain as `dappnode`.

4. Add another custom nameserver, this time with the following values:
- **Nameserver IP:** `10.20.0.2`
- Activate **"Restrict to domain"** switch.
- Set the domain as `dappnode.private`.

The end result should look like this:
<p align="center">
<img width="50%"src="/img/dnsconfig.png"/>
</p>


That's it! You've successfully configured Tailscale to connect to your Dappnode. All that's left is to install Tailscale on the device you want to access your Dappnode from.

### 4. Connecting to Dappnode with Tailscale
Expand Down
Binary file modified static/img/authkey2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/dnsconfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/subnetcheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.