0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ProxmoxでイーサネットのIPアドレスとDNSサーバを設定する方法

Posted at

概要

めっちゃ簡略なほぼ自分用メモです。Proxmoxのインストールは完了済みで、それらの設定を変更したい場合の手順です。

設定方法

  1. webからProxmoxの管理画面に入る
  2. マシン(ノード)のコンソールを開き、nano /etc/network/interfacesコマンド実行する
  3. そこに書かれたインタフェースの「address」と「gateway」を新しい値に変更する
  4. 「Ctrl」+「X」を押した後に「y」を押して、「Enter」を押す
  5. 同じくコンソール画面でnano /etc/hostsを実行して、古いIPアドレスを新しいものに書き換える
  6. 「Ctrl」+「X」を押した後に「y」を押して、「Enter」を押す
  7. 同じくコンソール画面でnano /etc/resolv.confを実行して、古いDNSサーバのIPアドレスを新しいものに書き換える
  8. 「Ctrl」+「X」を押した後に「y」を押して、「Enter」を押す
  9. 再起動すれば全部適応されるはず
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?