Centos6:
/etc/init.d/network restart
Centos7:
systemctl restart network
Centos8:
nmcli d reapply ethX
Ubuntu:
systemctl restart networking
或
netplan apply
Debian:
systemctl restart networking
或
/etc/init.d/networking restart