Changes between Version 22 and Version 23 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
05/17/12 10:18:46 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v22 v23  
    204204== 2a. Login to host `r2` ==
    205205First login to the r2 host. To do that go the Flack page and see what is the name of the machine
    206 [[Image(hostname.png, 40%)]]
     206
     207[[Image(hostname.png, 20%)]]
    207208
    208209In the terminal copy and paste the line from the readyToLogin.py output that corresponds to this machine.
     210
    209211[[Image(readytologin_output.png, 40%)]]
    210212
    211 == 2b. Ping VMUT ==
    212 After you login to the PCUT, try to ping VMUT. To figure out what is the IP address of VMUT, go back to Flack
    213 and press on the (i) of the link between VMUT and PCUT. The information on that page should tell you what is the IP
     213== 2b. Ping `source` ==
     214After you login to the r2, try to ping source. To figure out what is the IP address of source, go back to Flack
     215and press on the (i) of the link between source and r2.
     216
     217
     218The information on that page should tell you what is the IP
    214219of that node. Run :
    215220{{{
    216 ping <VMUT_IP>
     221ping <source> -c 5
    217222}}}
    218223