Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment


Ignore:
Timestamp:
03/07/13 19:27:06 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment

    v4 v5  
    6060      * The '''data interface'''. This is the interface that is used for sending experimental traffic. This is the interface that connects to the other hosts of your experiment through GENI. The links between these interfaces are the ones that allow you to run non-IP experiments.
    6161    i. Note the name and the MAC address of the control and of the data interface for each node. The data interface is the one that has an IP that starts with 10.
    62     i. From the client ping the server. From the xterm that is logged in to the client type :
    63     {{{
    64     ping server -c 5
    65   }}}
     62    i. Configure the IP address on the data interface :
     63{{{
     64    sudo /sbin/ifconfig <data i/f name> <desired data IP addr>/24
     65}}}
     66       For example:
     67{{{
     68    sudo /sbin/ifconfig mv.7.90 10.10.2.1/24
     69}}}
     70    i. Use `/sbin/ifconfig` to confirm the new IP address.
     71    i. From the client, ping the server. From the xterm that is logged in to the client type :
     72{{{
     73    ping <server IP addr> -c 5
     74}}}
     75       For example:
     76{{{
     77    ping 10.10.2.2 -c 5
     78}}}
    6679    '''Note''': You can use the name that is assigned to the host to directly ping the host, you can also ping using the IP of the data interface of the node.  An example output should look like :
    6780    {{{