Detailed explanation of CentOS7 network setting tutorial in vmware

In order to be able to use XShell to manage our installed CentOS7 system, we must first set up the CentOS7 network so that it can be connected to the Internet.

  1. Select vmware edit, and then click virtual network editor

  1. Click to change settings (administrator rights are required)

  1. Select VMnet0 as the bridge mode, select automatic or network card

  1. Open the "Network and Sharing Center" and select the "VMware Virtual Ethernet Adapter for VMnet8" network card, right-click to select properties, check VMware Bridge Protocol, and set the ip to be obtained automatically

  1. Set the network settings of the virtual machine, select NAT mode

  1. Enter the command cd /etc/sysconfig/network-scripts to reach the directory, and enter ls to view all files, vi open and edit the ifcfg-ens33 file.

  1. Modify BOOTPROTO=dhcp, ONBOOT=yes. Enter i to enter the editing mode, after modifying, click ESC, enter: wq to save and exit

  1. Enter service network restart to restart the network

  1. Enter ifconfig to see if the network is successfully set up. With the ip number, the setting is successful

  1. Use installed XShell to link CentOS

  1. Link successfully

The above is the whole content of this article, I hope it will be helpful to everyone's study.

Recommended Posts

Detailed explanation of CentOS7 network setting tutorial in vmware
vmware install CentOS 7 detailed tutorial
Detailed use of nmcli in CentOS8
Detailed examples of Centos6 network configuration
Detailed explanation of Spark installation and configuration tutorial under centOS7
Detailed tutorial on installing MySQL 8 in CentOS 7
Install nginx in centos8 custom directory (detailed tutorial)
Centos7 installation of PHP and Nginx tutorial detailed
Installation and configuration of CentOS 7 in VMware Workstation
Detailed explanation of building Hadoop environment on CentOS 6.5
Detailed tutorial of installing nginx on centos8 (graphic)
IP and network settings of CentOS Linux 7 VMware
Detailed explanation of Centos 7 system virtual machine bridging mode
Equal Insurance Evaluation: Detailed Explanation of Centos Timeout Exit
Implementation of CentOS8.0 Network Configuration
Centos network settings in virtualbox
Tutorial diagram of installing CentOS 8 (1905) system on VMware virtual machine
Centos8 minimal deployment and installation of OpenStack Ussuri detailed tutorial
Detailed explanation of python backtracking template
CentOS server initialization setting detailed instructions
Detailed explanation of python sequence types
Detailed explanation of ubuntu using gpg2
Minimal install JDK 1.8 tutorial in CentOS 7
Centos7 installation of Dameng database tutorial
CentOS8.1 build Gitlab server detailed tutorial
CentOS6 minimal installation KVM detailed tutorial
Detailed explanation of the installation and use of SSH in the Ubuntu environment
Centos8 installation diagram (super detailed tutorial)
Centos 7 RAID 5 detailed explanation and configuration
Detailed explanation of Python IO port multiplexing
Set static IP for CentOS in VMware
Detailed explanation of -u parameter of python command
Detailed explanation of Python guessing algorithm problems
Centos7 installation and deployment of Airflow detailed
Simple practice of RHCS cluster in CentOS6
CentOS7 fully automatic installation CD production detailed explanation
Ubuntu20.04 install Python3 virtual environment tutorial detailed explanation
Detailed explanation of the principle of Python super() method
The most complete centos installation tutorial in history
VMware Fusion install CentOS7 and configure the network
CentOS 6.5 system installation and configuration graphic tutorial (detailed graphic)
CentOS8 detailed tutorial for configuring local yum source
Detailed explanation of python standard library OS module
Detailed explanation of the usage of Python decimal module
Build LEMP (Linux+Nginx+MySQL+PHP) environment under CentOS 8.1 (detailed tutorial)
Detailed explanation of how python supports concurrent methods
LVM disk expansion problem of Centos7 in Linux
CentOS7 Docker Nginx deployment and operation detailed explanation