Changes between Initial Version and Version 1 of HowTo/UseTheCLIForNetworking


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/UseTheCLIForNetworking

    v1 v1  
     1= UNIX Networking CLI Commands =
     2
     3All UNIX systems and their derivatives (i.e. the various flavors of Linux) have a built in ''command line interface'' or ''CLI''. 
     4
     5Since all of the compute resources in GENI run some *nix flavor, it is important to be comfortable using the command line.
     6
     7Some skills and command you should familiarize yourself with if you aren't already:
     8  * the configuration of the interfaces on your nodes (`/sbin/ifconfig`)
     9  * testing connectivity (`ping`, `traceroute`, `nc`, `iperf`)
     10  * collecting and analyzing networking traffic (`tcpdump` and ''wireshark'')
     11  * listing and manipulating your IP routing table (`route`)
     12  * determining the hostname of the current machine (`hostname`)
     13  * listing network connections (`netstat`)
     14  * testing connecting to individual ports using telnet (`telnet`)
     15  *
     16
     17Google will help you find many resources to learn about these topics. 
     18
     19Here are some specific resources that may be helpful:
     20  *
     21
     22''Have a network resource or command that you think should be listed on this page?  E-mail [mailto:help@geni.net]''