[root@ebs-59586 ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0
# 申明网卡eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=21x.xx.xxx.2xx
NETMASK=255.255.255.0
GATEWAY=2xx.xx.2xx.1
TYPE=Ethernet
NM_CONTROLLED=no
ONBOOT=yes
# 重启网卡服务
[root@ebs-59586 ~]# nmcli c reload "System eth0" / nmcli c up "System eth0"
# 如果不生效
[root@ebs-59586 ~]# nmcli device reapply eth0
[root@ebs-59586 ~]# nmcli device connect eth0
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!