From 492cfaa295df223aa6a6ec2e3fedc7542f12eb1c Mon Sep 17 00:00:00 2001 From: 3alpha Date: Tue, 22 Oct 2024 16:50:59 +0800 Subject: [PATCH 1/2] Update connect-dappnode-to-the-router.md --- docs/user/getting-started/connect-dappnode-to-the-router.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user/getting-started/connect-dappnode-to-the-router.md b/docs/user/getting-started/connect-dappnode-to-the-router.md index 4ed388b66..9ce51c14a 100644 --- a/docs/user/getting-started/connect-dappnode-to-the-router.md +++ b/docs/user/getting-started/connect-dappnode-to-the-router.md @@ -21,6 +21,12 @@ Here are basic instructions to enable UPnP on most routers: 3. **Enable UPnP**: There should be an option to enable or disable UPnP. Make sure it's set to "Enable" or "On". Save or apply the changes. +## [Advanced] Using dappnode without UPnP enabled + +If you want to have your UPnP disabled on router, manual port forwarding must be done. First, make sure that your Wireguard is reachable by forwarding default port 51820. (Pro tip: You can choose any external port you like, but you have to set that port wireguard configuration file by yourself.) + +After that is done, go to [ports page](http://my.dappnode/support/ports) and manually forward all the ports listed there. +
### Troubleshooting From 16e708bcaab36dd66bd01250287a1f061504ecc2 Mon Sep 17 00:00:00 2001 From: 3alpha Date: Tue, 22 Oct 2024 16:52:42 +0800 Subject: [PATCH 2/2] Update docs/user/getting-started/connect-dappnode-to-the-router.md --- docs/user/getting-started/connect-dappnode-to-the-router.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/getting-started/connect-dappnode-to-the-router.md b/docs/user/getting-started/connect-dappnode-to-the-router.md index 9ce51c14a..2d3bc1521 100644 --- a/docs/user/getting-started/connect-dappnode-to-the-router.md +++ b/docs/user/getting-started/connect-dappnode-to-the-router.md @@ -27,6 +27,8 @@ If you want to have your UPnP disabled on router, manual port forwarding must be After that is done, go to [ports page](http://my.dappnode/support/ports) and manually forward all the ports listed there. +Please note that this list is updated automatically after you install new package and you should make sure that you update ports in your router as well. +
### Troubleshooting