I simply cannot finish an update for several hours now, I have no idea what's the issue could be? When I run sudo apt-get update
it runs all the way down until it gets stuck at the end:
100% [Connecting to us.archive.ubuntu.com (91.189.91.23)]
When I try to ping it:
~$ ping -c4 91.189.91.23
PING 91.189.91.23 (91.189.91.23) 56(84) bytes of data.
--- 91.189.91.23 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 2999ms
When I ping Google:
~$ ping -c4 google.com
PING google.com (216.58.209.206) 56(84) bytes of data.
64 bytes from bud02s22-in-f14.1e100.net (216.58.209.206): icmp_seq=1 ttl=54 time=69.5 ms
64 bytes from bud02s22-in-f14.1e100.net (216.58.209.206): icmp_seq=2 ttl=54 time=69.5 ms
64 bytes from bud02s22-in-f14.1e100.net (216.58.209.206): icmp_seq=3 ttl=54 time=69.5 ms
64 bytes from bud02s22-in-f14.1e100.net (216.58.209.206): icmp_seq=4 ttl=54 time=69.5 ms
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 69.508/69.514/69.520/0.186 ms
I tried switching from Main Server to US server and in Great Britain and acts the same. Can somebody give me a hint what's going on?