Use VM's CentOS7 version, restart you need to manually open the network

tags: linux  docker  centos  

The title description is relatively simple, which is installed in the VM, and then opens the network, but after reboot, it is necessary to re-open, find some information,

/etc/sysconfig/network-scripts/filename
Filename is IFCFG-Eth0 under some models, IFCFG-ENS33 under my computer

Under the file in the file, the file is modified to True, such as
The original file is like this.

Use the root account to enter, then modify the last NO as true, then restart, you can

Intelligent Recommendation

CentOS7.X network card is automatically closed, always need to be manually started to start the situation

View network card Output The network card that I know isenp101s0f0 Network card configuration Output Edit network card, userootuser BundleONBOOTChange the contentyes Onboot: Whether the network card i...

[Update] after thermal modification node.js node.js code, you need to manually restart the service to take effect, with hot update (hot deployment) resolved.

problem We modified after each modification node.js code will need to rerun js file code to take effect. This allows our development experience is poor, that there is any way to solve it? solve Use ga...

CentOS7 uninstall the JDK that comes with the system and install the version you need

After downloading and extracting the JDK you need, configure the environment variables vim /etc/profile Add to file Save and exit source /etc/profile #Effect the configuration file...

About Selenium, you are still troubled by the version of Chromedriver and Chrome. Do you need to manually update the Chromedriver and worry about it?

Foreword I usually use reptilesselenium chrome , I have always troubled me a problem, that is, as long as the Google browser is updated, you must download the corresponding version againchromedriver_w...

Debian can't manually restart the network card solution

System is Debian9.9, Linux Debian 4.9.0-9-AMD64 # 1 SMP Debian 4.9.168-1 + Deb9u2 (2019-05-13) x86_64 gnu / linux Recently, during use, I found that I couldn't restart the network card through the com...

More Recommendation

Centos7 install KVM virtual machine (VM's father)

1: Check whether KVM is supported KVM is virtual machine software based on x86 virtualization extension (Intel VT or AMD-V) technology, so by checking whether the CPU supports VT technology, you can d...

Centos7 failed to restart the network card

When I continued the experiment today, I found that my network card couldn’t get up. tried Reboot ifup ifcfg-ens32 systemctl restart network … The result is to use the following two comma...

Centos7.x cannot restart the network

1. When using Centos7, I suddenly encountered usingsystemctl status network commandFound that the network cannot be restarted normally. Icon: Icon: the reason: solution 1. Use ifconfig to query the st...

CentOs7 restart network card error

Problem Description CentOs7 restarts the network card and reports an error: Follow the prompts: The error message is as follows: Fail to start LSB:Bring up/down networking Solution...

MAC uses script to implement restart (no need to manually enter the password in SUDO)

Articles directory Foreword Preliminary preparation Code Foreword If you want to restart quickly under MAC, you do n’t need to enter the password again in the SUDO. You can use Expect to automat...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top