Advertisement
tonyrulez

Untitled

Oct 24th, 2022
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. tonyrulez@brix:/etc$ sudo systemctl reset-failed systemd-resolved
  2. tonyrulez@brix:/etc$ sudo systemctl stop systemd-resolved
  3. tonyrulez@brix:/etc$ sudo systemctl start systemd-resolved
  4. tonyrulez@brix:/etc$ sudo systemctl status systemd-resolved
  5. ● systemd-resolved.service - Network Name Resolution
  6. Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)
  7. Active: active (running) since Mon 2022-10-24 16:23:23 UTC; 27s ago
  8. Docs: man:systemd-resolved.service(8)
  9. man:org.freedesktop.resolve1(5)
  10. https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
  11. https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
  12. Main PID: 38758 (systemd-resolve)
  13. Status: "Processing requests..."
  14. Tasks: 1 (limit: 4417)
  15. Memory: 4.3M
  16. CGroup: /system.slice/systemd-resolved.service
  17. └─38758 /lib/systemd/systemd-resolved
  18.  
  19. Oct 24 16:23:23 brix systemd[1]: Starting Network Name Resolution...
  20. Oct 24 16:23:23 brix systemd-resolved[38758]: Positive Trust Anchors:
  21. Oct 24 16:23:23 brix systemd-resolved[38758]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8e>
  22. Oct 24 16:23:23 brix systemd-resolved[38758]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa>
  23. Oct 24 16:23:23 brix systemd-resolved[38758]: Using system hostname 'brix'.
  24. Oct 24 16:23:23 brix systemd[1]: Started Network Name Resolution.
  25. tonyrulez@brix:/etc$ ping 1.1.1.1
  26. PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
  27. 64 bytes from 1.1.1.1: icmp_seq=1 ttl=57 time=24.9 ms
  28. 64 bytes from 1.1.1.1: icmp_seq=2 ttl=57 time=21.9 ms
  29. 64 bytes from 1.1.1.1: icmp_seq=3 ttl=57 time=18.0 ms
  30. 64 bytes from 1.1.1.1: icmp_seq=4 ttl=57 time=17.3 ms
  31. 64 bytes from 1.1.1.1: icmp_seq=5 ttl=57 time=18.3 ms
  32. 64 bytes from 1.1.1.1: icmp_seq=6 ttl=57 time=18.3 ms
  33. 64 bytes from 1.1.1.1: icmp_seq=7 ttl=57 time=19.1 ms
  34. ^C
  35. --- 1.1.1.1 ping statistics ---
  36. 7 packets transmitted, 7 received, 0% packet loss, time 6010ms
  37. rtt min/avg/max/mdev = 17.301/19.680/24.916/2.527 ms
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement