PatrickF wrote:
Yes indeed, it has proven to be the firewall.
Cloud9 works when I do this:
Code:
/etc/init.d/arno-iptables-firewall stop
If you're using Arno's, add the port to its list.
If you're using Debian with debconf-managed mode:# dpkg-reconfigure arno-iptables-firewall
Accept default (they default to current-setup) answers to questions until you'll get to "Open external TCP ports:" list
Add 3131 to the space-separated list (that probably already contains 22 and stuff).
Go through rest of the answers accepting default, say Yes to last question ("Restart firewall now?"),
If you're using non-managed mode or any other distro:Edit /etc/arno-iptables-firewall/firewall.conf with your favourite text editor
Find line looking like
Code:
OPEN_TCP="space separated list here"
Add a space and 3131 to the end of the list, inside the quotes.
# /etc/init.d/arno-iptables-firewall restart
Enjoy.