Qortal Project

The future of blockchain platforms

User Tools

Site Tools


Sidebar

Qortal Project Wiki

Important Notices

Introduction

Project Model

Minting

Communications

Trade Portal

Qortal Hosting (QDN)

Voting System

AT System

Hardware

Frequently Asked Questions (FAQ)

How-To Guides

Node Setup Guides

Third-Party Services

port_forwarding

Port Forwarding

Port forwarding can be necessary for helping your node stay synced and connected to peers. This can increase connections/peers for your Qortal core node(s). We will try to make this scenario as simple as we can - as there are several variables. Choose the section below that fits your situation:

Single or Multiple nodes With uPnP Enabled

Option 1: If you have only ONE node, and your router has uPnP enabled, you will not need to do anything, your single node will simply start obtaining incoming connections.

If you ARE going to use uPnP, you can have MULTIPLE nodes on the same LAN obtaining incoming connections via uPnP by simply modifying a SINGLE setting in settings.json for your SECOND node and HIGHER:

Simply edit settings.json for the nodes ASIDE FROM THE FIRST NODE, and change the listenPort for the subsequent nodes, below is an example for the second node on the LAN.

{
"listenPort": 22392
}

Networks Without uPnP

On networks that do NOT have uPnP available, you will need to enable port forwarding and static assignment to obtain incoming connections. Doing this will be DIFFERENT on any given router. You will need to obtain instructions for your router from an internet search as far as the terminology and specific settings that you will need.

We will provide basic overall instructions here for understanding.

1. Setup static assignment for each node machine on your LAN. - Static assignment ensures that the machine will obtain the same LAN IP address every time, from your router. (Some routers give static assignment other names, most of the time it will be located under DHCP settings.)

2. Establish a port forwarding (or DNAT) entry in your router, for each of your statically assigned node machines, changing the external port of each.

You do NOT need to modify any further settings on your NODE, simply add new entries for each node machine with a DIFFERENT EXTERNAL PORT. See below for an overall idea…

Node 1 - Internal port: 12392, external port: 12392

Node 2 - Internal port: 12392, external port: 22392

Node 3 - Internal port: 12392, external port: 32392

etc… You can use ANY port you like for the different external port, as long as it doesn't go over 65535 as that is the MAX port in the tcpv4 port range. Once you HAVE set different external ports for each, you can check your external IP address with a service like https://whatismyipaddress.com (look for ipv4 address there) and you will know what the peer address for Qortal will be for each of your nodes, with your external IP and whatever external port you set for each node.

All that needs to change is the EXTERNAL port, port forwarding will allow you to forward to the SAME internal port on DIFFERENT IPs, this way no modifications of Qortal settings are required.

Third Party Guides

Here you can find step by step info for specific router: https://portforward.com/

Static IP guide: https://www.coolblue.nl/en/advice/assign-fixed-ip-address-router.html

Port forwarding guide: https://www.lifewire.com/how-to-port-forward-4163829

How to Port Forward with Advanced Settings

It is never a good idea to add your node in DMZ. That will stop all the DPI and SPI and if you have the API enabled and white listed, you are putting your computer at risk! DMZ bypasses the SPI mechanism of the built in filters and all the internet traffic can reach your node directly. SPI (stateful packet inspection) firewall protects you by examining incoming packets against existing connections. Also add UPnP text. If a router has it then it must be enabled. UPnP or NAT-pmp opens dynamic port ranges to act as an assist for SPI. Enabling NAT/UPnP solves problem for the most but unfortunately due to the torrent p2p laws most ISPs now filter ports by default at the client side so port forward is also needed. For example:

219.88.183.49:12392 (qortal-1.2.3-2df0453), height 42318, sig: PXNoJM7W, ts 2020-07-31 17:17:24

192.168.100.83:44380 (qortal-1.2.3-2df0453), height 42318, sig: PXNoJM7W, ts 2020-07-31 17:17:24

Look at the second IP address with a dynamic port. This is UPnP working. Instead of 12392 , it has opened a 44380 port for TCP handshake / connect / ACK.

port_forwarding.txt · Last modified: 06/17/2023 12:33 by crowetic