Changes between Version 14 and Version 15 of GENIExperimenter/Tutorials/StitchingTutorial/Execute


Ignore:
Timestamp:
03/13/14 21:08:54 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/StitchingTutorial/Execute

    v14 v15  
    5656}}}
    5757
    58 '''2.''' Start a browser and navigate to the ''"server's"''s hostname from step 2. For this example experiment the hostname allocated is pcvm1-15.instageni.stanford.edu:
     58'''2.''' Start a browser and navigate to the ''"server's"''s hostname from readyToLogin output in previous step. For this example experiment the hostname allocated is pcvm1-15.instageni.stanford.edu:
    5959 
    6060     [[Image(GENIExperimenter/Graphics:server-web.jpg,65%)]]
     
    6262'''3.''' In the first terminal logged in to ''"right-client"'', install iperf and send traffic to the server over the ''stitched'' path by executing the 2 commands exactly as shown:
    6363{{{
    64 right-client$ /usr/bin/iperf -c 10.10.1.2 -t 30 -P 10
     64right-client$ /usr/bin/iperf -c 192.168.1.2 -t 30 -P 10
    6565}}}
    6666
    6767'''4.''' In the second terminal connected to ''"left-client"''. install iperf and send traffic to the server over the ''local'' link by executing the 2 commands exactly as shown:
    6868{{{
    69 left-client$ /usr/bin/iperf -c 192.168.1.2 -t 30 -P 10
     69left-client$ /usr/bin/iperf -c 10.10.1.2 -t 30 -P 10
    7070}}}
    7171