Tim:
>> Okay, I've just tested it, and it still works like I expect:  I can
>> add extra DNS servers, I can override DHCP and only use manually
>> enterred DNS servers.

Stan:
> Is there something else you are doing?

No, that was it.

You haven't firewalled things into non-functionality?

> I did this, and it shows up in the connection info, and
> NetworkManager
> writes
> /etc/resolv.conf as
> nameserver 127.0.0.1

Likewise.

> and systemctl shows named.service active and running
> and iftop shows queries going to 1.1.1.1 and 9.9.9.9, the forwarders,
> but any name resolution times out.

Use the dig command.  See how your local DNS server responds.  Check
that you can directly query outside servers.

This will query the default server:
dig example.com

This will query specific servers:
dig example.com @1.1.1.1

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to