Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tonyrulez@brix:/etc$ sudo systemctl reset-failed systemd-resolved
- tonyrulez@brix:/etc$ sudo systemctl stop systemd-resolved
- tonyrulez@brix:/etc$ sudo systemctl start systemd-resolved
- tonyrulez@brix:/etc$ sudo systemctl status systemd-resolved
- ● systemd-resolved.service - Network Name Resolution
- Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)
- Active: active (running) since Mon 2022-10-24 16:23:23 UTC; 27s ago
- Docs: man:systemd-resolved.service(8)
- man:org.freedesktop.resolve1(5)
- https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
- https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
- Main PID: 38758 (systemd-resolve)
- Status: "Processing requests..."
- Tasks: 1 (limit: 4417)
- Memory: 4.3M
- CGroup: /system.slice/systemd-resolved.service
- └─38758 /lib/systemd/systemd-resolved
- Oct 24 16:23:23 brix systemd[1]: Starting Network Name Resolution...
- Oct 24 16:23:23 brix systemd-resolved[38758]: Positive Trust Anchors:
- Oct 24 16:23:23 brix systemd-resolved[38758]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8e>
- 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>
- Oct 24 16:23:23 brix systemd-resolved[38758]: Using system hostname 'brix'.
- Oct 24 16:23:23 brix systemd[1]: Started Network Name Resolution.
- tonyrulez@brix:/etc$ ping 1.1.1.1
- PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
- 64 bytes from 1.1.1.1: icmp_seq=1 ttl=57 time=24.9 ms
- 64 bytes from 1.1.1.1: icmp_seq=2 ttl=57 time=21.9 ms
- 64 bytes from 1.1.1.1: icmp_seq=3 ttl=57 time=18.0 ms
- 64 bytes from 1.1.1.1: icmp_seq=4 ttl=57 time=17.3 ms
- 64 bytes from 1.1.1.1: icmp_seq=5 ttl=57 time=18.3 ms
- 64 bytes from 1.1.1.1: icmp_seq=6 ttl=57 time=18.3 ms
- 64 bytes from 1.1.1.1: icmp_seq=7 ttl=57 time=19.1 ms
- ^C
- --- 1.1.1.1 ping statistics ---
- 7 packets transmitted, 7 received, 0% packet loss, time 6010ms
- rtt min/avg/max/mdev = 17.301/19.680/24.916/2.527 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement