Results 1 to 3 of 3
Hi guys,
I am quite newbie with Linux networking and I want to know if there exist a log in Linux where errors during transfers are stored.
I mean, when ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-19-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 2
How to Log TCP and UDP errors during data transfer?
Hi guys,
I am quite newbie with Linux networking and I want to know if there exist a log in Linux where errors during transfers are stored.
I mean, when I'm transferring data between two hosts is there any way to log somewhere (where?) the errors or warning during the transfer? That is, connection failures, TCP or UDP errors, etc.? Is there any "log level" to select the errors to be displayed in the log not to work with a huge log file?
Thanks in advance!
L.A.
- 08-24-2009 #2Just Joined!
- Join Date
- Nov 2008
- Posts
- 15
$netstat -us #for udp
and so on
man netstat
- 08-25-2009 #3
tcdump
tcpdump command will help you
see help of this command first
#man tcpdump
thnks
(Say NO to Microsoft)


Reply With Quote
