[Backgroundrb-devel] Can't Connect to BackgroundRB
Erik Morton
eimorton at gmail.com
Sun Sep 24 11:21:09 EDT 2006
I'm having trouble getting backgroundrb up and running in a
production environment.
Here's my backgroundrb.yml:
---
port: "22222"
timer_sleep: 60
load_rails: true
environment: production
host: XXX.XX.XXX.50
database_yml: config/database.yml
acl:
deny: all
allow: localhost 127.0.0.1 XXX.XX.XXX.51
order: deny,allow
I start BackgroundRB from XXX.XX.XXX.50 with script/backgroundrb/
start -d
I can then telnet localhost 22222 and connect to the drb server
However when I: telnet XXX.XX.XXX.50 22222 from the same machine I
get connection refused.
Does this sound like an ACL issue or perhaps my iptables?
Thanks in advance,
Erik
More information about the Backgroundrb-devel
mailing list