On 01/05/2021 11:28, Jack Craig wrote:


On Fri, Apr 30, 2021 at 3:03 PM Ed Greshko <ed.gres...@greshko.com 
<mailto:ed.gres...@greshko.com>> wrote:



    >
    >
    >     [egreshko@meimei ~]$ host cnn.com <http://cnn.com> <http://cnn.com 
<http://cnn.com>> 108.220.213.121
    >     Using domain server:
    >     Name: 108.220.213.121
    >     Address: 108.220.213.121#53
    >     Aliases:
    >
    >     Host cnn.com <http://cnn.com> <http://cnn.com <http://cnn.com>> not 
found: 5(REFUSED)
    >
    >     Which is correct since your named.conf currently contains
    >
    >              allow-query     { localhost; };
    >
    >     So, at least your server is now contactable from the Internet.  So 
you can go about adding in the zones
    >     you need as well as the access you want to allow.
    >

    Your dns server REFUSED to answer the query.  That is "correct" for the 
*test* named.conf file I sent.
    The *test* configuration contains....

    allow-query     { localhost; };


i would think that *allow-query { localhost; 108.220.213.121; };*

but that does not appear to work for me. what am i missing here?


You are missing the fact that you attempting to run a *public* DNS server.

That means that your DNS server must accept queries from *any* source address.

allow-query     { any; };

is what you'll need.

--
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