Re: [Pdns-users] Statistics

2019-01-25 Thread Martin Kellermann via Pdns-users
>By reading the fine documentation, for example >https://doc.powerdns.com/authoritative/performance.html?highlight=metrics#metricnames >or https://doc.powerdns.com/recursor/metrics.html?highlight=metrics >or https://dnsdist.org/reference/config.html?highlight=stats#dumpStats > > Bert hi Bert

Re: [Pdns-users] reverse zone /27 subnet - migrating from bind

2019-01-25 Thread Martin Kellermann via Pdns-users
>> You cant ask your dns directly, it only knows about the zone >> 118-31.82.119.85.in-addr.arpa. >> So you would need do do: >> >> dig 118.18-31.82.119.85.in-addr.arpa ptr @dnsip >> >> to get a correct result you have to ask the dns at the provider and there >> you get back a cname pointing to y

Re: [Pdns-users] reverse zone /27 subnet - migrating from bind

2019-01-25 Thread Brian Candler
On 25/01/2019 08:54, Matthias Cramer wrote: You cant ask your dns directly, it only knows about the zone 118-31.82.119.85.in-addr.arpa. So you would need do do: dig 118.18-31.82.119.85.in-addr.arpa ptr @dnsip to get a correct result you have to ask the dns at the provider and there you get ba

Re: [Pdns-users] reverse zone /27 subnet - migrating from bind

2019-01-25 Thread Matthias Cramer
Hi Martin n 25/01/2019 09:33, Martin Kellermann via Pdns-users wrote: > hi Andy, > >> By way of example, I (in the ISP role) delegate 85.119.82.118/32 to >> an end user by putting the equivalent of: >> >> 118-32 NS ns1.abominable.org.uk. >> 118-32 NS ns2.abominable.org.uk. >> 118

Re: [Pdns-users] reverse zone /27 subnet - migrating from bind

2019-01-25 Thread Brian Candler
On 25/01/2019 08:33, Martin Kellermann via Pdns-users wrote: hi Andy, By way of example, I (in the ISP role) delegate 85.119.82.118/32 to an end user by putting the equivalent of: 118-32 NS ns1.abominable.org.uk. 118-32 NS ns2.abominable.org.uk. 118 CNAME 118.118-32.82.119.85

Re: [Pdns-users] reverse zone /27 subnet - migrating from bind

2019-01-25 Thread Martin Kellermann via Pdns-users
hi Andy, >By way of example, I (in the ISP role) delegate 85.119.82.118/32 to >an end user by putting the equivalent of: > >118-32 NS ns1.abominable.org.uk. >118-32 NS ns2.abominable.org.uk. >118 CNAME 118.118-32.82.119.85.in-addr.arpa. > >into the zone 82.119.85.in-addr.arpa. So