Skip to content

Commit 61623ea

Browse files
Update faqs.md (#392)
* Update faqs.md * fix faq --------- Co-authored-by: Marketen <marcfont12@gmail.com>
1 parent d8a1ee5 commit 61623ea

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/user/faqs.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,26 @@
4949
<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>
5050
<li>Is UPnP enabled in your router settings? Try restarting your router after applying this setting!</li>
5151
<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>
5253
<li>Are you behind a CGNAT? You need to contact your ISP and request an IPv4 static address.</li>
5354
<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>
5556
</ul>
5657
5758
</details>
5859

5960
<!--![vpn-fix](/img/vpn-fix-faq.png)-->
6061

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:&lt;port&gt;</code>).</li>
67+
<li>If you're using remote credentials, then the endpoint should be a dynDNS string + Port (e.g., <code>&lt;randomstring&gt;.dyndns.dappnode.io:&lt;port&gt;</code>).</li>
68+
</ul>
69+
70+
</details>
71+
6172
<details>
6273
<summary><strong>My Web3Signer status has an odd grey bar in its status, is something wrong?</strong></summary>
6374

0 commit comments

Comments
 (0)