Advertisement
Guest User

Untitled

a guest
Aug 21st, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. qwerty@qwerty:~$ sudo ifconfig -a
  2. eth0 Link encap:Ethernet HWaddr 08:00:27:9a:3c:58
  3. inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
  4. inet6 addr: XXXX::aX0:2XXf:XXXX:3X5X/64 Scope:Link //NOT SURE IF I CAN GIVE OUT THIS INFORMATION
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:25 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:370 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:3196 (3.1 KB) TX bytes:36887 (36.8 KB)
  10. Interrupt:10 Base address:0xd020
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:301 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:301 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:21168 (21.1 KB) TX bytes:21168 (21.1 KB)
  20.  
  21. qwerty@qwerty:~$ sudo route -n
  22. Kernel IP routing table
  23. Destination Gateway Genmask Flags Metric Ref Use Iface
  24. 0.0.0.0 10.0.2.2 0.0.0.0 UG 0 0 0 eth0
  25. 10.0.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
  26.  
  27. qwerty@qwerty:~$ ping 8.8.8.8
  28. PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
  29. 64 bytes from 8.8.8.8: icmp_req=1 ttl=54 time=69.6 ms
  30. 64 bytes from 8.8.8.8: icmp_req=2 ttl=54 time=63.6 ms
  31. 64 bytes from 8.8.8.8: icmp_req=5 ttl=54 time=82.9 ms
  32. 64 bytes from 8.8.8.8: icmp_req=6 ttl=54 time=81.8 ms
  33. 64 bytes from 8.8.8.8: icmp_req=7 ttl=54 time=64.5 ms
  34. 64 bytes from 8.8.8.8: icmp_req=8 ttl=54 time=77.3 ms
  35. 64 bytes from 8.8.8.8: icmp_req=9 ttl=54 time=79.5 ms
  36. 64 bytes from 8.8.8.8: icmp_req=10 ttl=54 time=69.6 ms
  37. 64 bytes from 8.8.8.8: icmp_req=12 ttl=54 time=95.7 ms
  38. 64 bytes from 8.8.8.8: icmp_req=13 ttl=54 time=67.8 ms
  39. 64 bytes from 8.8.8.8: icmp_req=14 ttl=54 time=51.3 ms
  40. 64 bytes from 8.8.8.8: icmp_req=15 ttl=54 time=79.5 ms
  41. 64 bytes from 8.8.8.8: icmp_req=16 ttl=54 time=59.6 ms
  42. 64 bytes from 8.8.8.8: icmp_req=17 ttl=54 time=88.5 ms
  43. 64 bytes from 8.8.8.8: icmp_req=18 ttl=54 time=83.2 ms
  44. 64 bytes from 8.8.8.8: icmp_req=19 ttl=54 time=72.9 ms
  45. 64 bytes from 8.8.8.8: icmp_req=20 ttl=54 time=50.7 ms
  46. 64 bytes from 8.8.8.8: icmp_req=21 ttl=54 time=42.1 ms
  47. 64 bytes from 8.8.8.8: icmp_req=22 ttl=54 time=75.8 ms
  48. 64 bytes from 8.8.8.8: icmp_req=24 ttl=54 time=88.3 ms
  49. 64 bytes from 8.8.8.8: icmp_req=25 ttl=54 time=90.4 ms
  50. 64 bytes from 8.8.8.8: icmp_req=26 ttl=54 time=51.9 ms
  51. 64 bytes from 8.8.8.8: icmp_req=27 ttl=54 time=55.1 ms
  52. 64 bytes from 8.8.8.8: icmp_req=28 ttl=54 time=55.0 ms
  53. 64 bytes from 8.8.8.8: icmp_req=29 ttl=54 time=66.5 ms
  54. 64 bytes from 8.8.8.8: icmp_req=30 ttl=54 time=95.1 ms
  55. ^C //CANCELLED THE PING, THINK ITS ENOUGH
  56. --- 8.8.8.8 ping statistics ---
  57. 30 packets transmitted, 26 received, 13% packet loss, time 29055ms
  58. rtt min/avg/max/mdev = 42.186/71.514/95.704/14.617 ms
  59.  
  60. qwerty@qwerty:~$ nslookup 8.8.8.8
  61. ;; connection timed out; no servers could be reached
  62.  
  63. qwerty@qwerty:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement