Method for realizing Internet interconnection by VMware virtual machine bridging

Method for realizing Internet interconnection by VMware virtual machine bridging

After installing VMware and creating a new virtual machine, click Edit-Virtual Network Editor in the Options bar, enter Settings, and click Change Settings in the lower right corner (Administrator privileges are required to modify)

Find or create a new network editor for VMnet0 and set it to bridge mode. The bridge mode is associated with your network connection method (WiFi, network cable) (I use WiFi to connect to the network, so I choose WiFi as the bridge mode)

Next, set up the network connection of the virtual machine, as shown in the figure

After the settings are completed, turn on the virtual machine and enter the network settings (the version interface may be different)

To modify the IPv4 of the virtual machine, query the IP information of the host machine before modifying it. Make sure that the IP of the host machine and the virtual machine are in the same network segment before modifying it.

Query host IP information command: ipconfig /all

After the setting is completed, check the IP information on the virtual machine, command: ifconfig

Next, ping the IP addresses between the virtual machine and the host to see if they are connected.

After the setup is complete, open the browser test on the virtual machine

This is the end of this article about VMware virtual machine bridging to achieve Internet access. For more relevant VMware virtual machine content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solution to the problem that VMware15 virtual machine bridge mode cannot access the Internet
  • How to solve the problem that VMware virtual machine bridge mode cannot access the Internet
  • Solve the problem that VMWARE bridge mode virtual machine cannot access the Internet

<<:  Advantages and Problems of XHTML CSS Website Design

>>:  Use of MySQL DATE_FORMAT function

Recommend

Ubuntu installation graphics driver and cuda tutorial

Table of contents 1. Uninstall the original drive...

Detailed steps for installing MinIO on Docker

Table of contents 1. Check whether the docker env...

JavaScript implements simple scroll window

This article example shares the specific code of ...

Detailed explanation of nginx upstream configuration and function

Configuration Example upstream backend { server b...

Detailed steps for installing and configuring MySQL 5.7

1. Download MySQL 1. Log in to the official websi...

Implementation of IP address configuration in Centos7.5

1. Before configuring the IP address, first use i...

Javascript operation mechanism Event Loop

Table of contents 1. Four concepts 1. JavaScript ...

MySQL 5.7.21 installation and password configuration tutorial

MySQL5.7.21 installation and password setting tut...

Install mysql 5.6 from yum source in centos7.4 system

System environment: centos7.4 1. Check whether th...

Detailed explanation of MySQL trigger trigger example

Table of contents What is a trigger Create a trig...

Instructions for using the database connection pool Druid

Replace it with the optimal database connection p...

Summary of Mysql-connector-java driver version issues

Mysql-connector-java driver version problem Since...