0
0

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 1 year has passed since last update.

エラー対処: CentOS6インストール後にネットワークに繋がらない

Posted at

エラーの流れ

VirtualBoxにCentOS6をインストールした後、

最初は問題なくネットワークにつながっていたのだが、yumなどを色々といじったからかネットワークがつながらなくなったので、そのエラー対処の流れをまとめた

エラー対処の流れ

/etc/resolv.confを開く

$ sudo

# vi /etc/resolv.conf

その中には

# No nameservers found; try putting DNS servers into your

の文があった

ということで、DNSサーバの構築を行う

# yum -y install bind bind-utils


これにより問題を解決する事ができた

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?