设置网路ip等后 需要重启网路服务
debian:
/etc/iinit.d/networking restart
centos7:
service network restart
or
systemctl start network.service
设置网路ip等后 需要重启网路服务
debian:
/etc/iinit.d/networking restart
centos7:
service network restart
or
systemctl start network.service
原文:https://www.cnblogs.com/qianxiaoPro/p/14890273.html