ubuntu怎么重启网卡
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu怎么重启网卡相关的知识,希望对你有一定的参考价值。
输入命令ifup eth1即可启动该网卡,需要重新启动哪块网卡后面输入网卡名即可! 参考技术A 利用root帐户# service network restart
或者/etc/init.d/networking restart
二、ifdown/ifup
# ifdown eth0
# ifup eth0
三、ifconfig
# ifconfig eth0 down
# ifconfig eth0 up
以上是关于ubuntu怎么重启网卡的主要内容,如果未能解决你的问题,请参考以下文章