ArchangeGabriel commented on issue #999: How to avoid epmd binding 4369 on public interface (if possible at all) URL: https://github.com/apache/couchdb/issues/999#issuecomment-349621055 Apparently, adding an argument such as `[{kernel,[{inet_dist_use_interface,{127,0,0,1}}]}].` to erlang invocations should solve it. This is [a proposed answer for RabbitMQ](https://serverfault.com/questions/235669/how-do-i-make-rabbitmq-listen-only-to-localhost), but I?m not sure how I can pass this to CouchDB. Would adding a line like this in `vm.args` work: ``` -kernel inet_dist_use_interface 127.0.0.1 ``` ?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
