重启网卡的几种方法:

一、network

利用root帐户

# service network restart

二、ifdown/ifup

# ifdown eth0

# ifup eth0

三、ifconfig

# ifconfig eth0 down

# ifconfig eth0 up

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注