이 작업을 시도하면 yum update
다음과 같은 오류 메시지가 나타납니다.
Loaded plugins: fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch= error was
14: curl#7 - "Failed to connect to 2001:4178:5:200::10: Network is unreachable
Cannot find a valid baseurl for repo: addons/7
어떻게 해결할 수 있나요?
답변1
비슷한 문제가 있는 분들을 위해 다음 단계로 해결했습니다.
가서
/etc/sysconfig/network-scripts/ifcfg-enp0s3
바꿔보세요ONBOOT=yes
방화벽에 http 추가
firewall-cmd --permanent --zone=public --add-service=http
방화벽 다시 시작
firewall-cmd --reload
네트워크를 다시 시작하세요
service network restart
그러면 문제가 사라집니다.