Changes between Version 3 and Version 4 of HowTo/UseTheCLIForNetworking


Ignore:
Timestamp:
09/05/14 18:11:32 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/UseTheCLIForNetworking

    v3 v4  
    44
    55Some skills and command you should familiarize yourself with if you aren't already:
     6  * determining the hostname of the current machine (`hostname`)
    67  * listing and manipulating the configuration of the interfaces on your nodes (`ifconfig`)
    78  * testing connectivity (`ping`, `traceroute`, `nc`, `iperf`)
    89  * collecting and analyzing networking traffic (`tcpdump` and ''wireshark'')
    910  * listing and manipulating your IP routing table (`route`)
    10   * determining the hostname of the current machine (`hostname`)
    1111  * listing network connections (`netstat`)
    1212  * testing connecting to individual ports using telnet (`telnet`)