Quote:
# Intel Corp.|82557/8/9 [Ethernet Pro 100]
DEVICE=eth1
PROMISC=yes
BOOTPROTO=none
HWADDR=00:02:B3:24:EF:AE
onBOOT=no
IPADDR=0.0.0.0
NETMASK=0.0.0.0
|
Maybe you have already tried this, but have you tried changing:
ONBOOT=no -to- ONBOOT=yes
To test what would happen during system boot, simply type:
cd /etc/sysconfig/network-scripts
./ifup eth1
Also, I don't see that the variable PROMISC is used in any of the redhat network scripts? You might need to modify the ifup script to add the promiscuous mode.
BTW Forum admins: Why is "ONBOOT" showing up as "onBOOT". I typed all upper case above. Strange