正确响应
C:\Users\chuwen>nslookup - 2400:3200::1
默认服务器: UnKnown
Address: 2400:3200::1
> cron.iton.pw
服务器: UnKnown
Address: 2400:3200::1
非权威应答:
名称: nas.iton.pw
Address: 2409:8a38:6821:2990:c8f8:1555:c7f3:9d58
Aliases: cron.iton.pw
root@Chuwen:/opt# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch
root@Chuwen:/opt# nslookup - 2400:3200::1
> cron.iton.pw
Server: 2400:3200::1
Address: 2400:3200::1#53
Non-authoritative answer:
cron.iton.pw canonical name = nas.iton.pw.
> nas.iton.pw
Server: 2400:3200::1
Address: 2400:3200::1#53
Non-authoritative answer:
*** Can't find nas.iton.pw: No answer
这是什么问题
@NowTime,你debian的ipv6配置正常?网络通?ping一下这个域名服务器。
@NowTime,哦对了,看错了,网络应该是通的,不过debian的nslookup可能只请求了A记录,没有请求AAAA记录,所以服务器回应“找不到”。这可能只是旧版本nslookup的行为,你可以考虑下个新版源代码自己编译一个
另外使用 `dig` 命令也无法解析,难道我要更新系统了吗