Steps for linux to set IP address
This article shares with you the detailed steps of setting up an IP address in a linux system. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.
1. Open the Linux terminal system and enter the following code in the system.
# vi / etc/sysconfig/network-scripts/ifcfg-eth0
2. Then start filling in the command codes such as ip address, subnet mask, gateway, etc., as shown in the figure.
3. After filling in at the terminal, save it and then exit.
4. Then restart the network service, and the red box code is the code to restart.
5. Then operate the ping gateway, test it on the public network, and pass the test normally.
On the linux set IP address steps to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.