Guest User

Untitled

a guest
Feb 17th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. sudo apt update -y
  2. Err:1 http://ppa.launchpad.net/webupd8team/atom/ubuntu bionic InRelease
  3. Connection failed [IP: 91.189.95.83 80]
  4. Err:2 http://in.archive.ubuntu.com/ubuntu bionic InRelease
  5. Connection failed [IP: 91.189.88.162 80]
  6. Err:3 http://in.archive.ubuntu.com/ubuntu bionic-security InRelease
  7. Connection failed [IP: 91.189.88.149 80]
  8.  
  9. ping 91.189.95.83
  10. PING 91.189.95.83 (91.189.95.83) 56(84) bytes of data.
  11. 64 bytes from 91.189.95.83: icmp_seq=1 ttl=56 time=20.6 ms
  12. 64 bytes from 91.189.95.83: icmp_seq=2 ttl=56 time=18.7 ms
  13. 64 bytes from 91.189.95.83: icmp_seq=3 ttl=56 time=19.6 ms
  14. 64 bytes from 91.189.95.83: icmp_seq=4 ttl=56 time=19.2 ms
  15.  
  16. cat /etc/apt/sources.list
  17. #------------------------------------------------------------------------------#
  18. # OFFICIAL UBUNTU REPOS #
  19. #------------------------------------------------------------------------------#
  20.  
  21.  
  22. ###### Ubuntu Main Repos
  23. deb http://in.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
  24.  
  25. ###### Ubuntu Update Repos
  26. deb http://in.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
  27. deb http://in.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
  28.  
  29. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  30. inet 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255
  31. inet6 fe80::28c:faff:fe8a:7cba prefixlen 64 scopeid 0x20<link>
  32. ether 00:8c:fa:8a:7c:ba txqueuelen 1000 (Ethernet)
  33. RX packets 198488 bytes 80931214 (80.9 MB)
  34. RX errors 0 dropped 0 overruns 0 frame 0
  35. TX packets 148532 bytes 71462491 (71.4 MB)
  36. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  37.  
  38. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  39. inet 127.0.0.1 netmask 255.0.0.0
  40. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  41. loop txqueuelen 1000 (Local Loopback)
  42. RX packets 238660 bytes 25150962 (25.1 MB)
  43. RX errors 0 dropped 0 overruns 0 frame 0
  44. TX packets 238660 bytes 25150962 (25.1 MB)
  45. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  46.  
  47. wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  48. inet 192.168.1.9 netmask 255.255.255.0 broadcast 192.168.1.255
  49. inet6 fe80::5e82:7f12:37f8:854f prefixlen 64 scopeid 0x20<link>
  50. ether 34:de:1a:7f:93:1a txqueuelen 1000 (Ethernet)
  51. RX packets 29308 bytes 10218041 (10.2 MB)
  52. RX errors 0 dropped 0 overruns 0 frame 0
  53. TX packets 15815 bytes 2638177 (2.6 MB)
  54. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  55.  
  56. cat /etc/netplan/01-netcfg.yaml
  57. # This file describes the network interfaces available on your system
  58. # For more information, see netplan(5).
  59. network:
  60. version: 2
  61. renderer: networkd
  62. ethernets:
  63. eth0:
  64. dhcp4: yes
  65. dhcp6: yes
  66. addresses: [192.168.1.0/24, ]
  67. gateway4: 192.168.1.1
  68. nameservers:
  69. addresses: [192.168.1.1, 8.8.8.8, 8.8.4.4]
  70.  
  71. systemd-resolve --status
  72. Global
  73. DNS Servers: 192.168.1.1
  74. DNSSEC NTA: 10.in-addr.arpa
  75. 16.172.in-addr.arpa
  76. 168.192.in-addr.arpa
  77. 17.172.in-addr.arpa
  78. 18.172.in-addr.arpa
  79. 19.172.in-addr.arpa
  80. 20.172.in-addr.arpa
  81. 21.172.in-addr.arpa
  82. 22.172.in-addr.arpa
  83. 23.172.in-addr.arpa
  84. 24.172.in-addr.arpa
  85. 25.172.in-addr.arpa
  86. 26.172.in-addr.arpa
  87. 27.172.in-addr.arpa
  88. 28.172.in-addr.arpa
  89. 29.172.in-addr.arpa
  90. 30.172.in-addr.arpa
  91. 31.172.in-addr.arpa
  92. corp
  93. d.f.ip6.arpa
  94. home
  95. internal
  96. intranet
  97. lan
  98. local
  99. private
  100. test
  101.  
  102. Link 3 (wlan0)
  103. Current Scopes: DNS
  104. LLMNR setting: yes
  105. MulticastDNS setting: no
  106. DNSSEC setting: no
  107. DNSSEC supported: no
  108. DNS Servers: 192.168.1.1
  109.  
  110. Link 2 (eth0)
  111. Current Scopes: DNS
  112. LLMNR setting: yes
  113. MulticastDNS setting: no
  114. DNSSEC setting: no
  115. DNSSEC supported: no
  116. DNS Servers: 192.168.1.1
  117. 8.8.8.8
  118. 8.8.4.4
Add Comment
Please, Sign In to add comment