Timothy A. Holmes <tholmes <at> mcaschool.net> writes:
> I have a snort server that I am building that has 2 nics in it > One is a 10/100 realtec > The other is a 10/100/1000 Intel Pro1000 > As the machine built, the realtech is eth0 and the intel is eth1 > > I would like to reverse those two names, so that snort can use the > higher capacity card for its sniffer. I am not quite sure where to look > even to begin this process. Hello Timothy, I had a similar need. In fact which nic(of the 4 nics) was labled with eth0-eth3 was inconsistent upon reboot. So I used the mac_eth statements like so: mac_eth0="00:50:DA:31:31:AB" iface_eth0="192.168.14.220 broadcast 192.168.14.255 netmask 255.255.255.0" and so on for each nic. This syntax has not been updated with the recent changes, but it works splendidly for nailing down a given ip to a give ethernet mac the /etc/conf.d/net.example file should contain the latest syntax on how to nail down a desired IP with the mac address. hth, James -- [email protected] mailing list

