Quantcast
Viewing all articles
Browse latest Browse all 4909

General discussion • Re: unable to resolve host address ‘dot.net’

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 servers

Code:

ping -c 4 8.8.8.8
If 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 information

Code:

ip routeip addr
Post the output of those commands here and skip step 2.

2. Test for DNS look up

Code:

ping -c 4 google.com
That will probably fail if it does, check your DNS configuration.

Code:

cat /etc/resolv.conf
Post the output of that command here.

Statistics: Posted by rpdom — Fri Jul 26, 2024 9:39 am



Viewing all articles
Browse latest Browse all 4909

Trending Articles