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

JavaScript implements password box input verification

Sometimes it is necessary to perform simple verif...

Understand the initial use of redux in react in one article

Redux is a data state management plug-in. When us...

A complete guide to CSS style attributes css() and width() in jQuery

Table of contents 1. Basic use of css(): 1.1 Get ...

Detailed explanation of Tomcat configuration and optimization solutions

Service.xml The Server.xml configuration file is ...

Things to note when migrating MySQL to 8.0 (summary)

Password Mode PDO::__construct(): The server requ...

Summary of uncommon js operation operators

Table of contents 2. Comma operator 3. JavaScript...

Detailed explanation of VUE Token's invalidation process

Table of contents Target Thought Analysis Code la...

Sitemesh tutorial - page decoration technology principles and applications

1. Basic Concepts 1. Sitemesh is a page decoratio...

Html+CSS floating advertisement strip implementation

1.html part Copy code The code is as follows: <...

Analyze the difference between ES5 and ES6 apply

Table of contents Overview Function signature Opt...

Discussion on image path issues in css (same package/different package)

In CSS files, sometimes you need to use background...

How to reference jQuery in a web page

It can be referenced through CDN (Content Delivery...

CSS3 realizes text relief effect, engraving effect, flame text

To achieve this effect, you must first know a pro...