如何开启网卡混杂模式 ## ip 命令工具如何开启和关闭混杂模式 ip link set eth0 promisc on # 开启混杂模式 ip link set eth0 promisc off # 关闭混杂模式 ## ifconfig 命令工具如何开启和关闭混杂模式 ifconfig eth0 promisc # ...
第一步:确定网卡硬件的magic值 [root@Zabbix-yuanzhan ~]# ip a 2: em1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 link/ether f0:4d:a2:73:9a: ...