Skip to content

Commit bd82a99

Browse files
Ben Mansheimbmansheim
Ben Mansheim
authored andcommitted
DOC-239 Add ports for internode encryption (#1053)
1 parent 7f87666 commit bd82a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/rs/administering/designing-production/networking/port-configurations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ update your firewall with the port for that new database endpoint.
2121
|------------|-----------------|-----------------|-----------------|
2222
| ICMP | * | Internal | For connectivity checking between nodes |
2323
| TCP | 1968 | Internal | Proxy traffic |
24-
| TCP | 3333, 3334, 3335, 3336, 3337, 3338, 3339, 36379, 36380 | Internal | Cluster traffic |
24+
| TCP | 3333-3341, 3344, 36379, 36380 | Internal | Internode communication |
2525
| TCP | 8001 | Internal, External | Traffic from application to RS [Discovery Service]({{< relref "/rs/concepts/data-access/discovery-service.md" >}}) |
26-
| TCP | 8002, 8004 | Internal | System health monitoring |
26+
| TCP | 8002, 8004, 8006 | Internal | System health monitoring |
2727
| TCP | 8443 | Internal, External | Secure (HTTPS) access to the management web UI |
2828
| TCP | 8444, 9080 | Internal | For nginx <-> cnm_http/cm traffic |
2929
| TCP | 9081 | Internal, Active-Active | For Active-Active management |

0 commit comments

Comments
 (0)