On 24/04/2021 10:13, Jack Craig wrote:


    Maybe send your current named.conf?


 attaching isnt happening for some reason so i'l need to inline it.
it should be exactly as you sent me, pls yell if not so?


Ahhh.....  the file you sent me contains exactly what it *should not* contain.

The file you sent me has...

options {
        listen-on port 53 { 127.0.0.1; };
        listen-on-v6 port 53 { ::1; };

That will cause named to listen ONLY on the loopback interfaces.

Change that to be

options {
//   listen-on port 53 { 127.0.0.1; };
//    listen-on-v6 port 53 { ::1; };

Or *remove* those lines.

Or change them to add the IP addresses of you interfaces.

--
Remind me to ignore comments which aren't germane to the thread.
_______________________________________________
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to