List of port settings for remote eDNA access
- Last UpdatedDec 19, 2024
- 2 minute read
This topic lists port settings for remote eDNA access.
Server-to-server ports
This table provides recommendations on server-to-server port settings.
|
Function |
Protocol/Standard |
Port settings |
|---|---|---|
|
Service ports |
UDP |
Set SERVICE_PORT in each service's config file. |
|
To enable client ports used by services and installed administrative tools. |
UDP |
Temporary ports 49152 to 65535. Use the PORT_MIN and PORT_MAX parameters to specify a range in both DNASYS.INI files on each server. Recommended range: 300-400. Do not overlap this port range with the service port or other specified ports. |
|
To specify RTS ports |
OPC, Modbus, FTP, etc. |
|
|
To enable databridge listening port (universal only) |
TCP |
TCPIP_INPUT_ADDRESS |
|
To enable redundancy |
RTS |
|
|
To enable a databridge send port |
TCP and RTS (databridging only) |
DATABRIDGE_SEND_PORT |
|
To enable an alternate databridge send port |
TCP and RTS (databridging only) |
DATABRIDGE_SEND_PORT_ALTERNATE |
|
To enable incoming proxy connections from client workstation |
TCP |
|
Client-to-server ports
The following list provides additional information on client-to-server ports:
-
If the proxy is set in the dnasys.ini file, use these settings: IP_ADDRESS (primary eDNA server), IP_ADDRESS_SECONDARY (secondary eDNA server), and PORT (usually 7007). This will limit traffic to a single TCP port (per server).
-
If you are not using a proxy, UDP traffic will be routed to the eDNA servers. By default, temporary ports (49152 to 65535) are used. You can limit a specified port range in the dnayss.ini files on each server using the PORT_MIN and PORT_MAX parameters. We recommend a minimum range of 200-300. Do not overlap this port range with the service port or other specified ports.
-
Use TCP port 80 per web server to enable ID Selector to work (among other web-provided functions).
Code examples: Traffic between redundant servers
Example 1:
Service_Ports and SvcDir port: 6300-6399 (6321 for svcdir)
Example 2:
Client ports: PORT_MIN=6400, PORT_MAX =6999
Example 3:
RTS Redundancy: 8000,8001,8002,8003 etc (usually easiest to set pairs to the same port)
To open the firewall between servers:
-
UDP: 6300-6999, both ways
-
TCP: 8000,8001,8002,8003 and so on, both ways