I am running Debian6 squeeze on a VPS and rutorrent is set up and working but if I enable the firewall and try and connect to the webui I get the following error.
Code:
[26.03.2012 11:09:13] No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.With the firewall disabled everything works like it's supposed to.
I tried opening port 23876 which is the port listed in /home/username/.rtorrent.rc as the scgi port but I still don't get connected. There is another port I need to open.
My current rules from ufw withthe actual IPs removed are
Code
To Action From
-- ------ ----
6881 ALLOW Anywhere
Anywhere ALLOW xx.xx.xx.xx
22 ALLOW Anywhere
80/tcp ALLOW Anywhere
443 ALLOW Anywhere
Anywhere ALLOW xx.xx.xx.xx
23877 ALLOW Anywhere
What other ports do I need to open? I can't seem to locate what I need to know.
Code:
[26.03.2012 11:09:13] No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.With the firewall disabled everything works like it's supposed to.
I tried opening port 23876 which is the port listed in /home/username/.rtorrent.rc as the scgi port but I still don't get connected. There is another port I need to open.
My current rules from ufw withthe actual IPs removed are
Code
To Action From
-- ------ ----
6881 ALLOW Anywhere
Anywhere ALLOW xx.xx.xx.xx
22 ALLOW Anywhere
80/tcp ALLOW Anywhere
443 ALLOW Anywhere
Anywhere ALLOW xx.xx.xx.xx
23877 ALLOW Anywhere
What other ports do I need to open? I can't seem to locate what I need to know.