Re: Is it safe to run tcpdump?

2011-03-24 Thread Martin Pelikan
2011/3/5 Nigel Taylor njtay...@asterisk.demon.co.uk: $ sudo tcpdump -qn -w /pathto/xxx.pcap dst net 192.168.1.0/24 Also ensure that there is enough space for xxx.pcap on the filesystem. Also don't forget to set the snaplen properly, if you ever want to go deep with auditing. sudo tcpdump

Is it safe to run tcpdump?

2011-03-05 Thread erikmccaskey64
Is it safe to always run tcpdump on the server, e.g.: like this: tcpdump -qn dst net 192.168.1.0/24 I need it to audit the network .. :\

Re: Is it safe to run tcpdump?

2011-03-05 Thread Nigel Taylor
On 03/05/11 12:10, erikmccaskey64 wrote: Is it safe to always run tcpdump on the server, e.g.: like this: tcpdump -qn dst net 192.168.1.0/24 I need it to audit the network .. :\ Hi, Safe No, because according to the above your displaying to the screen. Running tcpdump requires you