Changes between Version 53 and Version 54 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
06/08/12 07:27:40 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v53 v54  
    214214}}}
    215215
    216 From R2 you should also be able to ping PC-WashDC. The IP of  PC-WashDC is '''"10.1.1.2"'''.
    217 {{{
    218 [inki@r2 ~]$ ping 192.168.44.26 -c 5
    219 
    220 
    221 --- 10.1.1.2 ping statistics ---
    222 5 packets transmitted, 5 received, 0% packet loss, time 4004ms
    223 rtt min/avg/max/mdev = 0.218/1.504/2.398/1.037 ms
     216From R2 you should also be able to ping PC-WashDC. The IP of  PC-WashDC is '''"192.68.44.26"'''.
     217{{{
     218[uncusr20@r2 ~]$ ping 192.168.44.26 -c 5
     219PING 192.168.44.26 (192.168.44.26) 56(84) bytes of data.
     22064 bytes from 192.168.44.26: icmp_req=1 ttl=64 time=52.7 ms
     22164 bytes from 192.168.44.26: icmp_req=2 ttl=64 time=52.7 ms
     22264 bytes from 192.168.44.26: icmp_req=3 ttl=64 time=52.7 ms
     22364 bytes from 192.168.44.26: icmp_req=4 ttl=64 time=52.7 ms
     22464 bytes from 192.168.44.26: icmp_req=5 ttl=64 time=52.7 ms
     225
     226--- 192.168.44.26 ping statistics ---
     2275 packets transmitted, 5 received, 0% packet loss, time 4007ms
     228rtt min/avg/max/mdev = 52.745/52.754/52.764/0.251 ms
     229
    224230}}}
    225231
    226232Now let's try and ping the PC-WashDC from source. Login to source the same way you logged in to R2 and run:
    227233{{{
    228 ping 10.1.1.2 -c 5 -w 5
     234ping 192.168.44.26 -c 5 -w 5
    229235}}}
    230236
    231237The ping should work. Run a traceroute to see how your packets are routed:
    232238{{{
    233 traceroute 10.1.1.2
     239traceroute 192.168.44.26
    234240}}}
    235241
     
    246252}}}
    247253
    248 Now try to ping again from source. The ping should time out
    249 {{{
    250 [inki@source ~]$ ping 10.10.4.2 -c 5 -w 5
     254Now try to ping again from source. The ping should time out.
     255{{{
     256[inki@source ~]$ ping 192.168.44.26 -c 5 -w 5
    251257}}}
    252258