Changes between Version 27 and Version 28 of GEC17Agenda/GettingStartedWithGENI_I/Procedure/Execute


Ignore:
Timestamp:
07/12/13 19:50:19 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_I/Procedure/Execute

    v27 v28  
    204204GENI provides the capability of running non-IP experiments, since you can connect your hosts at Layer 2. For the purpose of this tutorial we will use a very simple Layer 2 ping program that sends packets using a custom ethernet type.
    205205
     206    1. 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.
     207{{{
     208#!html
     209<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     210        <tr>
     211                <td>
     212                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI">
     213               </td>
     214               <td>The ExoGENI "neuca" service controls a variety of network configuration details.</td>
     215                   
     216        </tr>
     217</table>
     218}}}
     219{{{
     220service neuca stop
     221}}}
    206222    1. Disable the IP on your nodes (being careful to disable IP on the data interface NOT the control interface).
    207 {{{
    208 #!html
    209 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">
    210         <tr>
    211                 <td>
    212                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI">
    213                </td>
    214                <td>ExoGENI nodes run a tool called "neuca" that managed network interfaces on the node.  To manually adjust the IP address, we must first disable neuca.</td>
    215                    
    216         </tr>
    217 </table>
    218 }}}
    219 {{{
    220 service neuca stop
    221 }}}
    222223In each of the terminals type:
    223224{{{