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
Often when we open foreign websites, garbled char...
Installation The required documents are provided ...
This article shares the specific code of Vue impo...
This article records the installation tutorial of...
first step Delete it once with the built-in packa...
Nginx has taken over the majority of the Web serv...
After spending half the night on it, I finally ma...
1. Log in to mysql: mysql -u root -h 127.0.0.1 -p...
Table of contents Drag and drop implementation Dr...
Description of the situation: Today, I logged int...
In the previous article [Detailed explanation of ...
Refer to the official documentation here for oper...
1. Run fonts, open the font folder, and find the ...
1. Error error connecting to master 'x@xxxx:x...
After installing Navicat The following error may ...