What to do if VmWare cannot access the Internet when installing centos7? Here is a solution for your reference. The specific contents are as follows 1. Turn off the firewall systemctl stop firewalld.service #Shutdownsystemctl restart firewalld.service #Restart 2. Virtual Machine -> Settings -> Network Adapter -> Select NAT Mode 3. Edit -> Virtual Network Editor -> Add Network -> Vmnet8 (DHCP and NAT settings are both default) -> OK 4. Configure the DNS of virtual network vmnet8 5. Configure the virtual machine to a static IP and enter the network card editing directory: cd /etc/sysconfig/network-scripts 6. Edit the network card, vi ifcfg-ens33, yours may be ensxxx, depending on your machine, modify or add the six configuration items in the figure below, among which GATEWAY and DNS1 are generated by the third step. 7. Restart the network card ifdown ens33 ifup ens33 service network restart The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Nest.js authorization verification method example
>>: Commonplace talk about the usage of MYSQL pattern matching REGEXP and like
1. Docker pull pulls the image When using $ docke...
Table of contents Preface: Implementation steps: ...
concept If the index contains all the data that m...
Table of contents background Problem Description ...
In order to extend the disk life for storing audi...
Hello everyone, today we are going to learn about...
The difference between inline elements and block-...
This article shares the specific code for JavaScr...
Table of contents 1. Global level 2. Database lev...
In some scenarios, we want to assign multiple IPs...
Problem/failure/scenario/requirement The hard dis...
Preface Sometimes I feel that the native UI of We...
1. Import echart in HTML file <!-- Import echa...
Table of contents 1. Introduction 2. Basic Concep...
【background】 I encountered a very embarrassing th...