Skip to content

Commit 984f267

Browse files
authored
update for tailscale 0.2.0 (#486)
* update for tailscale 0.1.2 * typo * dnsupdate * update
1 parent 411e385 commit 984f267

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

docs/user/access-your-dappnode/vpn/tailscale.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Tailscale is a secure, peer-to-peer VPN solution that simplifies connecting to y
66
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.
77
:::
88

9+
:::warning
10+
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.
11+
:::
12+
913
---
1014

1115
## Prerequisites
@@ -24,7 +28,7 @@ Before starting, ensure you have:
2428
<p align="center">
2529
<img width="80%"src="/img/authkey1.png"/>
2630
</p>
27-
2. Create a new auth key. Any name will work.
31+
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.
2832
<p align="center">
2933
<img width="50%"src="/img/authkey2.png"/>
3034
</p>
@@ -59,10 +63,10 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
5963
<img width="50%"src="/img/subnetcheck.png"/>
6064
</p>
6165

62-
#### b. Add a Custom Nameserver
66+
#### b. Add Dappnode Custom Nameservers
6367

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

79+
4. Add another custom nameserver, this time with the following values:
80+
- **Nameserver IP:** `10.20.0.2`
81+
- Activate **"Restrict to domain"** switch.
82+
- Set the domain as `dappnode.private`.
83+
84+
The end result should look like this:
85+
<p align="center">
86+
<img width="50%"src="/img/dnsconfig.png"/>
87+
</p>
88+
89+
7590
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.
7691

7792
### 4. Connecting to Dappnode with Tailscale

static/img/authkey2.png

-201 KB
Loading

static/img/dnsconfig.png

44.9 KB
Loading

static/img/subnetcheck.png

-499 KB
Loading

0 commit comments

Comments
 (0)