On 23/02/2019 05:28, @lbutlr wrote:

> I did try manually updating vi nsupdate -l
> 
>> zone example.com
>> 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 [1].
>> send
> ; Communication with ::1#53 failed: timed out
> 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. 

-- 
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 [2] and ODF [3] documents accepted, please do not send proprietary
formatted documents 

 

Links:
------
[1] http://www.example.com
[2] http://www.adobe.com/
[3] http://en.wikipedia.org/wiki/OpenDocument
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to