【VMware】Virtual machine installation centos7

Table of contents

1. Create a virtual machine

1. Customize

 2. Select the operating system to be installed

 3. Select the virtual machine installation location

 4. Select the processor configuration (default first)

 5. Set virtual memory (generally 4096)

 6. Select the network connection method

 7. Select the I/O controller

 8. Select the disk type

 9. Select disk

 10. Specify disk capacity

Two, install the operating system

1. Select mirror image

2. Open the virtual machine installation

 3. Select language

 4. Select the minimal installation

5. Select automatic partition

 6. Network and host

 7. Start the installation

8. The installation is complete (restart) 

3. Install ifconfig


1. Create a virtual machine

1. Customize

 

Do not choose mirroring for now

 

 2. Select the operating system to be installed

 3. Select the virtual machine installation location

 4. Select the processor configuration (default first)

 5. Set virtual memory (generally 4096)

 6. Select the network connection method

 7. Select the I/O controller

 8. Select the disk type

 9. Select disk

 10. Specify disk capacity

 

Two, install the operating system

iso self download preparation

1. Select mirror image

 

2. Open the virtual machine installation

Choose the first install

 3. Select language

 4. Select the minimal installation

5. Select automatic partition

 6. Network and host

 7. Start the installation

During the installation process, you can click to set the root password

8. The installation is complete (restart) 

The installation process needs to wait for the progress bar to complete

3. Install ifconfig

Type: ifconfig , if you type "bash: ifconfig: command not found"

# 输入 有错误 忽略 继续下一步
yum install ifconfig

yum search ifconfig

yum install -y net-tools.x86_64

Guess you like

Origin blog.csdn.net/legend818/article/details/131183554