No route to host

Feel free to talk about anything and everything in this board.
Post Reply
deejay01
Newbie
Newbie
Posts: 9
Joined: September 17th, 2016, 9:29 pm

No route to host

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 8812
Joined: January 22nd, 2008, 2:22 pm

Re: No route to host

Post 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".
deejay01
Newbie
Newbie
Posts: 9
Joined: September 17th, 2016, 9:29 pm

Re: No route to host

Post 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?
User avatar
sander
Release Testers
Release Testers
Posts: 8812
Joined: January 22nd, 2008, 2:22 pm

Re: No route to host

Post 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.
deejay01
Newbie
Newbie
Posts: 9
Joined: September 17th, 2016, 9:29 pm

Re: No route to host

Post 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
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: No route to host

Post by safihre »

While this is not sabnzbd version related, you really need to update your sabnzbd. It's mega old.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
sander
Release Testers
Release Testers
Posts: 8812
Joined: January 22nd, 2008, 2:22 pm

Re: No route to host

Post 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
Post Reply