Re: Followup: BIND 9.10.6-P1 dnssec update zone A record

2018-03-30 Thread Kim Culhan
Removed the signing files: domain.com.* and re-ran the siging process with named not running. With a new 'domain.com.signed' file created by the signing process and in the named.conf zone section: file "domain.com.signed"; Started named and everything appears to be working fine. https://dnssec-deb

Re: Followup: BIND 9.10.6-P1 dnssec update zone A record

2018-03-29 Thread Kim Culhan
un "rndc zonestatus " on it. > Then I look for the "serial:" and "signed serial:" values.On Thu, Mar 29, 2018 at 5:17 PM, Douglas C. Stephens wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kim, > > I run BIND 9.11 so this might or might not translate down to BIND 9.10. > > When this

Re: Followup: BIND 9.10.6-P1 dnssec update zone A record

2018-03-29 Thread Douglas C. Stephens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kim, I run BIND 9.11 so this might or might not translate down to BIND 9.10. When this happens to me, I run "rndc zonestatus " on it. Then I look for the "serial:" and "signed serial:" values. Normally, you would be correct in only needing to increm

Followup: BIND 9.10.6-P1 dnssec update zone A record

2018-03-29 Thread Kim Culhan
Some additional info here, from named.conf, dnssec config: options { directory "/var/named"; [lines omitted] dnssec-validation auto; managed-keys-directory "/var/named/keys"; >From the zone section; file "domain.com.signed"; key-directory "/var/named/keys/domain.com"; aut

Re: dnssec update

2015-03-11 Thread Tony Finch
Graham Clinch wrote: > > However, the 'allow-update' stanza makes me wonder whether you're mixing > dynamic updates with manual zonefile changes - I'm not sure whether > inline-signing can support a mixture of dynamic and manual > modifications. It is generally true (with DNSSEC or without) that

Re: dnssec update

2015-03-11 Thread Graham Clinch
> I configure bind to serve "example.com" domain with > > 1. dnssec-enable yes; > 2. auto-dnssec maintain; > 3. inline-signing yes; > 4. allow-update{localhost;}; > > Bind can fully automatic dnssec signing on example.com but If I want to > modify a record in example.co

dnssec update

2015-03-11 Thread Jittinan Suwanruengsri
Hi, I configure bind to serve "example.com" domain with 1. dnssec-enable yes; 2. auto-dnssec maintain; 3. inline-signing yes; 4. allow-update{localhost;}; Bind can fully automatic dnssec signing on example.com but If I want to modify a record in example.com zone