Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # computer A
  2. $ ping 192.168.0.11
  3. # result: Destination Host Unreachable
  4.  
  5. # computer B
  6. $ ping 192.168.0.10
  7. # result: works
  8. # 64 bytes from 192.168.0.10: icmp_seq=20 ttl=64 time=1.76 ms
  9.  
  10. # computer A (after computer B pinged A)
  11. $ ping 192.168.0.11
  12. # result: works
  13. # 64 bytes from 192.168.0.11: icmp_seq=1 ttl=64 time=2.65 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement