Changes between Version 20 and Version 21 of GEC17Agenda/GettingStartedWithGENI_I/Procedure/Execute


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

--

Legend:

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

    v20 v21  
    213213GENI 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.
    214214
    215     1. Disable the IP on your nodes (being careful to disable IP on the data interface NOT the control interface). In each of the terminals type:
     215    1. Disable the IP on your nodes (being careful to disable IP on the data interface NOT the control interface).
     216{{{
     217#!html
     218<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     219        <tr>
     220                <td>
     221                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI">
     222               </td>
     223               <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>
     224                   
     225        </tr>
     226</table>
     227}}}
     228{{{
     229service neuca stop
     230}}}
     231
     232In each of the terminals type:
    216233    {{{
    217234  sudo /sbin/ifconfig <data i/f name> 0.0.0.0