caching does not seem to be working for internal view

Lee ler762 at gmail.com
Wed Aug 3 21:22:15 UTC 2022


On 8/3/22, Robert Moskowitz via bind-users wrote:
> thanks Greg.  Yes I need to figure out how to troubleshoot this. But
> here is some stuff:
>
> # cat resolv.conf
> # Generated by NetworkManager
> search attlocal.net htt-consult.com
> nameserver 23.123.122.146
> nameserver 2600:1700:9120:4330::1
>
> My server is 23.123.122.146.  That IPv6 addr is my ATT router.
>
> # cat named.conf
>      include "/etc/named/named.acl";
>
> options {
>      listen-on port 53 { any; };
>      listen-on-v6 port 53 { any; };
>      use-v4-udp-ports { range 10240 65535; };
>      use-v6-udp-ports { range 10240 65535; };
>      directory     "/var/named";
>      dump-file     "/var/named/data/cache_dump.db";
>      statistics-file "/var/named/data/named_stats.txt";
>      memstatistics-file "/var/named/data/named_mem_stats.txt";
>      allow-query     { localhost; };

seems wrong, shouldn't that be
      allow-query        { httnets; };

Lee


More information about the bind-users mailing list