4 Tools To Troubleshoot Network Packets


  1. ping is a very simple tool that is often used to diagnize network problems. ping sends ICMP messages to a machine/IPaddress, if that machine/IP address is listening for ICMP messages it well send a ping back message confirming that IP communication is working between the two machines.

    2007-12-17-054357_1280x800_scrot

  2. traceroute traces the route between your machine and another machine using ICMP messages, which shows you each steps of the way.

    2007-12-17-054448_1280x800_scrot

  3. mtr, aslo known as Matt’s traceroute, is a more sophisticated traceroute. Not only does it show you each hop along the way, but it also sends multiple messages and gives you an ongoing display of latency at each hop.

    2007-12-17-054508_1280x800_scrot

  4. For more advanced Netword debugging needs, one should use tcpdump. tcpdump can take apart packets as they go by and show you what’s going on in excruciating detail.

    2007-12-17-054631_1280x800_scrot


Trackbacks

  1. 4 ferramentas Ășteis para gerir os pacotes de uma rede | Open Mania

Subscribe without commenting


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.