You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/access-your-dappnode/vpn/tailscale.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ Tailscale is a secure, peer-to-peer VPN solution that simplifies connecting to y
6
6
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.
7
7
:::
8
8
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
+
9
13
---
10
14
11
15
## Prerequisites
@@ -24,7 +28,7 @@ Before starting, ensure you have:
24
28
<palign="center">
25
29
<img width="80%"src="/img/authkey1.png"/>
26
30
</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.
28
32
<palign="center">
29
33
<img width="50%"src="/img/authkey2.png"/>
30
34
</p>
@@ -59,10 +63,10 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
59
63
<img width="50%"src="/img/subnetcheck.png"/>
60
64
</p>
61
65
62
-
#### b. Add a Custom Nameserver
66
+
#### b. Add Dappnode Custom Nameservers
63
67
64
68
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.
66
70
<palign="center">
67
71
<img width="50%"src="/img/customserver.png"/>
68
72
</p>
@@ -72,6 +76,17 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
72
76
- Activate **"Restrict to domain"** switch.
73
77
- Set the domain as `dappnode`.
74
78
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
+
<palign="center">
86
+
<img width="50%"src="/img/dnsconfig.png"/>
87
+
</p>
88
+
89
+
75
90
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.
0 commit comments