Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4816

Beginners • Re: Having DNS issues. Help

$
0
0
I have put a static IP address on the PI, but idk if that is whats causing the issue. I have tried what seems like almost everything but I have given up.
Likely this is the cause. Try

Code:

# get the connection namesudo nmcli c show# and substitute it for <connection-name>sudo nmcli c modify <connection-name> ipv4.dns 8.8.8.8sudo nmcli c reload

You may also want to add the internal DNS server for you LAN (usually your router). Google won't be able to resolvve those hostnames.

Statistics: Posted by thagrol — Tue Oct 01, 2024 11:16 pm



Viewing all articles
Browse latest Browse all 4816

Trending Articles