02-27-2020, 12:43 PM
(02-27-2020, 12:25 PM)a-wai Wrote:(02-27-2020, 11:21 AM)parkerwb Wrote: Also having DNS issues with 226 img.Hmmm, I may have a clue: could you try editing your mobile data connection (something like /etc/NetworkManager/system-connections/<APN name>.nmconnection) and change the dns-priority value to 120?
(I don't have a SIM available to test for now)
The only connection I have in /etc/N..M../sys-cons/ is for my WiFi... nothing for Mobile/modem etc. so no priority value. Still digging around.
Code:
GNU nano 4.8
The Land of Make Believe.nmconnection
[connection]
id=The Land of Make Believe
uuid=6a7a79e0-f728-4c53-965e-90c16566d26f
type=wifi
interface-name=wlan0
permissions=
timestamp=1581090957
[wifi]
mac-address-blacklist=
mode=infrastructure
seen-bssids=C0:3F:0E:BD:E0:88;
ssid=The Land of Make Believe
[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
psk=blahblah
[ipv4]
dns=8.8.8.8;8.8.4.4;
dns-search=
ignore-auto-dns=true
method=auto
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
method=auto
[proxy]