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


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

--

Legend:

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

    v5 v6  
    6666       For example:
    6767{{{
    68     sudo /sbin/ifconfig mv.7.90 10.10.2.1/24
     68    sudo /sbin/ifconfig mv.7.90 10.10.1.1/24
    6969}}}
    7070    i. Use `/sbin/ifconfig` to confirm the new IP address.
     
    7575       For example:
    7676{{{
    77     ping 10.10.2.2 -c 5
     77    ping 10.10.1.2 -c 5
    7878}}}
    79     '''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 :
     79       An example output should look like :
    8080    {{{
    81 [[inki@r2 ~]$ ping server -c 5
     81[[inki@r2 ~]$ ping 10.10.2.1 -c 5
    8282PING 10.10.2.1 (10.10.2.1) 56(84) bytes of data.
    838364 bytes from 10.10.2.1: icmp_seq=1 ttl=64 time=1.95 ms
     
    100100    i. Try again to ping from the client to the server. In the xterm of the client type:
    101101    {{{
    102   ping server -c 5
     102  ping 10.10.1.2 -c 5
    103103  }}}
    104104    This time the ping should timeout.
    105105    i. Start the Layer 2 ping server: In the server xterm, type:
    106106    {{{
    107   sudo /usr/local/bin/pingPlusListener 12345
     107  sudo /usr/local/bin/pingPlusListener <EtherType from worksheet>
    108108  }}}
    109109    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: