Page 1 of 1

sabnzbd and OSX 10.6 port issues?

Posted: March 8th, 2012, 3:08 pm
by tjmustard
Hi all,

I was recently running my sab server on a windows 7 machine and everything worked great! I have recently upgraded to a mac pro and now my sab server cannot be accessed!

I can only access sabnzbd by using "http://localhost:8080/sabnzbd"
If I use "http://192.168.1.2:8080/sabnzbd" it WILL NOT WORK
If I try to connect from outside (ie internet) it will not work.

That being said I can vnc into the mac pro using the same dns forward.

I beleive this to be a port issue. But I cannot for the life of me find where to open this port for listening.

I DO NOT have my firewall on.
I have fallow these instructions: http://sabnzbd.wikidot.com/howto-apache
If I run "lsof -i|grep LISTEN" I get:
AppleVNCS 128 tjmustard 8u IPv6 0x07e1c6d0 0t0 TCP *:vnc-server (LISTEN)
SABnzbd 140 tjmustard 13u IPv6 0x07e1ff28 0t0 TCP localhost:httpd-alt (LISTEN)

What should I and anyone else who comes across this do to fix this problem.

Thank you!

Re: sabnzbd and OSX 10.6 port issues?

Posted: March 8th, 2012, 3:11 pm
by tjmustard
OH MY GOD D$*&!!!!

Setting the "SABnzbd Host" to 0.0.0.0 fixed it!

Hate it when this happens!

Thank you all.