systemctl restart network centos8失效了重启网络可使用以下命令
#重启整个网络nmcli n off && nmcli n on #重启指定网卡nmcli c down eth0 && nmcli c up eth0 ifdown eth0 && ifup eth0
注意一定要使用&&一起执行,否则关闭网络后,会无法远程连接到服务器ifdown / ifup本质为调用nmcli的脚本
ps:你可以通过图形化工具来设置网络
nmtui