I installed the CENTOS7 operating system on the virtual machine and configured the/etc/sysconfig/network-scripts/ifcfg-eth0 file with a static IP of 192.168.1.210,1:
Then I use the "Systemctl Restart Network" command to restart the net, with the "ifconfig" command to view the IP, the results see eth0 IP is 192.168.1.117, and the "IP addr" command to see Eth0 has two IP, respectively, 192.168.1.117 and 192.168.1.210,
And these two IPs can ping on the client Windows system to the network of----virtual machine I set the bridge.
How can i solve this problem? Just want to just static IP 192.168.1.210, is not my Ifcfg-eth0 file configured incorrectly?
Workaround:
Systemctl Disable Networkmanager.servicechkconfig network onsystemctl stop networkmanagersystemctl Restart Network
Centos7 still displays dynamic IP after configuring static IP