[Pdns-users] Pdns-users Digest, Vol 191, Issue 14

Satya Sharma satya876 at gmail.com
Tue Dec 18 17:45:32 UTC 2018


Hello,

Could your kindly provide suggestion, if PowerDNS can be used with NGINX
reverse proxy. If yes, what are the benefits or any limitations.

Thank You, kindly advice.

Regards,
Satya Prakash Sharma


On Tue, Dec 18, 2018 at 5:30 PM <pdns-users-request at mailman.powerdns.com>
wrote:

> Send Pdns-users mailing list submissions to
>         pdns-users at mailman.powerdns.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mailman.powerdns.com/mailman/listinfo/pdns-users
> or, via email, send a message with subject or body 'help' to
>         pdns-users-request at mailman.powerdns.com
>
> You can reach the person managing the list at
>         pdns-users-owner at mailman.powerdns.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pdns-users digest..."
>
>
> Today's Topics:
>
>    1. PowerDNS Authoritative Server v4.2.0-alpha1 Available!
>       (Erik Winkels)
>    2. Re: PDNS and Isilon Smartconnect Delegation (Ian Easter)
>    3. Re: PDNS and Isilon Smartconnect Delegation (bert hubert)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 17 Dec 2018 14:49:24 +0100 (CET)
> From: Erik Winkels <erik.winkels at open-xchange.com>
> To: pdns-announce at mailman.powerdns.com, pdns-dev at mailman.powerdns.com,
>         pdns-users at mailman.powerdns.com
> Subject: [Pdns-users] PowerDNS Authoritative Server v4.2.0-alpha1
>         Available!
> Message-ID:
>         <401849309.2020.1545054564633 at appsuite-guard.open-xchange.com>
> Content-Type: text/plain; charset="utf-8"
>
> (From:
> https://blog.powerdns.com/2018/12/14/powerdns-authoritative-server-4-2-0-alpha1-lua-records-ixfrdist-swagger/
> )
>
> We’re proud to release the first alpha version of the PowerDNS
> Authoritative Server 4.2 series. While some users have already deployed
> this version straight from our package builders[1] or master
> repositories[2], this is still a very fresh release.
>
> 4.2 represents almost a year of development over 4.1 and contains some
> major new features and improvements, while deprecating some functionality
> you may have been relying on (autoserial, for example).
>
> LUA RECORDS
>
> An important new feature is the support for Lua Records[3], which make the
> following possible, from any backend (even BIND!):
>
>     @ IN LUA A "ifportup(443, {'52.48.64.3', '45.55.10.200'})"
>
> This will poll the named IP addresses (in the background) and only serve
> up hosts that are available. Far more powerful constructs are possible, for
> example to pick servers from regional pools close to the user, except if
> all servers in that pool are down. It is also possible to do traffic
> engineering based on subnets or AS numbers. A simple example:
>
>     @    IN   LUA A ( "ifportup(443, {'52.48.64.3', '45.55.10.200'}, "
>                       "{selector='closest'})
>
> For more about this feature, please head to the documentation:
> https://doc.powerdns.com/authoritative/lua-records/index.html
>
> DEPRECATIONS
>
> 4.2 will see the removal of the poorly documented ‘autoserial’ feature.
> This removal decision was not taken lightly but as noted[4], its removal
> allows us to fix other bugs. Autoserial was holding us back. We realise it
> is no fun when a feature disappears, but since Authoritative Server 4.1 is
> still around, you can still use that if you require ‘autoserial’.
>
> Following RFC6986 and anticipating the publication of Algorithm
> Implementation Requirements and Usage Guidance for DNSSEC, support for both
> ECC-GOST signing and GOST DS digests have been removed.
>
> IXFRDIST
>
> A new tool ixfrdist[5] transfers zones from an authoritative server and
> re-serves these zones over AXFR and IXFR. It checks the SOA serial for all
> configured domains and downloads new versions to disk. This makes it
> possible for hundreds of PowerDNS Recursors (or authoritative servers) to
> slave an (RPZ) zone from a single server, without overwhelming providers
> like our friends over at Spamhaus/Deteque[6] and Farsight[7].
>
> Inspired by our Open-Xchange[8] colleagues our API is now described by a
> Swagger[9] spec!
>
> LOG-LOG HISTOGRAMS
>
> Over at PowerDNS, we love statistics. Making sense of DNS performance is
> not that easy however – most queries get answered very quickly, but it is
> the outliers that determine how users “experience the internet”. It turns
> out that log-log histograms make it possible to fully capture the quality
> of a DNS service. As explained in this blog post[10], PowerDNS now comes
> with tooling to make such histograms:
> https://powerdnsblog.files.wordpress.com/2017/11/log-full-avg.png
>
> Note that this tooling is not specific to PowerDNS Authoritative or even
> PowerDNS: it will analyse any PCAP file with DNS in there.
>
> IMPROVEMENTS, FIXES
>
> - Threads now set their name[11]
> - Massive speedup in record deduplication code, which was causing problems
> when serving very large responses[12]
> - Support for OpenSSL 1.1.1’s ed25519 and ed448[13]
> - Enhance query-logging with timing for MySQL, PostgreSQL and SQLite. Slow
> databases are a frequent cause for bad PowerDNS performance. This logging
> delivers detail on how slow/fast your backend is for specific queries[14].
>
> MUCH MORE
>
> The changelog lists many more improvements and bug fixes:
> https://doc.powerdns.com/authoritative/changelog/4.2.html
>
> Please also see the recent "Important Changes in PowerDNS Authoritative
> Server 4.2.0"[15] and "Enabling continuous fuzzing of PowerDNS
> products"[16] blog posts.
>
> The tarball is available on downloads.powerdns.com[17] (signature[18])
> and packages for CentOS 6 and 7, Debian Jessie and Stretch, Ubuntu Bionic,
> Trusty and Xenial are available from https://repo.powerdns.com
>
> Please send us all feedback and issues you might have via the mailing
> list, or in case of a bug, via GitHub[19].
>
>  1 - https://builder.powerdns.com/
>  2 - https://repo.powerdns.com/
>  3 -
> https://blog.powerdns.com/2017/12/15/powerdns-authoritative-lua-records/
>  4 -
> https://blog.powerdns.com/2018/12/07/important-changes-in-powerdns-authoritative-server-4-2-0/
>  5 - https://doc.powerdns.com/authoritative/manpages/ixfrdist.1.html
>  6 - https://www.deteque.com/
>  7 - https://www.farsightsecurity.com/
>  8 - https://www.open-xchange.com/
>  9 - https://swagger.io/
> 10 -
> https://blog.powerdns.com/2017/11/02/dns-performance-metrics-the-logarithmic-percentile-histogram/
> 11 - https://github.com/PowerDNS/pdns/pull/6997
> 12 - https://github.com/PowerDNS/pdns/pull/6730
> 13 - https://github.com/PowerDNS/pdns/pull/6910
> 14 - https://github.com/PowerDNS/pdns/pull/6975
> 15 -
> https://blog.powerdns.com/2018/12/07/important-changes-in-powerdns-authoritative-server-4-2-0/
> 16 -
> https://blog.powerdns.com/2018/12/12/enabling-continuous-fuzzing-of-powerdns-products/
> 17 - https://downloads.powerdns.com/releases/pdns-4.2.0-alpha1.tar.bz2
> 18 - https://downloads.powerdns.com/releases/pdns-4.2.0-alpha1.tar.bz2.sig
> 19 - https://github.com/PowerDNS/pdns/issues/new
> --
> Erik Winkels
> PowerDNS.COM BV -- https://www.powerdns.com
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 475 bytes
> Desc: not available
> URL: <
> http://mailman.powerdns.com/pipermail/pdns-users/attachments/20181217/4826ed56/attachment-0001.sig
> >
>
> ------------------------------
>
> Message: 2
> Date: Mon, 17 Dec 2018 10:51:17 -0500
> From: Ian Easter <ieaster at telvue.com>
> To: bert.hubert at powerdns.com
> Cc: pdns-users at mailman.powerdns.com
> Subject: Re: [Pdns-users] PDNS and Isilon Smartconnect Delegation
> Message-ID:
>         <
> CANrihcJs9KswD_SqDvOF+QnPP5b5n-UNDBJ1U8XfN58fKO1GGQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Morning Bert
>
> Thank you for your help last week with my Isilon issue.  As well as thank
> you to ph1.
>
> Isilon round robin issue ended up being related to network configuration
> for the guest machines.  Once I cleared that up, the PDNS Recursor Forward
> Zone configuration worked without a hitch.
>
> For closure, and anyone else that happens across this thread that is
> migrating from BIND, I figured I would follow up to maybe be a source of
> assistance.
>
> Your SmartConnect Zone(Domain) name will be added in the PDNS Recursor
> configuration file and point to your SmartConnect service IP.
>
> As an example:
> * forward-zones=isilon-mgmt.teve.inc=10.1.1.100,
> isilon-nfs.teve.inc=192.168.100.100*
>
> *Thank you,*
> *Ian Easter*
>
>
>
>
> On Thu, Dec 13, 2018 at 2:42 PM bert hubert <bert.hubert at powerdns.com>
> wrote:
>
> > On Thu, Dec 13, 2018 at 02:17:23PM -0500, Ian Easter wrote:
> > > Recently switched from BIND9.7.3 to PowerDNS and working through some
> > > adjustments.
> > >
> > > We previously followed the guidelines for DNS based on the
> documentation:
> > >
> >
> https://www.emc.com/collateral/hardware/white-papers/h8316-wp-smartconnect.pdf
> > > and everything worked without issue.
> >
> > Hi Ian,
> >
> > We happen to have a quorum of people with Isilon expertise present on our
> > IRC channel right now. Could you drop by?
> > https://www.powerdns.com/opensource.html
> > has a link to a web client.
> >
> > Thanks!
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mailman.powerdns.com/pipermail/pdns-users/attachments/20181217/0e8d33ad/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Mon, 17 Dec 2018 17:14:21 +0100
> From: bert hubert <bert.hubert at powerdns.com>
> To: Ian Easter <ieaster at telvue.com>
> Cc: pdns-users at mailman.powerdns.com
> Subject: Re: [Pdns-users] PDNS and Isilon Smartconnect Delegation
> Message-ID: <20181217161421.GA24011 at server.ds9a.nl>
> Content-Type: text/plain; charset=us-ascii
>
> On Mon, Dec 17, 2018 at 10:51:17AM -0500, Ian Easter wrote:
> > Isilon round robin issue ended up being related to network configuration
> > for the guest machines.  Once I cleared that up, the PDNS Recursor
> Forward
> > Zone configuration worked without a hitch.
>
> Thank you so much for reporting back on the resolution of this issue,
> most appreciated!
>
>         Bert
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/pdns-users
>
>
> ------------------------------
>
> End of Pdns-users Digest, Vol 191, Issue 14
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20181218/ef8d04b2/attachment-0001.html>


More information about the Pdns-users mailing list