Невозможно использовать sudo apt-get update

Я создал виртуальную машину Ubuntu Server 20.04 в Hyper-V, и всякий раз, когда я пытаюсь запустить sudo apt-get update, я получаю следующий результат:

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.

Я могу для ping, и я также могу загрузить образы докеров и использовать sudo apt-get update внутри контейнера докеров. Полагаю, у меня есть какое-то сетевое соединение?
Кто-нибудь знает, что я сделал не так и как это исправить?
Спасибо!

Изменить:
Я могу подключиться к 8.8.8.8 и be.archive.ubuntu.com!

1
задан 25 November 2021 в 16:35

0 ответов

Другие вопросы по тегам:

Похожие вопросы: