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


Ignore:
Timestamp:
03/19/13 04:17:18 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v4 v5  
    9090    i. Fill in the worksheet, noting the name and  IP address of the control and of the data interfaces for each node. 
    9191    '''Note''': The "client" is the node in Utah and the "server" is the node at the GPO (in Massachusetts).  The command prompt on each node says "client" or "server" respectively.
     92    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 :
     93{{{
     94    sudo /sbin/ifconfig <data i/f name> <desired data IP addr>/24
     95}}}
     96       For example:
     97{{{
     98    sudo /sbin/ifconfig mv7.90 10.10.1.1/24
     99}}}
     100    i. Use `/sbin/ifconfig` to confirm the new IP address and mask for each node. The IP address should match what you set it to and the mask should be `255.255.255.0`.
     101
    92102    i. From the client, ping the server. From the terminal window that is logged in to the client type :
    93103{{{