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
+26-10Lines changed: 26 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,12 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
51
51
52
52
### 3. Configure Tailscale to Connect to Dappnode Internal Networks
53
53
54
+
To ensure you can access your Dappnode's internal networks and services, you need to configure Tailscale to accept routes and set up custom DNS servers. There are two main steps to complete this configuration. Accepting advertised routes and adding custom nameservers (DNS).
55
+
54
56
#### a. Accept Advertised Routes from Your Dappnode
55
57
58
+
Dappnode advertises its internal networks through Tailscale, allowing you to access services like the Dappnode Admin UI and other packages. To ensure these routes are accepted:
59
+
56
60
1. Go to your [Tailscale Machines Dashboard](https://login.tailscale.com/admin/machines).
57
61
<palign="center">
58
62
<img width="80%"src="/img/machinelist.png"/>
@@ -72,22 +76,34 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
72
76
</p>
73
77
74
78
3. Fill the popup with:
75
-
-**Nameserver IP:**`172.33.1.2`
76
-
- Activate **"Restrict to domain"** switch.
77
-
- Set the domain as `dappnode`.
78
-
79
-
4. Add another custom nameserver, this time with the following values:
80
79
-**Nameserver IP:**`10.20.0.2`
81
-
- Activate **"Restrict to domain"** switch.
82
-
- Set the domain as `dappnode.private`.
83
80
84
-
The end result should look like this:
81
+
4. Click and activate the "Override DNS servers" switch.
82
+
83
+
The end result should look like this, with two nameservers active:
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.
89
+
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.
90
+
91
+
:::warning
92
+
If you were already connected to your Dappnode with Tailscale, you may need to disconnect and reconnect to apply the new DNS settings.
93
+
:::
94
+
95
+
<details>
96
+
<summary><b>Advanced DNS configuration</b></summary>
97
+
98
+
If you don't want to use the default Dappnode DNS server for everything, you can set up Dappnode's DNS server to only resolve Dappnode services. For this, you will need to add a custom DNS server for each dappnode service, restricted to a specific domain.
99
+
100
+
The following screenshot shows a configuration that only uses Dappnode's DNS server for services under the `dappnode`, `dappnode.private` and `dyndns.dappnode` domains, while using the default Tailscale DNS server for everything else.
0 commit comments