I cannot get this combination to work; IPVanish and SABNZBD.
The IPVanish support staff reported:
The issue is most likely due to our NAT Firewall. All network communication that uses our service has to be compatible with NAT (Network Address Translation) since we use shared IP addresses to increase your privacy protection. One solution to get you going, is something that some applications have called NAT Compatibility. If your application has this option, you can turn this on and the application will allow repeated 2-way communication through our service. If your application does not have the NAT Compatibility option, you may want to find and download one that does.
Can anybody help?
Tx
SABNZBD via VPN (IPVanish)
Forum rules
Help us help you:
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.
Re: SABNZBD via VPN (IPVanish)
In case you don't already know, there's no privacy need for a VPN with Usenet as all of the traffic is encrypted between you and your provider. Now if you're trying to use a VPN for some other reason, and just coincidentally want to run SABnzbd at the same time, then that's a different story.
Re: SABNZBD via VPN (IPVanish)
What doesn't work?
SABnzbd cannot download from Usenet?
You cannot reach SABnzbd's web interface from other systems inside or outside your local network?
SABnzbd cannot download from Usenet?
You cannot reach SABnzbd's web interface from other systems inside or outside your local network?
Re: SABNZBD via VPN (IPVanish)
What happens exactly;
When I start VPN first, I can browse, read mail. etc.
When I start SABNZBD now, the interface won't start.
When I look at the task bar, I see that the icon is there and green, but no download is started and I cannot get
the interface up and running. Then when I stop IPVanish and start SABNZBD, then it works and dowloading starts.
Shall I post the logs?
Hope you can help,
KR,
Rob
When I start VPN first, I can browse, read mail. etc.
When I start SABNZBD now, the interface won't start.
When I look at the task bar, I see that the icon is there and green, but no download is started and I cannot get
the interface up and running. Then when I stop IPVanish and start SABNZBD, then it works and dowloading starts.
Shall I post the logs?
Hope you can help,
KR,
Rob
Re: SABNZBD via VPN (IPVanish)
I'm not sure which local addresses are still available when running VPN software.
To which host address does SABnzbd listen?
To which host address does SABnzbd listen?
Re: SABNZBD via VPN (IPVanish)
... and yes, please post the sabnzbd.log
Re: SABNZBD via VPN (IPVanish)
SABNZBD normally listens to : http://127.0.0.1:8080/,
but gets no connection.
Internet is connected via VPN.
The logs:
2016-08-26 15:08:03,979::INFO::[_cplogging:216] [26/Aug/2016:15:08:03] ENGINE Bus STARTING
2016-08-26 15:08:03,990::INFO::[_cplogging:216] [26/Aug/2016:15:08:03] ENGINE Started monitor thread '_TimeoutMonitor'.
2016-08-26 15:08:04,194::INFO::[_cplogging:216] [26/Aug/2016:15:08:04] ENGINE Serving on http://127.0.0.1:8080
2016-08-26 15:08:54,724::ERROR::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x0231CA50>>
Traceback (most recent call last):
File "cherrypy\process\wspbus.pyo", line 205, in publish
File "cherrypy\_cpserver.pyo", line 168, in start
File "cherrypy\process\servers.pyo", line 177, in start
File "cherrypy\process\servers.pyo", line 233, in wait
File "cherrypy\process\servers.pyo", line 459, in wait_for_occupied_port
IOError: Port 8080 not bound on '::1'
2016-08-26 15:08:54,726::ERROR::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "cherrypy\process\wspbus.pyo", line 243, in start
File "cherrypy\process\wspbus.pyo", line 223, in publish
ChannelFailures: IOError("Port 8080 not bound on '::1'",)
2016-08-26 15:08:54,726::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus STOPPING
2016-08-26 15:08:54,726::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::1', 8080)) already shut down
2016-08-26 15:08:54,832::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8080)) shut down
2016-08-26 15:08:54,834::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Stopped thread '_TimeoutMonitor'.
2016-08-26 15:08:54,834::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus STOPPED
2016-08-26 15:08:54,835::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus EXITING
2016-08-26 15:08:54,835::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus EXITED
but gets no connection.
Internet is connected via VPN.
The logs:
2016-08-26 15:08:03,979::INFO::[_cplogging:216] [26/Aug/2016:15:08:03] ENGINE Bus STARTING
2016-08-26 15:08:03,990::INFO::[_cplogging:216] [26/Aug/2016:15:08:03] ENGINE Started monitor thread '_TimeoutMonitor'.
2016-08-26 15:08:04,194::INFO::[_cplogging:216] [26/Aug/2016:15:08:04] ENGINE Serving on http://127.0.0.1:8080
2016-08-26 15:08:54,724::ERROR::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x0231CA50>>
Traceback (most recent call last):
File "cherrypy\process\wspbus.pyo", line 205, in publish
File "cherrypy\_cpserver.pyo", line 168, in start
File "cherrypy\process\servers.pyo", line 177, in start
File "cherrypy\process\servers.pyo", line 233, in wait
File "cherrypy\process\servers.pyo", line 459, in wait_for_occupied_port
IOError: Port 8080 not bound on '::1'
2016-08-26 15:08:54,726::ERROR::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "cherrypy\process\wspbus.pyo", line 243, in start
File "cherrypy\process\wspbus.pyo", line 223, in publish
ChannelFailures: IOError("Port 8080 not bound on '::1'",)
2016-08-26 15:08:54,726::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus STOPPING
2016-08-26 15:08:54,726::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::1', 8080)) already shut down
2016-08-26 15:08:54,832::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8080)) shut down
2016-08-26 15:08:54,834::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Stopped thread '_TimeoutMonitor'.
2016-08-26 15:08:54,834::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus STOPPED
2016-08-26 15:08:54,835::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus EXITING
2016-08-26 15:08:54,835::INFO::[_cplogging:216] [26/Aug/2016:15:08:54] ENGINE Bus EXITED
Re: SABNZBD via VPN (IPVanish)
And if you fill out 0.0.0.0 a listening host?
Re: SABNZBD via VPN (IPVanish)
please could you explain in more detail? Thanx!sander wrote:And if you fill out 0.0.0.0 a listening host?
Re: SABNZBD via VPN (IPVanish)
Config - general - sabnzbd host
Re: SABNZBD via VPN (IPVanish)
I have had this setup running earlier on with no tweaks: Just standard Ipvanish and standard sabnzbd.