Re: on to letsencrypt

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


On Fri, Apr 30, 2021 at 3:03 PM Ed Greshko <ed.greshko@xxxxxxxxxxx <mailto:ed.greshko@xxxxxxxxxxx>> 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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux