1
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 5 years have passed since last update.

Mac上のVirtualBoxのネットワーク設定メモ

Posted at

仮想マシンのネットワーク設定(DHCP使用)

1.割り当て:ブリッジアダプタ
2.名前:ホスト側で使用している接続(AirPortなど)
3.アダプタ タイプ:Intel PRO / 1000 MT Desktop(82540EM)

/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
HWADDR="08:00:27:58:A5:A2"
NM_CONTROLLED="yes"
ONBOOT="yes"
BOOTPROTO="dhcp"
1
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
1
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?