You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/05/30 20:20:48 UTC

[GitHub] [couchdb] dch commented on issue #2791: ignored "-proto_dist inet6_tcp"

dch commented on issue #2791:
URL: https://github.com/apache/couchdb/issues/2791#issuecomment-1141456589

   works fine here on FreeBSD but that shouldn't matter. If you find a working config for fly, let us know.
   
   for each node, just have couchdb@c01.fqdn ... couchdb@c02.fqdn etc for name field. the rest
   of your ini & args files should be the same as usual.
   
   # `vm.args` snippet
   
   ```
   -name couchdb@c01.fqdn
   -setcookie ...
   -proto_dist inet6_tcp
   -kernel inet_dist_listen_min 4370
   -kernel inet_dist_listen_max 4400
   ...
   ```
   
   # `local.ini` snippet
   
   ```
   [chttpd]
   port = 5984
   bind_address = ::
   ...
   ```
   
   consider changing the bind_address to something less open once you know what you're doing.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org