To configure a network card to work in promiscuous mode you need to put the following in /etc/sysconfig/network-scripts/ifcfg-eth1 BOOTPROTO=staticDEVICE=eth1ONBOOT=yesTYPE=EthernetPROMISC=yesUSERCTL=noPEERDNS=noHWADDR=xx:xx:xx:xx:xx:xx Change eth1 and the hardware address (HWADDR=xx:xx:xx:xx:xx:xx) to reflect your system. |