[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question re monitoring/logging multiple interfaces



Wondering if it's possible from the command line to specify multiple 
interfaces to monitor, but not all interfaces.

For example, we have three interfaces and we would like to monitor eth1 and 
eth2, but not eth0

Currently using this command line to monitor a single interface:
iptraf -l eth1 -L <logfile> -B

Could we do?
iptraf -l eth1 -l eth2 -L <logfile> -B

or must we?
iptraf -l all -L <logfile> -B

and discard the traffic from eth0?

Thanks ...

-- 
Best regards,

Tony