Curl 오류(56): 피어로부터 데이터를 수신하는 동안 실패했습니다.

Curl 오류(56): 피어로부터 데이터를 수신하는 동안 실패했습니다.

이제 다음과 같이 OS를 업데이트하고 싶습니다.

dnf udpate

하지만 다음 오류가 표시됩니다.

Total download size: 69 M
Is this ok [y/N]: y
Downloading Packages:

    The downloaded packages were saved in cache until the next successful transaction.
    You can remove cached packages by executing 'dnf clean packages'.
    Error: Error downloading packages:
      Curl error (56): Failure when receiving data from the peer for http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=$infra [Recv failure: Connection reset by peer]

다음을 사용하여 도메인을 핑할 때:

[root@izbp19pke6x0v6ruecuy1yz .acme.sh]# ping mirrorlist.centos.org
PING mirrorlist.centos.org (147.75.69.225) 56(84) bytes of data.
64 bytes from packet04.centos.org (147.75.69.225): icmp_seq=1 ttl=47 time=259 ms
64 bytes from packet04.centos.org (147.75.69.225): icmp_seq=2 ttl=47 time=259 ms
64 bytes from packet04.centos.org (147.75.69.225): icmp_seq=3 ttl=47 time=259 ms
^C
--- mirrorlist.centos.org ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 259.591/259.672/259.786/0.594 ms

ping은 어떤 도메인에 액세스할 수 있는지 알려줍니다. 컬이 왜 이런 오류를 말하나요? 인터넷에서 검색하고 있는데 아무도 이 문제에 대해 이야기하지 않습니다. 이 오류를 방지하려면 어떻게 해야 합니까?

관련 정보