VMware's detailed tutorial on how to create a Linux virtual machine and set up a virtual machine network

VMware's detailed tutorial on how to create a Linux virtual machine and set up a virtual machine network

How to create a Linux virtual machine in VMware and set up VMware and virtual machine networking

Creating a Linux Virtual Machine

Creating a virtual machine

insert image description here

Select Custom for Configuration Type

insert image description here

Virtual machine hardware compatibility, select the current Vmware version

insert image description here

Select the Linux ISO image file to be used. The image is downloaded from the Alibaba Cloud Mirror Station.

insert image description here

Virtual machine naming and virtual machine storage location

insert image description here

Virtual machine CPU core number configuration

insert image description here

Virtual machine memory settings

insert image description here

Virtual machine network connection selection

insert image description here

Select the virtual machine I/O controller type

insert image description here

Virtual machine disk type selection

insert image description here

Which disk does the virtual machine use?

insert image description here

Specify the disk size and choose whether to split the disk into multiple files

insert image description here

insert image description here

The virtual machine is created

insert image description here

Virtual machine network settings

Let the Linux virtual machine have two network cards, where network card 1 is the internal network (eth0) and network card 2 is the external network (eth1).

Editing Virtual Machine Settings

insert image description here

Add a network adapter

insert image description here

Modify the network connection mode of the network adapter. For network adapter 1 (intranet), select: host mode only; for network adapter 2 (extranet), select: NAT mode.

insert image description here

insert image description here

After the modification is completed, the overall configuration of the virtual machine is as follows

insert image description here

Vmware virtual network settings

For virtual machine network connections, set the host-only mode and NAT mode. This will standardize the network segments used by network connections in all virtual machines.

Select Virtual Network Editor

insert image description here

Host-only settings

insert image description here

NAT Settings

insert image description here

insert image description here

Summarize

This concludes this article on the detailed tutorial on how to create a Linux virtual machine and set up a virtual machine network with VMware. For more information about how to create a Linux virtual machine and set up a virtual machine network with VMware, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to use xshell to connect to Linux in VMware (2 methods)
  • How to view the IP address of Linux in VMware virtual machine
  • The latest super detailed graphic tutorial of installing Kali Linux on virtual machine VMware
  • Use Xshell to connect to the Linux virtual machine on VMware (graphic steps)

<<:  How to change the encoding of MySQL database to utf8mb4

>>:  Detailed explanation of MySQL delayed replication library method

Recommend

MySQL database advanced query and multi-table query

MySQL multi-table query Add a worksheet -- User t...

How to create a table in mysql and add field comments

Directly post code and examples #Write comments w...

Detailed usage of Vue timer

This article example shares the specific code of ...

mysql5.6.zip format compressed version installation graphic tutorial

Preface: MySQL is a relational database managemen...

Solution to the failure of loading dynamic library when Linux program is running

Unable to load dynamic library under Linux When t...

How to add website icon?

The first step is to prepare an icon making softwa...

Getting Started Guide to Converting Vue to React

Table of contents design Component Communication ...

WML tag summary

Structure related tags ---------------------------...

Practical method of upgrading PHP to 5.6 in Linux

1: Check the PHP version after entering the termi...

Optimized implementation of count() for large MySQL tables

The following is my judgment based on the data st...

Enterprise-level installation tutorial using LAMP source code

Table of contents LAMP architecture 1.Lamp Introd...