Hi I'm trying to make eth0 Promiscuous without an IP so that it can work with snort. When I use knetworkmanager it will not allow me to leave a blank IP address field.
In redhat the following works with their ifcfg-eth0 script.
DEVICE=eth0
BOOTPROTO=none
HWADDR=
ONBOOT=yes
TYPE=Ethernet
I cannot find what syntax to use for my interfaces script? All I have in mine currently is
auto lo
iface lo inet loopback
And the Man for Interfaces is quite confusing.
Essentially, I need eth0 to be enabled at boot without an IP address for Snort to sniff network traffic.
thanks
Marc
In redhat the following works with their ifcfg-eth0 script.
DEVICE=eth0
BOOTPROTO=none
HWADDR=
ONBOOT=yes
TYPE=Ethernet
I cannot find what syntax to use for my interfaces script? All I have in mine currently is
auto lo
iface lo inet loopback
And the Man for Interfaces is quite confusing.
Essentially, I need eth0 to be enabled at boot without an IP address for Snort to sniff network traffic.
thanks
Marc
Comment