<div>Hello ALL,</div><div>     I set up a  recursion DNS in our college. It works well in ipv4 request,but can not resolve ipv6 request. The named.conf file is as follows:</div><div><br></div><div><div>acl "trusted"{202.115.253.0/24;202.112.16.0/24;202.112.14.0/23;};</div><div>acl "ipv6" {2001:da8:6000::/48;};</div><div><br></div><div>options{</div><div>        directory "/usr/local/named/etc/";</div><div>        pid-file "/var/run/named/named.pid";</div><div>        statistics-file "/var/named/data/named_stats.txt";</div><div> </div><div>        listen-on-v6 {any;};  </div><div>        recursion yes;</div><div>        allow-recursion {trusted;ipv6;};</div><div>        recursive-clients 20000;</div><div>        tcp-clients 500;</div><div>        allow-query-cache {trusted;ipv6;};</div><div>        dump-file "/var/named/data/cache_dump.db";</div><div>};</div></div><div> I have tried some methods to solve this problem,such as stop the firewall, chanege "listen-on-v6"option to "listen-on-v6{my ipv6 address;}",it does not work. i can ping my DNS'ipv6 address,but when using lookup,it shows time out ...</div><div>the system log shows :listening on IPv6 interfaces,port 53,but i am sure port 53 does not response the request. </div><div><br></div><div>thanks for help</div><div>best regards</div><div>celia</div><div>2019-03-19</div><div><br></div>