<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr">Interesting… I confirmed the same issue on leaf, which running master as of Aug 4.</div><div dir="ltr"><br></div><div dir="ltr">I’ve created a bug to track this issue: <a href="https://bugs.dragonflybsd.org/issues/3294">https://bugs.dragonflybsd.org/issues/3294</a></div><div dir="ltr"><br></div><div dir="ltr">Cheers,</div><div dir="ltr">Aaron </div><div dir="ltr"><br><blockquote type="cite">On Aug 13, 2021, at 11:42, YONETANI Tomokazu <y0n3t4n1@gmail.com> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div dir="auto">Hi users,<div dir="auto"><br></div><div dir="auto">I'm not sure when it started, but I recently noticed that name resolution stopped working on RELEASE if the DNS IP address is in IPv6</div><div dir="auto">```</div><div dir="auto"><div dir="auto">$ drill  @2001:4860:4860::8888 aaaa <a href="http://leaf.dragonflybsd.org">leaf.dragonflybsd.org</a> | egrep -v '^(\;|$)'</div><div dir="auto">Error: error sending query: Could not send or receive, because of network error</div><div dir="auto">```</div></div><div dir="auto">unless using TCP query:</div><div dir="auto">```</div><div dir="auto"><div dir="auto">$ drill -t  @2001:4860:4860::8888 aaaa <a href="http://leaf.dragonflybsd.org">leaf.dragonflybsd.org</a> | egrep -v '^(\;|$)'</div><div dir="auto"><a href="http://leaf.dragonflybsd.org">leaf.dragonflybsd.org</a>.  3599    IN      AAAA    2001:470:1:43b:1::68</div></div><div dir="auto">```</div><div dir="auto">Similar DNS queries on other boxes running different OSes don't have the same problem, and tcpdump output shows the response from the DNS server, so I doubt it's an network issue.</div><div dir="auto"><br></div><div dir="auto">$ uname -a</div><div dir="auto">DragonFly c60 6.0-RELEASE DragonFly v6.0.0.33.gc7b638-RELEASE #0: Wed Aug  4 20:25:25 JST 2021     root@c60:/usr/obj/build/usr/src/sys/X86_64_GENERIC  x86_64</div><div dir="auto"><br></div><div dir="auto">Cheers.</div></div>
</div></blockquote></body></html>