So is http://raspbian.raspberrypi.org/ down?
Posted: Tue Aug 04, 2020 11:06 pm
So is http://raspbian.raspberrypi.org/ down? I cannot connect to it, cannot ping it, DNS resolves it, but the lights are on and no one is home, apparently?
Code: Select all
# nslookup raspbian.raspberrypi.org
Non-authoritative answer:
raspbian.raspberrypi.org canonical name = mirrordirector.raspbian.org.
Name: mirrordirector.raspbian.org
Address: 93.93.128.193
Name: mirrordirector.raspbian.org
Address: 2a00:1098:0:80:1000:75:0:3
Code: Select all
# ping 93.93.128.193
PING 93.93.128.193 (93.93.128.193) 56(84) bytes of data.
From 78.152.50.57 icmp_seq=2 Destination Host Unreachable
^C
--- 93.93.128.193 ping statistics ---
9 packets transmitted, 0 received, +3 errors, 100% packet loss, time 281ms
Code: Select all
# ping mirrordirector.raspbian.org
PING mirrordirector.raspbian.org (93.93.128.193) 56(84) bytes of data.
From 78.152.50.57 (78.152.50.57) icmp_seq=33 Destination Host Unreachable
From 78.152.50.57 (78.152.50.57) icmp_seq=36 Destination Host Unreachable
^C
--- mirrordirector.raspbian.org ping statistics ---
41 packets transmitted, 0 received, +10 errors, 100% packet loss, time 104ms