> On Oct 28, 2025, at 7:29 AM, Jaylen Wang <
jay...@andrew.cmu.edu> wrote:
>
> Blocked:
> • nc -v 10.10.1.2 12345 - connection refused
> • curl
10.10.1.2:9200 - connection refused (Elasticsearch)
> • curl
10.10.1.2:6379 - connection refused (Redis)
Hi. This works for me:
root@node0:~# curl
http://node1:9200
{
"name" : "benchmark-node-1",
"cluster_name" : "benchmark-cluster",
"cluster_uuid" : "abkgpelZRdaK73sRzTHgew",
"version" : {
"number" : "7.17.29",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "580aff1a0064ce4c93293aaab6fcc55e22c10d1c",
"build_date" : "2025-06-19T01:37:57.847711500Z",
"build_snapshot" : false,
"lucene_version" : "8.11.3",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
root@node0:~#