Skip to content

Commit 736bd1b

Browse files
authored
ECE Networking Port Requirements Update (#881)
Move note on Zookeeper ports from side note to be included in the table of ports.
1 parent 69839db commit 736bd1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deploy-manage/deploy/cloud-enterprise/ece-networking-prereq.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ When there are multiple hosts for each role, the inbound networking and ports ca
2323

2424
![ECE networking and ports](/deploy-manage/images/cloud-enterprise-ece-networking-ports.png "")
2525

26+
**Inbound traffic from any source**
27+
2628
| **Number** | **Host role** | **Inbound ports** | *Purpose* |
2729
| --- | --- | --- | --- |
2830
| | All | 22 | Installation and troubleshooting SSH access only (TCP)<br> |
@@ -32,11 +34,12 @@ When there are multiple hosts for each role, the inbound networking and ports ca
3234
| 3 | Proxy | 9400, 9443 | Elasticsearch Cross Cluster Search and Cross Cluster Replication with TLS authentication (9400) or API key authentication (9443), also required by load balancers. Can be blocked if [CCR/CCS](../../remote-clusters/ece-enable-ccs.md) is not used.<br> |
3335
| 7 | Coordinator | 12400/12443 | Cloud UI console to API (HTTP/HTTPS)<br> |
3436

35-
In addition to the following list, you should open 12898-12908 and 13898-13908 on the director host for ZooKeeper leader and election activity.
37+
**Inbound traffic from other ECE hosts**
3638

3739
| **Number** | **Host role** | **Inbound ports** | *Purpose* |
3840
| --- | --- | --- | --- |
3941
| 1 | Director | 2112 | ZooKeeper ensemble discovery/joining (TCP)<br> |
42+
| 1 | Director | 12898-12908, 13898-13908 | ZooKeeper leader and election activity |
4043
| 4 | Director | 12191-12201 | Client forwarder to ZooKeeper, one port per director (TLS tunnels)<br> |
4144
| 5 | Allocator | 19000-19999 | Elasticsearch node to node and Proxy to Elasticsearch for CCR/CCS (Node Transport 6.x+/TLS 6.x+)<br> |
4245
| 7 | Coordinator | 22191-22195 | Connections to initial coordinator from allocators and proxies, one port per coordinator, up to five (TCP)<br> |

0 commit comments

Comments
 (0)