Displaying 1 result from an estimated 1 matches for "fc35".
Did you mean:
fc30
2013 Jul 02
1
Centos 6.4, bnx2 in promiscuous mode does not see packets
...RX bytes:4800 (4.6 KiB) TX bytes:0 (0.0 b)
I have tried various options configuring eth1 via
/etc/sysconfig/networking/devices/ifcfg-eth1
Currently it looks like this:
DEVICE=eth1
BOOTPROTO=static
HWADDR=00:19:B9:E2:30:AE
#NM_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
#UUID="e753ec9b-fc35-4460-bcd1-87f26f8d1553"
IPV6INIT=no
USERCTL=no
PROMISC=yes
I have also tried to manually put the interface in promiscuous mode (as
I think PROMISC=yes is deprecated):
ifconfig eth1 promisc
It shows as being in promiscuous mode via ifconfig...
The relevant parks of bootup / system messages...