Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENI_Desktop_and_GEMINI_ssh


Ignore:
Timestamp:
06/08/15 17:09:52 (9 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIDesktop/GEC23/GENI_Desktop_and_GEMINI_ssh

    v4 v5  
    1515== Ssh'ing into nodes from the GENI Desktop ==
    1616
    17 To open an ssh session, you must first launch the ssh tool. You can launch the ssh tool by clicking the '''SSH''' [[Image(wiki:GEMINI/Tutorial/Images:modules.png)]] button in the upper lefthand corner of the GENIDesktopThis will create an ssh button [[Image(wiki:GEMINI/Tutorial/Images:ssh.png)]] near the task bar on the bottom. To ssh into nodes, select the node in the topology by left-clicking on the node. Once selected, press the ssh button to ssh into your network. You may need to accept the security certificate if prompted by your browser. You can iconify the ssh button or de-iconify the ssh button by clicking ssh in the task bar.
     17To open an ssh session, you must first launch the ssh tool. You can launch the ssh tool by clicking the '''SSH''' [[Image(wiki:GEMINI/Tutorial/Images:modules.png)]] button in the upper lefthand corner of the GENIDesktop. This will create an ssh button [[Image(wiki:GEMINI/Tutorial/Images:ssh.png)]] near the task bar on the bottom. To ssh into nodes, select the node in the topology by left-clicking on the node. Once selected, press the ssh button to ssh into your network. You may need to accept the security certificate if prompted by your browser. You can iconify the ssh button or de-iconify the ssh button by clicking ssh in the task bar.
    1818
    1919== Viewing traffic from the GENI Desktop  ==
     
    3131== Generating traffic with iperf ==
    3232
    33 The iperf program can be used to generate traffic. Iperf needs to be run on both the source and destination node. Iperf should first be started at the destination in server mode using the command "iperf -s." To run iperf on the source, type "iperf -t 60 -b 100M -c destination" where destination is the IP address (or name) of the node where the iperf server is running.  This will tell iperf to generate traffic for sixty seconds, sending at a rate of one hundred megabits per second. The names of the hosts in your topology can be found in the /etc/hosts.
     33The iperf program can be used to generate traffic. Iperf needs to be run on both the source and destination node. Iperf should first be started at the destination in server mode using the command "iperf -s." To run iperf on the source, type "iperf -t 30 -b 1000M -c destination" where destination is the IP address (or name) of the node where the iperf server is running.  This will tell iperf to generate traffic for sixty seconds, sending at a rate of one hundred megabits per second. The names of the hosts in your topology can be found in the /etc/hosts.
    3434 
    3535
    3636== __Exercise Tasks__ ==
    3737
    38  a. '''Task 1:''' Ssh into VM-0 and VM-1.
    39  a. '''Task 1:''' Ssh into VM-0 and VM-1.
    40  a. '''Task 2:''' Use iperf to generate traffic between VM-0 and VM-1.
    41  a. '''Task 3:''' View the traffic between VM-0 and VM-1.
     38 a. '''Task 1:''' Ssh into Node-0 and Node-1.
     39 a. '''Task 1:''' Install iperf on each node (Hint : use command "apt-get update;apt-get install iperf;")
     40 a. '''Task 2:''' Use iperf to generate traffic between Node-0 and Node-1.
     41 a. '''Task 3:''' View the traffic between Node-0 and Node-1.