SABnzbd on CentOS 6.4 - Can't connect via LAN

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
greyfell
Newbie
Newbie
Posts: 3
Joined: November 27th, 2013, 4:52 am

SABnzbd on CentOS 6.4 - Can't connect via LAN

Post 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!
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

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

Post 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"
greyfell
Newbie
Newbie
Posts: 3
Joined: November 27th, 2013, 4:52 am

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

Post by greyfell »

It was iptables...sorry...I'm a noob. :D Thanks
Post Reply