@Ricburgis I'm not sure if you are referring to sync_gateway or Couchbase server access issues.
But sync_gateway binds to 127.0.0.1 by default, to get it to bind to an external IP address, you would need to add the following option on the command line -adminInterface=<publicIP>:4985 This can also be added as a top level property of the config.son file: "adminInterface":"<publicIP>:4985" Andy -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/e5e55ba2-cc7e-4cc0-b2a3-81bbbb41309d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
