Changes between Version 32 and Version 33 of GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment


Ignore:
Timestamp:
03/13/13 20:43:09 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v32 v33  
    9999}}}
    100100    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     i. From the client, ping the server. From the xterm that is logged in to the client type :
     101    i. From the client, ping the server. From the terminal window that is logged in to the client type :
    102102{{{
    103103    ping <server data IP addr> -c 5
     
    129129  }}}
    130130     '''Note''': Be extra careful to bring down the IP on the data interface, bringing down the IP on the control interface means that you will lose connectivity to your host.
    131     i. Try again to ping from the client to the server. In the xterm of the client type:
     131    i. Try again to ping from the client to the server. In the terminal window of the client type:
    132132{{{
    133133    ping <server data IP addr> -c 5
     
    138138}}}
    139139    This time the ping should timeout.
    140     i. Start the Layer 2 ping server: In the server xterm, type:
     140    i. Start the Layer 2 ping server: In the server terminal window, type:
    141141    {{{
    142142  sudo /usr/local/bin/pingPlusListener <EtherType from worksheet>
    143143  }}}
    144     i. From the client try to ping the server at layer 2. You will need the mac address of the data interface of the server, the name of the data interface of the client, and the !EtherType from your worksheet. In the xterm of the client, type:
     144    i. From the client try to ping the server at layer 2. You will need the mac address of the data interface of the server, the name of the data interface of the client, and the !EtherType from your worksheet. In the terminal window of the client, type:
    145145    {{{
    146146  sudo /usr/local/bin/pingPlus <server data mac addr> <client data i/f name> <EtherType from worksheet>