Changes between Version 38 and Version 39 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
05/23/12 14:05:42 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v38 v39  
    180180
    181181== 2b. Ping `source` ==
    182 After you login to the R2, try to ping source. To figure out what is the IP address of source, go back to Flack
    183 and press on the (i) of the link between source and R2.
    184 [[Image(linkinfo.png)]]
    185 
    186 The information on that page should tell you what is the IP
    187 of that node. Run :
    188 {{{
    189 ping <source> -c 5
    190 }}}
     182After you login to the R2, try to ping source. Run :
     183{{{
     184ping source -c 5
     185}}}
     186
     187Note that you can use the name that is assigned to the host to directly ping the host.
    191188
    192189An example output should look like :
    193190{{{
    194 [[inki@r2 ~]$ ping 10.10.2.1 -c 5
     191[[inki@r2 ~]$ ping source -c 5
    195192PING 10.10.2.1 (10.10.2.1) 56(84) bytes of data.
    19619364 bytes from 10.10.2.1: icmp_seq=1 ttl=64 time=1.95 ms
     
    205202}}}
    206203
    207 From r2 you should also be able to ping PCRemote. The IP of PCRemote is '''"10.1.1.2"'''.
     204From R2 you should also be able to ping PCRemote. The IP of PCRemote is '''"10.1.1.2"'''.
    208205{{{
    209206[inki@r2 ~]$ ping 10.1.1.2 -c 5