OSSIM : configure the ethernet interfaces

configure the ethernet interfaces

The OSSIM server we plan will have a Main ethernet interface with IP address 10.60.60.33/8 and two interfaces in promiscuous mode for monitoring the 2 LANs.

We edit /etc/network/interfaces and come out with this:

auto lo eth0 eth1 eth2
iface lo inet loopback

# The primary network interface
# this is for managing the SIM machine
iface eth0 inet [...]