EVOLUTION-MANAGER
Edit File: cento-ids.conf
# The configuration file is similar to the command line, with the exception that an equal # sign '=' must be used between key and value. Example: -i=p1p2 or --interface=p1p2 For # options with no value (e.g. -v) the equal is also necessary. Example: "-v=" must be used. # # # -p|--pid-file # Specifies the path where the PID (process ID) is saved. This option is ignored when # cento is controlled with systemd (e.g., service cento start). # # -p=/var/run/cento.pid # # --daemon # This parameter causes cento to become a daemon, i.e. a task which runs in the background # without connection to a specific terminal. To use cento other than as a casual monitoring # tool, you probably will want to use this option. This option is ignored when cento is # controlled with systemd (e.g., service cento start) # # --daemon= # # -i|--interface # Specifies the network interface or pcap file to be used by cento for network monitoring. # Note that you can specify -i multiple times in order to instruct cento to poll packets # from multiple interfaces. # # -i=eth1 # -i=eth2 # # -o|--balanced-egress-queues # Specifies the number of egress queues that will be used to forward load-balanced traffic # for each ingress interface. # # -o=2 # -o=8 # # -o|--balanced-egress-queues # Specifies the number of egress queues that will be used to forward load-balanced traffic # for each ingress interface. # # -o=2 # -o=8 # # -F|--aggregated-egress-queue # Forward aggregated filtered traffic to an egress queue or physical interface. # Multiple -F are allowed. A device name is optional. # # -F= # # -5|--v5 # Instructs cento to export flows in NetFlow V5 format towards the specified destination. # The destination is specified with a pair host:port. # # -5=10.0.0.1:2055 # # -9|--v9 # Instructs cento to export flows in NetFlow V9 format towards the specified destination. # The destination is specified with a pair host:port. # # -9=10.0.0.1:2055 # # -I|--ipfix # Instructs cento to export flows in IPFIX format towards the specified destination. # The destination is specified with a pair host:port. # # -I=10.0.0.1:2055 #