Jack Craig:
>>> listen-on port 53     { localhost; };
>>> listen-on-v6 port 53  { any; };

Tim:
>> Unless I missed something, elsewhere, your IPv4 connections can only
>> come from localhost.

Jack Craig:
> i am sure i am the one missing something. you are suggesting  listen
> on external ip?
>  
> listen-on port 53       { localhost; 108.220.213.121; };

If you want to allow a query from outside, you have to allow a
connection to listen to the outside world.  You can specify networks,
or even a specific to listen on.  That's the IP it will listen on, not
some IP out on the world for it to listen to.

You've set your named to listen to *any* IPv6 interface.  You can do
the same with IPv4.

That's *IF* you want connections from outside through to your server. 
And, your firewall has to let them through, too.

> also, do you know where to look up the below query log entry for this
> failing request.
> 
> 13-Nov-2020 02:18:51.600 queries: info: client @0x7fa3f41c9760
> 172.253.1.1#54405 (linuxlighthouse.com): view external-wan-view:
> query: linuxlighthouse.com IN A -E(0)DC (10.0.0.101)

Elsewhere in your config, you had this parameter:

  file "/var/log/named/default.log"

That's the file to look through.

Confusingly, you seem to have log entries pasted in the middle of your
configuration file.

That log line suggests on that date and time a query from the 172... IP
address was answered using the data for the external-wan-view of the
DNS record.

You can find out more data about that IP using "dig -x 172.253.1.1" and
"whois 172.253.1.1" commands.

-- 
 
uname -rsvp
Linux 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 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@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