ubuntu网络重启命令有:
方法一:通过network重启。
sudo service networking restart或者sudo /etc/init.d/networking restart
sudo service networking restart
或者
sudo /etc/init.d/networking restart
方法二:通过ifdown/ifup重启
# ifdown eth0 关闭# ifup eth0 开启
# ifdown eth0 关闭
# ifup eth0 开启
方法三:通过ifconfig重启
# ifconfig eth0 down 关闭# ifconfig eth0 up 开启
# ifconfig eth0 down 关闭
# ifconfig eth0 up 开启