It looks like a DNS problem with your Pi.
Time to do a bit of basic network troubleshooting on it.
1. Test for internet connectivity by pinging Google's public DNS serversIf that succeeds (0% packet loss) your Pi does have internet, go to step 2. If not, it may be a routing error, so get basic network informationPost the output of those commands here and skip step 2.
2. Test for DNS look upThat will probably fail if it does, check your DNS configuration.Post the output of that command here.
Time to do a bit of basic network troubleshooting on it.
1. Test for internet connectivity by pinging Google's public DNS servers
Code:
ping -c 4 8.8.8.8
Code:
ip routeip addr
2. Test for DNS look up
Code:
ping -c 4 google.com
Code:
cat /etc/resolv.conf
Statistics: Posted by rpdom — Fri Jul 26, 2024 9:39 am