From 28e9f55e40849a42f4791d1ee9ed157c55eab661 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 5 Jul 2016 15:57:11 +0200 Subject: [PATCH] Docs: intracluster comms use TCP --- docs/source/nodes/setup-run-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/nodes/setup-run-node.md b/docs/source/nodes/setup-run-node.md index ec929270..9966917d 100755 --- a/docs/source/nodes/setup-run-node.md +++ b/docs/source/nodes/setup-run-node.md @@ -19,7 +19,7 @@ When you set up the firewall, here is a list of the ports where inbound traffic 8080 - The default port for the RethinkDB web interface (TCP)
9984 - The default port for the BigchainDB client-server API (TCP)
28015 - The default port for RethinkDB client driver connections (TCP)
-29015 - The default port for RethinkDB intracluster connections +29015 - The default port for RethinkDB intracluster connections (TCP) Aside: If you set up a [cluster-monitoring server](../clusters-feds/monitoring.html) (running Telegraf, InfluxDB & Grafana), Telegraf will listen on port 8125 for UDP packets from StatsD, and the Grafana web dashboard will use port 3000. (Those are the default ports.)