Changes between Version 11 and Version 12 of GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment


Ignore:
Timestamp:
03/07/13 20:46:26 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v11 v12  
    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. Fill in the worksheet, noting the name and  IP address of the control and of the data interfaces for each node. The data interface is the one that has an IP that starts with 10.
    62     i. Configure the IP address on the data interface of each node using the desired data IP address from the worksheet :
     62    i. When we reserved the resources, we did not specify the IP address for the data interfaces.  Instead, do this now.  Configure the IP address on the data interface of each node using the desired data IP address from the worksheet :
    6363{{{
    6464    sudo /sbin/ifconfig <data i/f name> <desired data IP addr>/24
     
    6868    sudo /sbin/ifconfig mv.7.90 10.10.1.1/24
    6969}}}
    70     i. Use `/sbin/ifconfig` to confirm the new IP address and mask.
     70    i. Use `/sbin/ifconfig` to confirm the new IP address and mask for each node.
    7171    i. From the client, ping the server. From the xterm that is logged in to the client type :
    7272{{{