반응형

<참조> https://musclebear.tistory.com/161

 

CentOS, yum install "Could not retrieve mirrorlist http://mirrorlist.centos.org" 해결

 

서버가 호스팅을 못찾을 때는 인터넷 연결이 안되는 서버이거나  도메인 서버 주소가 없을 확률이 높다. 

CentOS에서 도메인서버 주소 설정 경로는 "/etc/resolv.conf"이다.

 

nameserver NotIpSetting 설정 상태면 다음처럼 수정해보자.

 # vi /etc/resolv.conf
nameserver 8.8.8.8

 

반응형

+ Recent posts