From 471b7961f25e6367cefa0b5ed3cc012bd7dda17f Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 21 Mar 2013 13:44:22 +0100 Subject: make firewalling easier, start erlang vm on port 9001 see http://stackoverflow.com/questions/8459949/bigcouch-cluster-connection-issue#comment10467603_8463814 --- templates/bigcouch/vm.args | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates') diff --git a/templates/bigcouch/vm.args b/templates/bigcouch/vm.args index 15e1f91..5e5f11d 100644 --- a/templates/bigcouch/vm.args +++ b/templates/bigcouch/vm.args @@ -25,3 +25,8 @@ # otherwise /etc/couchdb/local.d/admin.ini wouldn't be read mysteriously -couch_ini /etc/couchdb/default.ini /etc/couchdb/local.ini /etc/couchdb/local.d/admin.ini /etc/couchdb/default.ini /etc/couchdb/local.ini /etc/couchdb/local.d/admin.ini # + +# make firewalling easier, see +# http://stackoverflow.com/questions/8459949/bigcouch-cluster-connection-issue#comment10467603_8463814 + +-kernel inet_dist_listen_min 9001 -- cgit v1.2.3