当前位置: > Linux教程 > linux基础 >

liunx下网卡混杂模式设置方法

时间:2014-09-18 02:17来源:linux.it.net.cn 作者:it

liunx下网卡混杂模式设置方法

设为混杂模式:

复制代码代码如下:
[root@localhost ~]#ifconfig eth0 promisc

取消混杂模式:

复制代码代码如下:
[root@localhost ~]#ifconfig eth0 -promisc
 
(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容