sergey-safarov commented on issue #4668: URL: https://github.com/apache/couchdb/issues/4668#issuecomment-1628270920
> When you said couchdb only does an A lookup and not AAAA lookup is this speculation or do you have a confirming packet capture? Yes, I have started replication and in another tab, I have started `tcpdump -ni any port 53` and will able to see which DNS requests were issued to the DNS server. All requests for hostname I configured for replication is 'A'. > have you confirmed the environment is capable of ipv6 host resolution and routing Please check my real result without "example" masking. The same results you will get on the your PC. ``` [centos@ippbx-1b ~]$ nslookup ippbx-0a.la.nga911.com Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: ippbx-0a.la.nga911.com Address: 2605:84c0:4a:604::6 [centos@ippbx-1b ~]$ nslookup ippbx-0b.la.nga911.com Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: ippbx-0b.la.nga911.com Address: 2605:84c0:4a:605::6 [centos@ippbx-1b ~]$ nslookup ippbx-1a.la.nga911.com Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: ippbx-1a.la.nga911.com Address: 2605:84c0:48:604::6 [centos@ippbx-1b ~]$ nslookup ippbx-1b.la.nga911.com Server: 127.0.0.1 Address: 127.0.0.1#53 Name: ippbx-1b.la.nga911.com Address: 2605:84c0:48:605::6 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
