Skip to content

Commit d50cdb4

Browse files
committed
pwa tailscale docs
1 parent 984f267 commit d50cdb4

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

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

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
5151

5252
### 3. Configure Tailscale to Connect to Dappnode Internal Networks
5353

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+
5456
#### a. Accept Advertised Routes from Your Dappnode
5557

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+
5660
1. Go to your [Tailscale Machines Dashboard](https://login.tailscale.com/admin/machines).
5761
<p align="center">
5862
<img width="80%"src="/img/machinelist.png"/>
@@ -72,23 +76,31 @@ Once installed, Tailscale will run as as any other package on your Dappnode. In
7276
</p>
7377

7478
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:
8079
- **Nameserver IP:** `10.20.0.2`
81-
- Activate **"Restrict to domain"** switch.
82-
- Set the domain as `dappnode.private`.
80+
81+
4. Click and activate the "Override DNS servers" switch.
8382

8483
The end result should look like this:
8584
<p align="center">
86-
<img width="50%"src="/img/dnsconfig.png"/>
85+
<img width="50%"src="/img/tailscalednsconfignormal.png"/>
8786
</p>
8887

8988

9089
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.
9190

91+
<details>
92+
<summary><b>Advanced DNS configuration</b></summary>
93+
94+
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.
95+
96+
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.
97+
98+
<p align="center">
99+
<img width="50%"src="/img/tailscalednsadvanced.png"/>
100+
</p>
101+
102+
</details>
103+
92104
### 4. Connecting to Dappnode with Tailscale
93105

94106
<details>

static/img/dnsconfig.png

-44.9 KB
Binary file not shown.
70.9 KB
Loading
42.6 KB
Loading

0 commit comments

Comments
 (0)