Likely this is the cause. TryI 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.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