Marketplace:

 
Cheap web hosting provider with extensive free web hosting features
Register or buy domain name, include free email and domain forwarding services
Cheap and affordable domain name registration and domain name transfer from $2.95/yr

 

   

Network Debugging

next up previous contents index

Useful tools include ethereal which is a graphical interface to the same output you might get from tcpdump. A typical usage of tcpdump is:

  # tcpdump -l -i eth0


The -l will ensure each newly generated line will be output immediately (rather than cached). The -i identifies the interface to monitor.

The pktstat package provides terminal top-like view of network connections. This is useful to provide an instantaneous summary of network conenctions. The -F option will expand hostnames, rather than listing just the first part of a hostname (without the domain name).


Copyright (c) 1995-2004

 

      

Marketplace:
Facts: " If you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime.   "  

Tuesday 22 May 2012 06:37:19 1337668639