If there is no boot linux ip how do

1.vim edit the NIC configuration file, modify the following parameters

[root @ s25linux tmp] # cd / etc / sysconfig / Network-scripts /
vim modify this file, locate the following parameters, instead yes
ONBOOT = "yes"

2. Make sure to select the correct vmware bridging or NAT, and has been connected up

3. The command to restart the network settings

systemctl stop NetworkManager # turn off Wi-Fi service
systemctl restart network # restart wired network service
# These two commands are executed without any prompting, represent the right to restart the network configuration

4. The ip address to see if there is a

ip addr show

Guess you like

Origin www.cnblogs.com/zlx960303/p/12339763.html