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

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
So when I do sudo nmcli c show, I get the following output:

Code:

NAME                UUID                                  TYPE      DEVICEpreconfigured       35f3f7b5-3afa-4d4d-8193-2a1d26e1f2cb  wifi      wlan0lo                  5e98f430-6fe5-4c64-8987-aa486679b639  loopback  loGHJ-Guest           f5c510a8-fb0d-47d5-a81f-955151734c60  wifi      --GHJ-Guest 1         f6447c1c-9a1e-4e88-a4d5-2ad3b153a760  wifi      --Julio?s Phone       f8cb9f12-8839-41d3-9c21-6a57546af80d  wifi      --Wired connection 1  29cfb939-b641-39c4-a46c-9207af72e4aa  ethernet  --
However, the PI says its connected to GHJ-WIFI , which doesn't show up in the list. (FYI, the first two listing are highlighted in green in the terminal)

Also, what does it mean by preconfigured?

Statistics: Posted by Jen19 — Fri Oct 04, 2024 8:47 pm



Viewing all articles
Browse latest Browse all 5045

Trending Articles