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?

More than 1 year has passed since last update.

【Virtual Box】VM間での接続(NATネットワーク)

Last updated at Posted at 2022-07-04

以前、VirtualBoxにCentOSを導入しました。
ネットワークの設定はNATで設定しており、ホストOSからゲストOSにSSH接続するまでを行いました。

VirtualBoxでCentOS7.9導入&ssh接続までを行ってみた(NAT接続)

今回はゲストOS間での接続を行います。

まず、VirtualBoxの設定です。
「ファイル」→「環境設定」→「ネットワーク」をクリックします。
+マークを押すと、「NatNetwork」が作成されます。
「NatNetwork」をクリックし、設定内容の確認を行います。
今回IPの振り分けを自動で行いたかったので、DHCPのサポートにチェックを入れます。

※NATはホストOSとゲストOS間で接続を行えましたが、ゲストOS間での接続は行えません。NATネットワークは複数の仮想マシンが同一のネットワークに繋がっています。ゲストOS間での接続が行えます。

image.png

VMの設定を行います。
割り当てを「NATネットワーク」に変更します。

image.png

上記設定で疎通できると思います。

短いですが、以上です。

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?