Home  >  Article  >  How to set ip in centos7

How to set ip in centos7

醉折花枝作酒筹
醉折花枝作酒筹Original
2021-05-17 14:48:3547261browse

Method: First execute "cd /etc/sysconfig/network-scripts/&&ls" to enter the network card directory; then execute "ip a" to view the ip address and network card name; then execute "vi ifcfg-eth0" to edit the network card The configuration file does not conflict with other IP addresses in the intranet.

How to set ip in centos7

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

Enter the network card directory

cd /etc/sysconfig/network-scripts/&&ls

How to set ip in centos7

View the ip address and network card name

ip a

How to set ip in centos7

Edit the network card The configuration content of the configuration file

vi ifcfg-eth0

How to set ip in centos7

ifcfg-eth0 is as follows. Do not conflict with other IP addresses in the intranet

How to set ip in centos7

Save Exit and restart the network card

systemctl restart network

How to set ip in centos7

For more computer-related knowledge, please visit the FAQ column!

The above is the detailed content of How to set ip in centos7. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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