<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt'>
<p>On 23/02/2019 05:28, @lbutlr wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">I did try manually updating vi nsupdate -l<br /><br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">zone example.com<br /> update add example.com. 86400 IN SOA ns1.example.net. admin.example.com. 2019022200 3600 300 1209600 3600<br /> update add konamicode.example.com. 86400 IN CNAME <a href="http://www.example.com" target="_blank" rel="noreferrer">www.example.com</a>.<br /> send</blockquote>
; Communication with ::1#53 failed: timed out<br /> update failed: FORMERR<br /><br /> Why is it defaulting to IPv6? This system is not setup for IPv6. Do I have to setup named.conf to listen on ::1?<br /><br /></div>
</blockquote>
<p>Obviously your machine *is* setup for IPv6, it's just not configured, named sees the capability, so tries it.</p>
<p>I bet ifconfig shows it, below is an example from this pc which does not use IPv6...</p>
<p>lo:<br /> inet 127.0.0.1 netmask 255.0.0.0<br /> inet6 ::1 prefixlen 128 scopeid 0x10<host></p>
<p><br /></p>
<p>probably eth0 does as well</p>
<p>eth0: <br /> inet6 fe80::e2cb:4eff:feda:9842 prefixlen 64 scopeid 0x20<link></p>
<p><br /></p>
<p>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.</p>
<p><br /></p>
<div>-- <br />
<p>Kind Regards,</p>
<p>Noel Butler</p>
<table border="1" width="748" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td style="text-align: left;"><span style="font-size: 10pt;"><small><small><small><small>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 <a href="http://www.adobe.com/">PDF</a> and <a href="http://en.wikipedia.org/wiki/OpenDocument">ODF</a> documents accepted, please do not send proprietary formatted documents </small></small></small></small></span></td>
</tr>
</tbody>
</table>
</div>
</body></html>