Home > Article > Operation and Maintenance > What to do if the centos system network fails
After installing centOs 7 on the VM, the network is blocked:
As shown:
(recommended tutorial :centos usage tutorial)
First enter the network configuration:
vi /etc/sysconfig/network-scripts/ifcfg-ens33
Then modify IPV6INIT=no, ONBOOT=yes
Finally, save the file and restart the network card.
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of What to do if the centos system network fails. For more information, please follow other related articles on the PHP Chinese website!