Raspberry Pi can't reach flightaware.com

Hi,

I have a bit of a strange issue
My Pi can’t reach flightware.com

On my machine, in the same network, I can ping it just fine

ping flightaware.com
PING flightaware.com (206.253.81.28) 56(84) bytes of data.
64 bytes from webfarm.flightaware.com (206.253.81.28): icmp_seq=1 ttl=45 time=281 ms

On the Pi, in the same network, it fails

ping flightaware.com
PING flightaware.com (206.253.81.28) 56(84) bytes of data.
From raspberrypi.fritz.box (192.168.178.89) icmp_seq=1 Destination Host Unreachable

Is there anything I can do to fix this and upgrade from the offical repos to PiAware 6?

Thanks for any help
utack

Not sure there’s much to suggest beyond “check networking & firewalls on the Pi and on your router”

The output of ip route and ip route get to 206.253.81.28 may be informative.

e.g. this is what it looks like here:

pi@piaware:~ $ ip route
default via 192.168.1.1 dev eth0 proto dhcp src 192.168.1.105 metric 202 
192.168.1.0/24 dev eth0 proto dhcp scope link src 192.168.1.105 metric 202 
pi@piaware:~ $ ip route get to 206.253.81.28
206.253.81.28 via 192.168.1.1 dev eth0 src 192.168.1.105 uid 1000 
    cache 

Hmh not sure what happened
I rebooted and updated the kernel and it works again
Maybe it was a temporary flitch

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.