Changes between Version 17 and Version 18 of GENIExperimenter/Tutorials/GREESC13/PortalSimpleLayer2Example/ExecuteExperiment


Ignore:
Timestamp:
06/23/13 16:02:07 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v17 v18  
    8181       For example:
    8282{{{
    83     sudo /sbin/ifconfig eth3742 10.10.1.1/24
     83    sudo /sbin/ifconfig eth3742 10.17.1.1/24
    8484}}}
    8585    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`.
     
    9090       For example:
    9191{{{
    92     ping 10.10.1.2 -c 5
     92    ping 10.17.1.2 -c 5
    9393}}}
    9494       An example output should look like :
    9595    {{{
    9696
    97 [sedwards@client ~]$ ping 10.10.1.2 -c 5
    98 PING 10.10.1.2 (10.10.1.2) 56(84) bytes of data.
    99 64 bytes from 10.10.1.2: icmp_req=1 ttl=64 time=183 ms
    100 64 bytes from 10.10.1.2: icmp_req=2 ttl=64 time=91.2 ms
    101 64 bytes from 10.10.1.2: icmp_req=3 ttl=64 time=91.1 ms
    102 64 bytes from 10.10.1.2: icmp_req=4 ttl=64 time=91.1 ms
    103 64 bytes from 10.10.1.2: icmp_req=5 ttl=64 time=91.2 ms
     97[sedwards@client ~]$ ping 10.17.1.2 -c 5
     98PING 10.17.1.2 (10.17.1.2) 56(84) bytes of data.
     9964 bytes from 10.17.1.2: icmp_req=1 ttl=64 time=183 ms
     10064 bytes from 10.17.1.2: icmp_req=2 ttl=64 time=91.2 ms
     10164 bytes from 10.17.1.2: icmp_req=3 ttl=64 time=91.1 ms
     10264 bytes from 10.17.1.2: icmp_req=4 ttl=64 time=91.1 ms
     10364 bytes from 10.17.1.2: icmp_req=5 ttl=64 time=91.2 ms
    104104
    105 --- 10.10.1.2 ping statistics ---
     105--- 10.17.1.2 ping statistics ---
    1061065 packets transmitted, 5 received, 0% packet loss, time 4004ms
    107107rtt min/avg/max/mdev = 91.156/109.579/183.129/36.775 ms
     
    133133       For example:
    134134{{{
    135     ping 10.10.1.2 -c 5
     135    ping 10.17.1.2 -c 5
    136136}}}
    137137    This time the ping should timeout.