Changes between Version 16 and Version 17 of GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure/Execute


Ignore:
Timestamp:
01/13/14 22:18:25 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure/Execute

    v16 v17  
    112112   
    113113
    114 === 5.2 Take down the data interface ===
     114=== 5.2 Install and use `iperf` ===
     115    a. Install the `iperf` software on both nodes, by running the
     116    following command:
     117{{{
     118sudo yum install iperf
     119}}}
     120    b. Start an `iperf` server on the server node:
     121{{{
     122/usr/bin/iperf -s
     123}}}
     124    c. Run an `iperf` client via the data plane:
     125{{{
     126/usr/bin/iperf -c <client control IP addr>
     127}}}
     128    d. Run an `iperf` client via the control plane:
     129{{{
     130}}}
     131For example:
     132{{{
     133/usr/bin/iperf -c 10.1.1.2
     134}}}
     135    d. Run an `iperf` client via the control plane:
     136{{{
     137/usr/bin/iperf -c <server control IP addr>
     138}}}
     139For example:
     140{{{
     141/usr/bin/iperf -c 172.17.2.2
     142}}}
     143
     144=== 5.3 Take down the data interface ===
    115145
    116146    a. ExoGENI nodes run a service called "neuca" that managed network interfaces on the node.  To manually adjust the IP address, we must first disable neuca on both nodes.
     
    159189}}}
    160190
    161 === 5.3 Bring down the control interface ===
     191=== 5.4 Bring down the control interface ===
    162192    a. From the server node, bring down the '''control plane interface''' and try to ping it from the client node:
    163193{{{