Page 1 of 1

SABnzbd on CentOS 6.4 - Can't connect via LAN

Posted: November 27th, 2013, 5:09 am
by greyfell
Hi everyone, been a forum lurker for a long time and have always been able to fix problems thanks to the great threads...until now.

I'm setting up SABnzbd on a fresh CentOS 6.4 minimal install, using the instructions here: http://wiki.sabnzbd.org/install-fedora-repo

Everything seems to have installed correctly. I set the host as 0.0.0.0 and can access locally with Lynx via localhost:8080 and 192.168.0.150:8080. SAB appears to be listening correctly:

netstat -apon | grep :8080
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 2856/python off (0.00/0/0)
tcp 0 0 ::1:8080 :::* LISTEN 2856/python off (0.00/0/0)

But no matter what I try, I can't access the web GUI from any other computer on the LAN.

I'm very new to Linux, so I'm wondering if maybe there's some dependency or something that I missed? The CentOS minimal install is very bare bones.

Thanks so much for the help!

Re: SABnzbd on CentOS 6.4 - Can't connect via LAN

Posted: November 27th, 2013, 7:37 am
by sander
Can you succesfully "ping 192.168.0.150" from those other computers on your LAN?

Those other computers: is there one with "nmap" installed? If so, run "nmap 192.168.0.150"

Re: SABnzbd on CentOS 6.4 - Can't connect via LAN

Posted: November 27th, 2013, 2:14 pm
by greyfell
It was iptables...sorry...I'm a noob. :D Thanks