options {
...
new-zone-file "/etc/named.d/new_zones.list";
};
include "/etc/named.d/new_zones.list";
## new_zones.list
zone mynewzone.com { type slave; file "mynewzone.com"; masters { 1.1.1.1; };
};
script rndc_addzone.sh
---
#!/bin/bash
echo "Adding Zone" ${1}
cd /var/nam
> If I run reconfig it will start answering queries, but I'm guessing that
> is because its just re-reading the include from new-zone-file. Am I
> missing something here?
That sounds likely.
Can I see your named.conf and the exact configuration text you're sending
via addzone, so I can try to r
Still not getting this to work just right, refused queries to newly added
zones.
If I config the zone as a master or as a slave it adds with a success from rndc.
Logs show sending notfies as master or completed zone transfer and zone system
file creation if slave.
Query to the newly added zo
> Note that the syntax for this set of tools (dynamic zone creation) is a
> bit in flux and may be completely changed between 9.7.2 and 9.7.3.
For that matter, I expect it to change significantly before the final
release of 9.7.2.
--
Evan Hunt -- e...@isc.org
Internet Systems Consortium, Inc.
__
On 07/30/2010 12:54 PM, clem...@dwf.com wrote:
> Can someone point me to some documentation on what this 'trusted.keys'
> stuff is all about?
Is this sufficient?
http://www.isc.org/files/arm96.html#id2566007
With an example at:
http://www.isc.org/community/blog/201007/using-root-dnssec-key-bin
Do you guys have any hints yet on what it might look like or are you still
looking for recommendations?
Dan Durrer
No-IP
On Jul 30, 2010, at 10:44 AM, Evan Hunt wrote:
>> Note that the syntax for this set of tools (dynamic zone creation) is a
>> bit in flux and may be completely change
Can someone point me to some documentation on what this 'trusted.keys'
stuff is all about?
--
Reg.Clemens
r...@dwf.com
___
bind-users mailing list
bind-users@lists.isc.org
>
> In message <4c5220c1.7060...@isc.org>, Alan Clegg writes:
> > > Will this functionality be available through an api?
> > > Or will it just be through rndc ?
> >
> > Not sure what API we would use beyond rndc. If you have
> > recommendations, please e-mail me directly or give me a phone call
>
> > > > On 10.06.10 09:34, Matus UHLAR - fantomas wrote:
> > > > > Jun 9 23:11:58 mydb02 named[1427]: general: error: zone ./IN:
> > > > > ixfr-from-differences: failed: new serial (2010060900) out of range
> > > > > [2010060901 - 4157544547]
> >
> > > In message <20100625060415.ga18...@fantoma
Thanks. I use the libisccc where possible.
--
Jack Tavares
"How many more can we sell with this button?"
From: bind-users-bounces+j.tavares=f5@lists.isc.org
[bind-users-bounces+j.tavares=f5@lists.isc.org] On Behalf Of Mark Andrews
[ma...@isc.org]
In message <4c5220c1.7060...@isc.org>, Alan Clegg writes:
> > Will this functionality be available through an api?
> > Or will it just be through rndc ?
>
> Not sure what API we would use beyond rndc. If you have
> recommendations, please e-mail me directly or give me a phone call
> (+1-919-355-
11 matches
Mail list logo