Qortal Project

The future of blockchain platforms

User Tools

Site Tools


port_forwarding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
port_forwarding [01/30/2023 14:48] gisele_hport_forwarding [01/31/2023 05:40] – old revision restored (01/30/2023 18:11) gfactor
Line 40: Line 40:
   * Set a static IP address for each node in the router.    * Set a static IP address for each node in the router. 
   * Configure port forwarding in the router for each node.    * Configure port forwarding in the router for each node. 
-  * Stop the core, then change the json settings on each node to disable uPnP.+  * Stop the core, then change the json settings on each node to disable uPnP
   * Start the core on each node.   * Start the core on each node.
  
Line 64: Line 64:
  
 Open your settings.json - this may be blank which indicates you have the default settings. You will then copy and paste the code below into the settings.json and click save: Open your settings.json - this may be blank which indicates you have the default settings. You will then copy and paste the code below into the settings.json and click save:
 +
 +this would be for **Node 1** matching the port forwarding entry above:
  
 <code>{ <code>{
 "uPnPEnabled": false, "uPnPEnabled": false,
 "listenPort": 12392 "listenPort": 12392
 +}</code>
 +
 +this would be for **Node 2** matching the port forwarding entry above:
 +
 +<code>{
 +"uPnPEnabled": false,
 +"listenPort": 12393
 +}</code>
 +
 +this would be for **Node 3** matching the port forwarding entry above:
 +
 +<code>{
 +"uPnPEnabled": false,
 +"listenPort": 12394
 +}</code>
 +
 +this would be for **Node 4** matching the port forwarding entry above:
 +
 +<code>{
 +"uPnPEnabled": false,
 +"listenPort": 12395
 }</code> }</code>
  
port_forwarding.txt · Last modified: 06/17/2023 12:33 by crowetic