Skip to content

Commit

Permalink
Update faqs.md (#392)
Browse files Browse the repository at this point in the history
* Update faqs.md

* fix faq

---------

Co-authored-by: Marketen <[email protected]>
  • Loading branch information
chuygarcia92 and Marketen authored Oct 21, 2024
1 parent d8a1ee5 commit 61623ea
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/user/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,26 @@
<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>
<li>Is UPnP enabled in your router settings? Try restarting your router after applying this setting!</li>
<li>Is the port for Wireguard open in your router's port forwarding settings? (UDP 51820)</li>
<li>If you're using OpenVPN, is its port open as well? (UDP 1194)</li>
<li>Are you behind a CGNAT? You need to contact your ISP and request an IPv4 static address.</li>
<li>Are you connected to another VPN? Please disconnect from this VPN before connecting to your Dappnode's VPN.</li>
<li>If you're trying to access with Wireguard through a local network, make sure you're using your local credentials:</li>
<li>If you're trying to access with Wireguard through a local network, **make sure you're using your local credentials**</li>
</ul>
</details>

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

<details>
<summary><strong>How can I know if I'm using Wireguard's local or remote credentials?</strong></summary>

<ul>
<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>
<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>
</ul>
</details>

<details>
<summary><strong>My Web3Signer status has an odd grey bar in its status, is something wrong?</strong></summary>

Expand Down

0 comments on commit 61623ea

Please sign in to comment.