I am having an issue accessing CouchDB via an external computer, not via the 127.0.0.1 address.
I am running Ubuntu and I have changed the bind IP in /etc/couchdb/default.ini to 0.0.0.0 but it still doesn’t work, I have also disabed my firewall too so it should be connecting.
I am running a VPS on Ubuntu 12.04
You shouldn’t have changed
default.iniyou should have changedlocal.inibecause:default.iniwill be overwritten by CouchDB upgrades andlocal.inioverride the settings indefault.ini.My guess is that your problem is caused by a
bind_addresssetting inlocal.inioverriding the one you created indefault.ini