On Tue, 2021-04-20 at 03:09 -0700, Jack Craig wrote: > attached named.conf It has the following lines in it: listen-on port 53 { 127.0.0.1; 10.0.0.1; 108.220.213.121; }; allow-query { localhost; 10.0.0.1; 108.220.213.121; }; Does your computer actually recognise one of its WAN ports as being that IP? Changing those lines to listen and allow from "any" might make a difference if your computer hasn't assigned 108.220.213.121 to one of its interfaces. At this time, since you're behind two routers, your DNS server shouldn't be facing unwanted connections from anywhere else to worry about. The listen-on clause would be the interfaces it listens on, so your computer's network has to have a port with that IP address. I'm not sure if the allow-query is the same. Whether it's allowing queries coming in through that address, or allowing queries from that address (i.e. the remote end making the query) and the remote end is whatever *their* address is. At the end you have: view "wan-view" { zone "linuxlighthouse.com" { type master; file "/var/named/linuxlighthouse.com.db"; allow-update { none; }; }; and so on... But the supplied named.conf hasn't defined a "wan-view" acl, you've only done "internals" and "slaves". > registrar = network solutions > where they reference => ns3.attdns.com & ws.llinuxlighthouse.com I can see reasons to be your own webserver (e.g. not having to pay more for someone else to do it, you can configure your server any that way you like, etc). But when you register a domain name, you're already paying for someone to host your DNS records, and you don't have to do anything extra. -- uname -rsvp Linux 3.10.0-1160.24.1.el7.x86_64 #1 SMP Thu Apr 8 19:51:47 UTC 2021 x86_64 Boilerplate: All unexpected mail to my mailbox is automatically deleted. I will only get to see the messages that are posted to the mailing list. _______________________________________________ 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