Page 1 of 1

No route to host

Posted: June 13th, 2017, 10:03 pm
by deejay01
I have sabnzbd version 0.7.20 running on a raspberry pi. Downloads stopped working so I tested the server and I'm getting the message :

[Errno 111] Failed to connect (110, '[Errno 113] No route to host') -[email protected]:563)

I haven't made any configuration changes since it was last working.

I also have sabnzbd installed on PC (sabnzbd host=0.0.0.0) and it's working perfectly.

Can anyone please steer me in the right direction to solve this problem on the pi.

Thanks in advance.

Re: No route to host

Posted: June 13th, 2017, 11:43 pm
by sander
It means your raspi can't reach ssl.astraweb.com. It's a network problem between your raspi and ssl.astraweb.com.

Easy next step: log on to the command prompt of your raspi, and type "ping ssl.astraweb.com".

Re: No route to host

Posted: June 14th, 2017, 1:14 am
by deejay01
Thanks for your suggestion. I had already tried that and you're right the raspi cant reach ssl.astraweb.com.

/$ ping ssl.astraweb.com
PING ssl.astraweb.com (216.151.153.12) 56(84) bytes of data.
From raspberrypi.local (192.168.1.1) icmp_seq=1 Destination Host Unreachable
From raspberrypi.local (192.168.1.1) icmp_seq=2 Destination Host Unreachable
From raspberrypi.local (192.168.1.1) icmp_seq=3 Destination Host Unreachable
etc

Do you have any advice as to how I can identify the network problem?

Re: No route to host

Posted: June 14th, 2017, 5:20 am
by sander
Thanks for your suggestion. I had already tried that and you're right the raspi cant reach ssl.astraweb.com.
I would have appreciated it if you had said that in your first post.

Do you have any advice as to how I can identify the network problem?
In the SAB webinterface, click on the wrench symbol in the upper right corner (EDIT: Oh, you have a stone old SABnzbd ::) so you don't have the wrench symbol). You get a pop up, telling your local & public IPv4 address. What does it say.


Futhermore: Type this:

Code: Select all

traceroute www.google.com
and post the output here.

Re: No route to host

Posted: June 14th, 2017, 8:33 am
by deejay01
I have the wrench symbol which displays the config menu but no popup.

The address in the address bar is http://10.1.1.198:8080

traceroute http://www.google.com displays:
traceroute to http://www.google.com (216.58.196.132), 30 hops max, 60 byte packets
1 raspberrypi.local (192.168.1.1) 2998.763 ms !H 2998.396 ms !H 2998.342 ms !H

Re: No route to host

Posted: June 14th, 2017, 8:47 am
by safihre
While this is not sabnzbd version related, you really need to update your sabnzbd. It's mega old.

Re: No route to host

Posted: June 14th, 2017, 8:58 am
by sander
Just one hop in your traceroute. That's bad. So your raspi's network setup is bad / corrupt. Solve that, and your SABnzbd will work.

Not a SABnzbd problem, so probably better to find help in the Raspi forum, for example: https://www.raspberrypi.org/forums/viewforum.php?f=66

HTH