7
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 不明なエラー"

Posted at

14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 不明なエラー"

上記のエラーは、DNSによる名前解決ができていない。
DNSが「mirrorlist.centos.org」と中身のipアドレスを紐付けできていないということだそうです。
したがって、DNSサーバの設定を変更すると解決します。
DNS設定をgoogleのパブリックDNSを使用する。
「8.8.8.8」

設定手順
DNS設定
nmcli c modify eth0 ipv4.dns 8.8.8.8

ネットワーク再起動
systemctl restart network

設定確認
nmcli d show eth0

参考URL
http://nanyatti.wp.xdomain.jp/2017/08/31/centos7yum%E3%81%A7%E3%81%8D%E3%81%AA%E3%81%84%E5%95%8F%E9%A1%8C%E3%80%82/

7
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?