歡迎您光臨本站 註冊首頁

Linux重啟網卡的方法

←手機掃碼閱讀     火星人 @ 2014-03-29 , reply:0

重啟網卡的幾種方法:

一、network

利用root帳戶

# service network restart

二、ifdown/ifup

# ifdown eth0

# ifup eth0

三、ifconfig

# ifconfig eth0 down

# ifconfig eth0 up

[火星人 ] Linux重啟網卡的方法已經有4275次圍觀

http://coctec.com/docs/linux/show-post-200780.html