Guest User

Untitled

a guest
Nov 19th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. $ cat /etc/resolv.conf
  2. # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  3. # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  4. # 127.0.0.53 is the systemd-resolved stub resolver.
  5. # run "systemd-resolve --status" to see details about the actual nameservers.
  6.  
  7. nameserver 127.0.0.53
  8.  
  9. $ systemd-resolve --status
  10. Global
  11. DNSSEC NTA: 10.in-addr.arpa
  12. 16.172.in-addr.arpa
  13. 168.192.in-addr.arpa
  14. 17.172.in-addr.arpa
  15. 18.172.in-addr.arpa
  16. 19.172.in-addr.arpa
  17. 20.172.in-addr.arpa
  18. 21.172.in-addr.arpa
  19. 22.172.in-addr.arpa
  20. 23.172.in-addr.arpa
  21. 24.172.in-addr.arpa
  22. 25.172.in-addr.arpa
  23. 26.172.in-addr.arpa
  24. 27.172.in-addr.arpa
  25. 28.172.in-addr.arpa
  26. 29.172.in-addr.arpa
  27. 30.172.in-addr.arpa
  28. 31.172.in-addr.arpa
  29. corp
  30. d.f.ip6.arpa
  31. home
  32. internal
  33. intranet
  34. lan
  35. local
  36. private
  37. test
  38.  
  39. Link 6 (ppp0)
  40. Current Scopes: none
  41. LLMNR setting: yes
  42. MulticastDNS setting: no
  43. DNSSEC setting: no
  44. DNSSEC supported: no
  45.  
  46. Link 3 (wlp3s0)
  47. Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6
  48. LLMNR setting: yes
  49. MulticastDNS setting: no
  50. DNSSEC setting: no
  51. DNSSEC supported: no
  52. DNS Servers: 80.69.96.12
  53. 81.210.129.4
  54.  
  55. Link 2 (eno1)
  56. Current Scopes: none
  57. LLMNR setting: yes
  58. MulticastDNS setting: no
  59. DNSSEC setting: no
  60. DNSSEC supported: no
  61.  
  62. $ systemd-resolve --status
  63. Global
  64. DNSSEC NTA: 10.in-addr.arpa
  65. 16.172.in-addr.arpa
  66. 168.192.in-addr.arpa
  67. 17.172.in-addr.arpa
  68. 18.172.in-addr.arpa
  69. 19.172.in-addr.arpa
  70. 20.172.in-addr.arpa
  71. 21.172.in-addr.arpa
  72. 22.172.in-addr.arpa
  73. 23.172.in-addr.arpa
  74. 24.172.in-addr.arpa
  75. 25.172.in-addr.arpa
  76. 26.172.in-addr.arpa
  77. 27.172.in-addr.arpa
  78. 28.172.in-addr.arpa
  79. 29.172.in-addr.arpa
  80. 30.172.in-addr.arpa
  81. 31.172.in-addr.arpa
  82. corp
  83. d.f.ip6.arpa
  84. home
  85. internal
  86. intranet
  87. lan
  88. local
  89. private
  90. test
  91.  
  92. Link 6 (ppp0)
  93. Current Scopes: none
  94. LLMNR setting: yes
  95. MulticastDNS setting: no
  96. DNSSEC setting: no
  97. DNSSEC supported: no
  98.  
  99. Link 3 (wlp3s0)
  100. Current Scopes: none
  101. LLMNR setting: yes
  102. MulticastDNS setting: no
  103. DNSSEC setting: no
  104. DNSSEC supported: no
  105.  
  106. Link 2 (eno1)
  107. Current Scopes: none
  108. LLMNR setting: yes
  109. MulticastDNS setting: no
  110. DNSSEC setting: no
  111. DNSSEC supported: no
  112.  
  113. $ nmcli device show
  114. GENERAL.DEVICE: ttyUSB2
  115. GENERAL.TYPE: gsm
  116. GENERAL.HWADDR: (unknown)
  117. GENERAL.MTU: 0
  118. GENERAL.STATE: 100 (connected)
  119. GENERAL.CONNECTION: 1&1
  120. GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/6
  121. IP4.ADDRESS[1]: 10.222.91.51/32
  122. IP4.GATEWAY: 0.0.0.0
  123. IP4.ROUTE[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
  124. IP4.DNS[1]: 139.7.30.125
  125. IP4.DNS[2]: 139.7.30.126
  126.  
  127. GENERAL.DEVICE: wlp3s0
  128. GENERAL.TYPE: wifi
  129. GENERAL.HWADDR: 4E:D3:55:95:9D:9F
  130. GENERAL.MTU: 0
  131. GENERAL.STATE: 30 (disconnected)
  132. GENERAL.CONNECTION: --
  133. GENERAL.CON-PATH: --
  134.  
  135. GENERAL.DEVICE: eno1
  136. GENERAL.TYPE: ethernet
  137. GENERAL.HWADDR: 5C:26:0A:01:41:05
  138. GENERAL.MTU: 1500
  139. GENERAL.STATE: 20 (unavailable)
  140. GENERAL.CONNECTION: --
  141. GENERAL.CON-PATH: --
  142. WIRED-PROPERTIES.CARRIER: off
  143.  
  144. GENERAL.DEVICE: lo
  145. GENERAL.TYPE: loopback
  146. GENERAL.HWADDR: 00:00:00:00:00:00
  147. GENERAL.MTU: 65536
  148. GENERAL.STATE: 10 (unmanaged)
  149. GENERAL.CONNECTION: --
  150. GENERAL.CON-PATH: --
  151. IP4.ADDRESS[1]: 127.0.0.1/8
  152. IP4.GATEWAY:
  153. IP6.ADDRESS[1]: ::1/128
  154. IP6.GATEWAY:
  155.  
  156. $ systemctl status wpa_supplicant.service NetworkManager.service systemd-resolved
  157. ● wpa_supplicant.service - WPA supplicant
  158. Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; disabled; vendor preset: enabled)
  159. Active: active (running) since Sun 2017-11-19 14:14:51 CET; 4h 4min ago
  160. Main PID: 1275 (wpa_supplicant)
  161. Tasks: 1 (limit: 4915)
  162. CGroup: /system.slice/wpa_supplicant.service
  163. └─1275 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
  164.  
  165. Nov 19 18:01:15 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 92:5c:14:74:dc:ca completed [id=0 id_str=]
  166. Nov 19 18:01:15 stefan-Latitude-E6510 wpa_supplicant[1275]: EAPOL: Received IEEE 802.1X EAPOL-Key even though this was not accepted - ignoring this packet
  167. Nov 19 18:01:15 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-69 noise=9999 txrate=1000
  168. Nov 19 18:01:18 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
  169. Nov 19 18:03:58 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-73 noise=9999 txrate=28900
  170. Nov 19 18:12:07 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=26000
  171. Nov 19 18:12:08 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=26000
  172. Nov 19 18:12:09 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-78 noise=9999 txrate=26000
  173. Nov 19 18:14:22 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=92:5c:14:74:dc:ca reason=3 locally_generated=1
  174. Nov 19 18:14:22 stefan-Latitude-E6510 wpa_supplicant[1275]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
  175.  
  176. ● NetworkManager.service - Network Manager
  177. Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
  178. Active: active (running) since Sun 2017-11-19 14:14:49 CET; 4h 4min ago
  179. Docs: man:NetworkManager(8)
  180. Main PID: 1098 (NetworkManager)
  181. Tasks: 6 (limit: 4915)
  182. CGroup: /system.slice/NetworkManager.service
  183. ├─1098 /usr/sbin/NetworkManager --no-daemon
  184. └─6631 /usr/sbin/pppd nodetach lock nodefaultroute ipv6 , user D2 ttyUSB2 noipdefault noauth usepeerdns lcp-echo-failure 0 lcp-echo-interval 0 idle 0 ipparam /org/freedesktop/NetworkManager/PPP/2 plugin /usr/lib/pppd/2.4.7/nm-pppd-plugin.so
  185.  
  186. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.1267] dhcp4 (wlp3s0): canceled DHCP transaction, DHCP client pid 7487
  187. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.1267] dhcp4 (wlp3s0): state changed bound -> done
  188. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.1424] device (wlp3s0): set-hw-addr: set MAC address to F6:15:2A:E4:71:5F (scanning)
  189. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.4753] manager: NetworkManager state is now CONNECTED_GLOBAL
  190. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.4755] policy: set '1&1' (ppp0) as default for IPv4 routing and DNS
  191. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: ((devices/nm-device.c:9799)): assertion '<dropped>' failed
  192. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <warn> [1511111662.4861] sup-iface[0x5617361c71f0,wlp3s0]: connection disconnected (reason -3)
  193. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.4862] device (wlp3s0): supplicant interface state: completed -> disconnected
  194. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.4969] device (wlp3s0): supplicant interface state: disconnected -> disabled
  195. Nov 19 18:14:22 stefan-Latitude-E6510 NetworkManager[1098]: <info> [1511111662.4973] device (wlp3s0): supplicant interface state: disabled -> disconnected
  196.  
  197. ● systemd-resolved.service - Network Name Resolution
  198. Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)
  199. Drop-In: /lib/systemd/system/systemd-resolved.service.d
  200. └─resolvconf.conf
  201. Active: active (running) since Sun 2017-11-19 14:14:49 CET; 4h 4min ago
  202. Docs: man:systemd-resolved.service(8)
  203. http://www.freedesktop.org/wiki/Software/systemd/resolved
  204. http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
  205. http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
  206. Main PID: 1195 (systemd-resolve)
  207. Status: "Processing requests..."
  208. Tasks: 1 (limit: 4915)
  209. CGroup: /system.slice/systemd-resolved.service
  210. └─1195 /lib/systemd/systemd-resolved
  211.  
  212. Nov 19 14:14:49 stefan-Latitude-E6510 systemd[1]: Started Network Name Resolution.
  213. Nov 19 17:23:06 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 80.69.96.12 for interface wlp3s0.
  214. Nov 19 17:27:53 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 81.210.129.4 for interface wlp3s0.
  215. Nov 19 17:42:30 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 80.69.96.12 for interface wlp3s0.
  216. Nov 19 18:04:14 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 81.210.129.4 for interface wlp3s0.
  217. Nov 19 18:04:14 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 80.69.96.12 for interface wlp3s0.
  218. Nov 19 18:04:14 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 81.210.129.4 for interface wlp3s0.
  219. Nov 19 18:04:15 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 80.69.96.12 for interface wlp3s0.
  220. Nov 19 18:04:16 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 81.210.129.4 for interface wlp3s0.
  221. Nov 19 18:04:17 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 80.69.96.12 for interface wlp3s0.
  222.  
  223. Nov 19 18:04:17 stefan-Latitude-E6510 systemd-resolved[1195]: Switching to DNS server 80.69.96.12 for interface wlp3s0.
Add Comment
Please, Sign In to add comment