I added BindAddress so my couch.ini file looks like: http://pastie.caboo.se/188174 Still same problem. On Apr 28, 2008, at 11:22 AM, Paul Davis wrote: > On Mon, Apr 28, 2008 at 2:19 PM, Tommy Chheng wrote: >> Ok, so i just turned off the firewall temporary >> >> /sbin/iptables -L >> Chain INPUT (policy ACCEPT) >> target prot opt source destination >> >> Chain FORWARD (policy ACCEPT) >> >> target prot opt source destination >> >> Chain OUTPUT (policy ACCEPT) >> >> target prot opt source destination >> >> Chain RH-Firewall-1-INPUT (0 references) >> >> target prot opt source destination >> >> Still no response from outside. It's only working via localhost:5984. >> >> Any ideas how to debug this? >> >> >> >> >> >> On Apr 28, 2008, at 11:12 AM, Paul Davis wrote: >> >> >>> >>>> /sbin/iptables -A OUTPUT -p tcp -m tcp --dport 5984 -j ACCEPT >>>> >>> >> >> > > Ohhhh. Heh. > > /usr/local/etc/couchdb/couch.ini > > Change "BindAddresss=127.0.0.1" to "BindAddress=0.0.0.0" > > Or your local static ip to only listen on that IP. > > Paul >