Re: [Pdns-users] Ddns with powerdns

2013-04-17 Thread a b
> If you're using rfc2136, the TTL will be set by the client, as he supplies it > with the update. > In combination with dhcpd, the TTL will be set to what the dhcpd provides, > which is typically the lease time. What happens to the TTL when the lease time is purposely configured to never expir

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread Ruben d'Arco
On Wed, Apr 17, 2013 at 11:26:40AM +0530, Blason rock wrote: > So assume i m setting up ddns using pdns. What ttl value would you > recommend? 0 or 30. > > And do i need setup manually those ttl values or ddns client will > automatically update the ttl value. If you're using rfc2136, the TTL will

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread admin
I use 200 seconds for TTL and it works fine. TTL configured manually. > So assume i m setting up ddns using pdns. What ttl value would you recommend? 0 or 30. > > And do i need setup manually those ttl values or ddns client will automatically update the ttl value. > On 16 Apr 2013 20:19, "a b" wr

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread Blason rock
So assume i m setting up ddns using pdns. What ttl value would you recommend? 0 or 30. And do i need setup manually those ttl values or ddns client will automatically update the ttl value. On 16 Apr 2013 20:19, "a b" wrote: > > > I've been using it with dhcpd for a while on a very low-client net

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread a b
> > I've been using it with dhcpd for a while on a very low-client network > > without any issues. > > > We intend to merge Ruben's great work somewhere in the coming months, > priorities permitting! That'd be swell!

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread Peter van Dijk
Hello Ruben, a b, On Apr 16, 2013, at 16:35 , Ruben d'Arco wrote: > On Tue, Apr 16, 2013 at 04:29:13PM +0200, a b wrote: >>> Allthough not in the main powerdns branch, there is this: >>> https://github.com/cyclops1982/powerdns/tree/rfc2136 >>> It's a implementation for rfc2136 for powerdns. It's

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread Ruben d'Arco
On Tue, Apr 16, 2013 at 04:29:13PM +0200, a b wrote: > > Allthough not in the main powerdns branch, there is this: > > https://github.com/cyclops1982/powerdns/tree/rfc2136 > > It's a implementation for rfc2136 for powerdns. It's lacking some feedback, > > so please test and report! > > Also, it do

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread a b
> Allthough not in the main powerdns branch, there is this: > https://github.com/cyclops1982/powerdns/tree/rfc2136 > It's a implementation for rfc2136 for powerdns. It's lacking some feedback, > so please test and report! > Also, it does clean cache afterwords so that's not a problem like listed

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread Oliver Peter
On Tue, Apr 16, 2013 at 02:57:41PM +0200, Stefan Schmidt wrote: > ... > For the change to be propagated immediately however you would have to > disable the caching PowerDNS deploys to prevent charging all it's query > load to the database. ( > http://doc.powerdns.com/html/all-settings.htmlcache-ttl

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread Ruben d'Arco
On Tue, Apr 16, 2013 at 02:57:41PM +0200, Stefan Schmidt wrote: > On Tue, Apr 16, 2013 at 1:09 PM, Blason rock wrote: > > > Hi folks, > > > > Hello there, > > > I m planning to setup ddns server for my organization. We are specifically > > setting this up for dvrs. Initially we used dyn dns but

Re: [Pdns-users] Ddns with powerdns

2013-04-16 Thread Stefan Schmidt
On Tue, Apr 16, 2013 at 1:09 PM, Blason rock wrote: > Hi folks, > Hello there, > I m planning to setup ddns server for my organization. We are specifically > setting this up for dvrs. Initially we used dyn dns but company is thinking > of putting up their own ddns server in the datacentre. > >

[Pdns-users] Ddns with powerdns

2013-04-16 Thread Blason rock
Hi folks, I m planning to setup ddns server for my organization. We are specifically setting this up for dvrs. Initially we used dyn dns but company is thinking of putting up their own ddns server in the datacentre. Can somone point me for good write up about implementing ddns with pdns? And firs