Page 1 of 1

Web Interface Not Viewable On Network

Posted: September 3rd, 2012, 1:05 pm
by Doublee13
I installed sabnzbd+ on Ubuntu 12.04 from the JCFP repository. I have the Host set as 0.0.0.0 and the port set to 8080. I have also tried clearing the host because the sabnzbd wiki mentioned that could also be used.

I can access it fine on my Ubuntu machine, but when I try to access it from another device (iPad or OS X 10.8) the server cannot be found. I was trying to setup HTTPS access but disabled that to simplify things.

I verified that my firewall is turned off in Ubuntu. Any other ideas??

Re: Web Interface Not Viewable On Network

Posted: September 3rd, 2012, 2:53 pm
by sander
The usual analysis questions:

What is the IP address of the Ubuntu machine?

What URL are you using from the OSX? Have you tried that same URL on the Ubuntu itself?

On the Ubuntu, what's the output of "netstat -apon | grep :8080"?

Re: Web Interface Not Viewable On Network

Posted: September 3rd, 2012, 3:09 pm
by Doublee13
Figured it out. I was addressing localhost not the IP. Very easy fix. Sorry guys. Thanks.