Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. sa@sa-VPCW11S1E:~$ route
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. sa@sa-VPCW11S1E:~$ ipconfig
  5. No command 'ipconfig' found, did you mean:
  6. Command 'ifconfig' from package 'net-tools' (main)
  7. Command 'iconfig' from package 'ipmiutil' (universe)
  8. Command 'iwconfig' from package 'wireless-tools' (main)
  9. ipconfig: command not found
  10. sa@sa-VPCW11S1E:~$ ifconfig
  11. enp2s0 Link encap:Ethernet HWaddr 00:24:be:02:ee:c8
  12. UP BROADCAST MULTICAST MTU:1500 Metric:1
  13. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  14. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  15. collisions:0 txqueuelen:1000
  16. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  17.  
  18. lo Link encap:Local Loopback
  19. inet addr:127.0.0.1 Mask:255.0.0.0
  20. inet6 addr: ::1/128 Scope:Host
  21. UP LOOPBACK RUNNING MTU:65536 Metric:1
  22. RX packets:2004 errors:0 dropped:0 overruns:0 frame:0
  23. TX packets:2004 errors:0 dropped:0 overruns:0 carrier:0
  24. collisions:0 txqueuelen:1
  25. RX bytes:172993 (172.9 KB) TX bytes:172993 (172.9 KB)
  26.  
  27. wlp3s0 Link encap:Ethernet HWaddr 00:1f:3a:fa:28:44
  28. inet6 addr: fe80::d441:1543:60ed:70a2/64 Scope:Link
  29. inet6 addr: 2a02:1205:504e:f700:8c07:b952:591d:f8c0/64 Scope:Global
  30. inet6 addr: 2a02:1205:504e:f700:406:ff40:6767:4e81/64 Scope:Global
  31. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  32. RX packets:130950 errors:0 dropped:137 overruns:0 frame:0
  33. TX packets:64181 errors:0 dropped:0 overruns:0 carrier:0
  34. collisions:0 txqueuelen:1000
  35. RX bytes:153436646 (153.4 MB) TX bytes:7818221 (7.8 MB)
  36.  
  37. sa@sa-VPCW11S1E:~$ sudo service network-manager restart
  38. [sudo] password for sa:
  39. sa@sa-VPCW11S1E:~$ ping wwww.ba.com
  40. ping: unknown host wwww.ba.com
  41. sa@sa-VPCW11S1E:~$ ping www.google.com
  42. connect: Network is unreachable
  43. sa@sa-VPCW11S1E:~$
  44.  
  45. dig www.google.com AAAA
  46.  
  47. ; <<>> DiG 9.10.3-P4-Ubuntu <<>> www.google.com AAAA
  48. ;; global options: +cmd
  49. ;; Got answer:
  50. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33677
  51. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  52.  
  53. ;; OPT PSEUDOSECTION:
  54. ; EDNS: version: 0, flags:; udp: 4096
  55. ;; QUESTION SECTION:
  56. ;www.google.com. IN AAAA
  57.  
  58. ;; ANSWER SECTION:
  59. www.google.com. 300 IN AAAA 2404:6800:4002:804::2004
  60.  
  61. ;; Query time: 151 msec
  62.  
  63. dig www.ba.com AAAA
  64.  
  65. ; <<>> DiG 9.10.3-P4-Ubuntu <<>> www.ba.com AAAA
  66. ;; global options: +cmd
  67. ;; Got answer:
  68. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30440
  69. ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 1
  70.  
  71. ;; OPT PSEUDOSECTION:
  72. ; EDNS: version: 0, flags:; udp: 4096
  73. ;; QUESTION SECTION:
  74. ;www.ba.com. IN AAAA
  75.  
  76. ;; ANSWER SECTION:
  77. www.ba.com. 60 IN CNAME www.ba.com.edgekey.net.
  78. www.ba.com.edgekey.net. 21600 IN CNAME e8308.b.akamaiedge.net.
  79.  
  80. ;; AUTHORITY SECTION:
  81. b.akamaiedge.net. 1000 IN SOA n0b.akamaiedge.net. hostmaster.akamai.com. 1476968242 1000 1000 1000 1800
  82.  
  83. ;; Query time: 354 msec
  84.  
  85. route -6
  86. ping6 www.google.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement