Skip to content

Commit cb95ef8

Browse files
authored
DOC-3551 Add cluster_wd port 3349 to reserved ports (#544)
1 parent 9c46e4c commit cb95ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/operate/rs/networking/port-configurations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Redis Enterprise Software's port usage falls into three general categories:
2727
| Protocol | Port | Configurable | Connection source | Description |
2828
|----------|------|--------------|-------------------|-------------|
2929
| TCP | 8001 | <span title="Not configurable">&#x274c; No</span> | Internal, External | Traffic from application to Redis Enterprise Software [Discovery Service]({{< relref "/operate/rs/databases/durability-ha/discovery-service.md" >}}) |
30-
| TCP | 8000, 8070, 8071, 9090, 9125 | <span title="Not configurable">&#x274c; No</span> | Internal, External | Metrics exported and managed by the web proxy |
30+
| TCP | 8070 | <span title="Not configurable">&#x274c; No</span> | External | Metrics exported and managed by the web proxy |
31+
| TCP | 3349, 8000, 8071, 9125 | <span title="Not configurable">&#x274c; No</span> | Internal | Internal metrics ports |
3132
| TCP | 8443 | <span title="Configurable">&#x2705; Yes</span> | Internal, External | Secure (HTTPS) access to the management web UI |
3233
| TCP | 9081 | <span title="Configurable">&#x2705; Yes</span> | Internal | CRDB coordinator for Active-Active management (internal) |
3334
| TCP | 9443 (Recommended), 8080 | <span title="Configurable">&#x2705; Yes</span> | Internal, External, Active-Active | REST API traffic, including cluster management and node bootstrap |

0 commit comments

Comments
 (0)