Network tooks

  • ping - uses an ICMP packet to determine if a target is live and responding.

    ping {name|IP number}

    See : https://en.wikipedia.org/wiki/Ping_(networking_utility)

    See : http://www.thegeekstuff.com/2009/11/ping-tutorial-13-effective-ping-command-examples/ ping does repeated pings. When successful, it reports back :

    If you issue a [ctrl]c, you will get a summery of results, including count of sent, received, and lost packets.

    Some errors :

    Some other option :
  • arp - lists mac# of recently contacted interfaces on the local network.

    Lists IP or DNS id
    HWtype. e.g ether
    HWaddress, i.e mac#
    Flags
    Iface, some systems may have more than one interface.

    Some options :