Changes between Version 5 and Version 6 of HowTo/UseTheCLIForNetworking


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/UseTheCLIForNetworking

    v5 v6  
    99  * collecting and analyzing networking traffic (`tcpdump` and ''wireshark'')
    1010  * listing and manipulating your IP routing table (`route`)
     11  * listing and manipulating your ARP table (`arp`)
    1112  * listing network connections (`netstat`)
    1213  * testing connecting to individual ports using telnet (`telnet`)
     14  * DNS lookup (`nslookup`, `dig`)
     15
    1316
    1417Googling `unix network commands` will help you find many resources to learn about these topics.