Re: Named group of servers, to use it in a zone statement
Colin Vidal <[email protected]>
| Newsgroups | gmane.network.dns.bind9.user |
|---|---|
| Message-ID | <30d4d69282da83e81028283206b1b515adea728d.camel__44876.980425191$1763559917$gmane$org@isc.org> |
Hi Benoit,
On Wed, 2025-11-19 at 12:47 +0000, POULET Benoit wrote:
>
> Hi Colin,
>
>
> Can I add the that the problem is present on a secondary, in the
> "primaries" parameter :
>
>
> remote-servers primaries-server-list {
> 10.64.1.46;
> };
>
>
> zone "64.10.in-addr.arpa" {
> type secondary;
> file "/var/cache/bind/internal/64.10.in-addr-arpa.db";
> primaries {
> primaries-server-list key internal-key;
> };
> };
>
>
>
>
> named-checkconf
> /etc/bind/zones.reverse.internal.conf:5: unexpected token 'internal-
> key'
Yes. My understanding of the problem is that the parser expects an
optional key only when following an IP address, not a server-list. So
the problem should occur in all the cases using this syntax.
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list.