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
What is a generator? A generator is some code tha...
This article shares the specific code for JavaScr...
Initialize Dockerfile Assuming our project is nam...
Vue calls the PC camera to take pictures in real ...
There are always some problems when configuring n...
border-radius: CSS3 rounded corners Syntax: borde...
Float is often used in web page layout, but the f...
1.Write in front: As a lightweight virtualization...
There is often a lack of understanding of multi-c...
This story starts with an unexpected discovery tod...
Query Rewrite Plugin As of MySQL 5.7.6, MySQL Ser...
Table of contents 1. Brief Overview 2. JSON basic...
A common development need is that we want to coll...
Table of contents Step 1: Update Packages on Cent...
background: As a DBA, most of the DDL changes of ...