What should I do if centos cannot see the IP address?

藏色散人
Release: 2020-03-19 14:04:19
Original
3481 people have browsed it

What should I do if centos cannot see the IP address?

What should I do if centos cannot see the IP?

How to solve the problem that CentOS cannot query the ip

Problem: Log in to the operating system and enter ip addr. You can also enter ifconfig to check the ip. It is found that there is no ip in the ens33 directory. inet attribute

Answer: Check the network card configuration of ens33: vi /etc/sysconfig/network-scripts/ifcfg-ens33

What should I do if centos cannot see the IP address?

Change the ONBOOT item to yes,

Then restart the network service: sudo service network restart

Enter the ip addr command to view the ip

Recommended learning Linux video tutorial:https://www.php.cn/course/list/33.html

The above is the detailed content of What should I do if centos cannot see the IP address?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template