Page 1 of 1

Listening on localhost with nzbs.org integreation

Posted: January 1st, 2014, 12:21 pm
by harhar
I saw some tutorials on couchpotato and sick beard. They all seem to have SAB listening on localhost. Mine needs to be listening on the network. Is there some way to have SAB work with nzbs.org api and CP/SB, and use localhost?

Re: Listening on localhost with nzbs.org integreation

Posted: January 1st, 2014, 3:54 pm
by shypike
Localhost only allows connections to software on the same system.
Otherwise use 0.0.0.0
For nzbs.org you also need to setup port-redirection on your router.

Re: Listening on localhost with nzbs.org integreation

Posted: January 1st, 2014, 4:39 pm
by harhar
shypike wrote:Localhost only allows connections to software on the same system.
Otherwise use 0.0.0.0
For nzbs.org you also need to setup port-redirection on your router.
Okay that's what I was thinking. Odd that the tutorials I've seen use localhost... Thanks!