重启网卡的几种方法:
一、network
利用root帐户
# service network restart
二、ifdown/ifup
# ifdown eth0
# ifup eth0
三、ifconfig
# ifconfig eth0 down
# ifconfig eth0 up
日期:2014-05-16 浏览次数:20702 次
重启网卡的几种方法:
一、network
利用root帐户
# service network restart
二、ifdown/ifup
# ifdown eth0
# ifup eth0
三、ifconfig
# ifconfig eth0 down
# ifconfig eth0 up