Re: Network traffic human readable?!

2012-01-21 Thread Beni Brinckman
2012/1/21 Tobias Pulm t...@facility5.org Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Thanks... Is this what you need : netstat -i And then filter out the interfaces you need (netstat -i | grep device) --

Re: Network traffic human readable?!

2012-01-21 Thread Jason C. Wells
On 01/21/12 07:47, Tobias Pulm wrote: Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Rather than netstat, perhaps you want 'tcpdump' or 'nc'. Regards, Jason C. Wells

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Steve Bertrand
Daniel Underwood wrote: Hi folks: (1) I'm only used Wireshark and Ethereal to inspect network traffic, and I've only used these on several occasion. Would someone suggest FreeBSD alternatives (console or xserver based? tcpdump(1). It can save to a pcap file for later review within

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Matthew Seaman
Daniel Underwood wrote: Hi folks: (1) I'm only used Wireshark and Ethereal to inspect network traffic, and I've only used these on several occasion. Would someone suggest FreeBSD alternatives (console or xserver based? wireshark, formerly known as ethereal works just fine on FreeBSD. If you

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Daniel Underwood
Thanks for the help. I couldn't find any flags/fields in TCP packets indicated whether encrypted (as in the case of SSH packets). There isn't any, right? ___ freebsd-questions@freebsd.org mailing list

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Steve Bertrand
Daniel Underwood wrote: Thanks for the help. I couldn't find any flags/fields in TCP packets indicated whether encrypted (as in the case of SSH packets). There isn't any, right? No. TCP (Transport Layer) knows nothing about encryption/encoding, and hence there is no room (or need) within

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Matthew Seaman
Daniel Underwood wrote: Thanks for the help. I couldn't find any flags/fields in TCP packets indicated whether encrypted (as in the case of SSH packets). There isn't any, right? Correct: there isn't anything like that in the TCP headers. Encryption on TCP streams is an application level

Re: Network traffic Monitor

2006-04-04 Thread Jason C. Wells
Eric Schuele wrote: Rodrigo G. Tavares de Souza wrote: Hi, I getting a problem with a DSL connection, and I need a way to monitor the network traffic. I found a program called Netsaint, could I do it with this one? It depends on what your monitoring focus is. If you just want to do

Re: Network traffic Monitor

2006-04-03 Thread Eric Schuele
Rodrigo G. Tavares de Souza wrote: Hi, I getting a problem with a DSL connection, and I need a way to monitor the network traffic. I found a program called Netsaint, could I do it with this one? Try Ethereal. http://www.ethereal.com/ Its in ports net/ethereal HTH Best Regards,

Re: network traffic

2004-05-20 Thread B Hansson
[EMAIL PROTECTED] wrote: That works Great but do you know of anything that works in side the network? does the same thing but inside the network Yes, Tptest. Setup a tptest server on your network and use the client to connect to your own tptest server. /BH

Re: network traffic

2004-05-19 Thread B Hansson
Buck Jones wrote: any one know were I can get a netwrk testing tool that can sit on a server and test the speed of a network connection.. I have a small network ot work and I get computers that just disappear off the net..different computer at different times. but most of the time they are on the

Re: network traffic

2004-05-19 Thread Chuck Swiger
Buck Jones wrote: I would like two programs that sit on two computer and just talk to each other and tell what the speed they are talking and if there is a packet loss ping -f is a pretty good way of stress-testing a LAN. You can also use time ping -s 1000 -c 1000 -i 0.0001 host or so to send

RE: network traffic

2004-05-19 Thread Buck
That works Great but do you know of anything that works in side the network? does the same thing but inside the network -Original Message- From: B Hansson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 7:22 AM To: freebsd questions Cc: [EMAIL PROTECTED] Subject: Re: network

Re: network traffic

2004-05-19 Thread Oscar Ricardo Silva
At 02:41 PM 5/18/2004, you wrote: any one know were I can get a netwrk testing tool that can sit on a server and test the speed of a network connection.. I have a small network ot work and I get computers that just disappear off the net..different computer at different times. but most of the time