Hi there,
So, i have some issues with my home internet connections.
Some sites work, while other do not, as you can see below:
root@ubuntu:/home/user# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=119 time=3.21 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=119 time=3.35 ms
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 3.209/3.279/3.349/0.070 ms
root@ubuntu:/home/user# ping www.google.com
PING www.google.com (142.250.179.132) 56(84) bytes of data.
64 bytes from ams17s10-in-f4.1e100.net (142.250.179.132): icmp_seq=1 ttl=60 time=2.85 ms
64 bytes from ams17s10-in-f4.1e100.net (142.250.179.132): icmp_seq=2 ttl=60 time=3.12 ms
64 bytes from ams17s10-in-f4.1e100.net (142.250.179.132): icmp_seq=3 ttl=60 time=3.25 ms
--- www.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 2.853/3.076/3.251/0.165 ms
root@ubuntu:/home/user# ping nl.archive.ubuntu.com
PING ftp.bit.nl (213.136.12.213) 56(84) bytes of data.
--- ftp.bit.nl ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2037ms
root@ubuntu:/home/user# dig nl.archive.ubuntu.com
; <<>> DiG 9.16.1-Ubuntu <<>> nl.archive.ubuntu.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32123
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;nl.archive.ubuntu.com.INA
;; ANSWER SECTION:
nl.archive.ubuntu.com.238INCNAMEubuntuarchive.bit.nl.
ubuntuarchive.bit.nl.125INCNAMEftp.bit.nl.
ftp.bit.nl.29INA213.136.12.213
;; Query time: 4 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Thu Apr 28 23:16:44 UTC 2022
;; MSG SIZE rcvd: 118
root@ubuntu:/home/user# mtr -r -c 20 nl.archive.ubuntu.com
Start: 2022-04-28T23:17:24+0000
HOST: ubuntu Loss% Snt Last Avg Best Wrst StDev
1.|-- _gateway 0.0% 20 0.9 0.7 0.4 0.9 0.2
2.|-- 1-96-178-143.ftth.glasope 0.0% 20 3.2 3.2 2.7 3.8 0.3
3.|-- 10.10.80.106 0.0% 20 3.6 3.9 3.3 4.4 0.3
4.|-- ??? 100.0 20 0.0 0.0 0.0 0.0 0.0
Please help.