On 22/02/2019 07:03, @lbutlr via bind-users wrote:
I don't recall if reloading or thawing will automatically re-sign the zone or if you need to also explicitly "rndc sign $ZONE".
Sign recreates the .jnl file, but doesn't touch the .signed file.
Doing the following recreated the .signed file, but still didn't add the new subdomains.
Freeze, flush, edit, thaw,
Then service named stop, service named start.
Kind Regards,
Noel Butler
| This Email, including any attachments, may contain legally privileged information, therefore remains confidential and subject to copyright protected under international law. You may not disseminate, discuss, or reveal, any part, to anyone, without the authors express written authority to do so. If you are not the intended recipient, please notify the sender then delete all copies of this message including attachments, immediately. Confidentiality, copyright, and legal privilege are not waived or lost by reason of the mistaken delivery of this message. Only PDF and ODF documents accepted, please do not send proprietary formatted documents |
On 23/02/2019 05:28, @lbutlr wrote:
I did try manually updating vi nsupdate -l
zone example.com; Communication with ::1#53 failed: timed out
update add example.com. 86400 IN SOA ns1.example.net. admin.example.com. 2019022200 3600 300 1209600 3600
update add konamicode.example.com. 86400 IN CNAME www.example.com.
send
update failed: FORMERR
Why is it defaulting to IPv6? This system is not setup for IPv6. Do I have to setup named.conf to listen on ::1?
Obviously your machine *is* setup for IPv6, it's just not configured, named sees the capability, so tries it.
I bet ifconfig shows it, below is an example from this pc which does not use IPv6...
lo:
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
probably eth0 does as well
eth0:
inet6 fe80::e2cb:4eff:feda:9842 prefixlen 64 scopeid 0x20<link>
You might also want to read up on gai.conf and set some precedence's, I dont use it, but on slackware I dont have the problems you have, it might help - I recall having to use it well over 10 years ago on a few centos servers we inherited at the time.