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/faqs.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,26 @@
49
49
<li>Are you in the same network as the Dappnode? Use the local proxy access to configure your VPN: <a href="http://dappnode.local/">http://dappnode.local/</a></li>
50
50
<li>Is UPnP enabled in your router settings? Try restarting your router after applying this setting!</li>
51
51
<li>Is the port for Wireguard open in your router's port forwarding settings? (UDP 51820)</li>
52
+
<li>If you're using OpenVPN, is its port open as well? (UDP 1194)</li>
52
53
<li>Are you behind a CGNAT? You need to contact your ISP and request an IPv4 static address.</li>
53
54
<li>Are you connected to another VPN? Please disconnect from this VPN before connecting to your Dappnode's VPN.</li>
54
-
<li>If you're trying to access with Wireguard through a local network, make sure you're using your local credentials:</li>
55
+
<li>If you're trying to access with Wireguard through a local network, **make sure you're using your local credentials**</li>
55
56
</ul>
56
57
57
58
</details>
58
59
59
60
<!---->
60
61
62
+
<details>
63
+
<summary><strong>How can I know if I'm using Wireguard's local or remote credentials?</strong></summary>
64
+
65
+
<ul>
66
+
<li>If you're using local credentials, your Wireguard profile's endpoint should be an IP + Port (e.g., <code>192.168.X.X:<port></code>).</li>
67
+
<li>If you're using remote credentials, then the endpoint should be a dynDNS string + Port (e.g., <code><randomstring>.dyndns.dappnode.io:<port></code>).</li>
68
+
</ul>
69
+
70
+
</details>
71
+
61
72
<details>
62
73
<summary><strong>My Web3Signer status has an odd grey bar in its status, is something wrong?</strong></summary>
0 commit comments