Elasticsearch server

Sir,
I can't debarred other systems to connect to my network but I also do not
want them to access my elasticserver cluster in any form by specifying the
port and server.

client = new TransportClient().addTransportAddress(new
InetSocketTransportAddress(IndexserverName.toString(),port));
It is very difficult to configure that on OS network.
Is it possible in any from in ES configure level?

On Mon, Feb 27, 2012 at 2:24 PM, Mark Waddle mark@markwaddle.com wrote:

Have you considered configuring that at the OS network configuration level
using iptables or something similar?