I made a Ubuntu Server 20.04 VM in Hyper-V and whenever I try to run sudo apt-get update I get the following return:
Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Err:2 http://be.archive.ubuntu.com/ubuntu focal InRelease
Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable) Could not connect to be.archive.ubuntu.com:80 (91.189.88.152), connection timed out Could not connect to be.archive.ubuntu.com:80 (91.189.88.142), connection timed out Could not connect to be.archive.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to be.archive.ubuntu.com:80 (91.189.91.38), connection timed out
Err:3 http://be.archive.ubuntu.com/ubuntu focal-updates InRelease
Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable)
Err:4 http://be.archive.ubuntu.com/ubuntu focal-backports InRelease
Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable)
Err:5 http://be.archive.ubuntu.com/ubuntu focal-security InRelease
Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable)
Fetched 57.7 kB in 32s (1,828 B/s)
Reading package lists... Done
W: Failed to fetch http://be.archive.ubuntu.com/ubuntu/dists/focal/InRelease Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable) Could not connect to be.archive.ubuntu.com:80 (91.189.88.152), connection timed out Could not connect to be.archive.ubuntu.com:80 (91.189.88.142), connection timed out Could not connect to be.archive.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to be.archive.ubuntu.com:80 (91.189.91.38), connection timed out
W: Failed to fetch http://be.archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable)
W: Failed to fetch http://be.archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable)
W: Failed to fetch http://be.archive.ubuntu.com/ubuntu/dists/focal-security/InRelease Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::23). - connect (101: Network is unreachable) Cannot initiate the connection to be.archive.ubuntu.com:80 (2001:67c:1360:8001::24). - connect (101: Network is unreachable)
W: Some index files failed to download. They have been ignored, or old ones used instead.
I'm able to ping and I can also download docker images and use sudo apt-get update inside a docker container. So I assume I do have some sort of network connection?
Does anyone know what I did wrong or how I can fix this?
Thanks!
Edit:
I'm able to ping to 8.8.8.8 and be.archive.ubuntu.com as well!
ping 8.8.8.8
? – Archisman Panigrahi Nov 25 '21 at 16:48ping -c 4 be.archive.ubuntu.com
Maybe DNS problem? – nobody Nov 25 '21 at 17:07Get:1 https://download.docker.com/linux/ubuntu focal InRelease
connection to there is possible. – nobody Nov 25 '21 at 18:17sudo sed -i s,//be.archive,//archive,g /etc/apt/sources.list
– nobody Nov 29 '21 at 14:37