助教您好:
Submission ID : 1075
想請問我的 authoritative-dns-dnssec 的部分得到 UDP53.DNSSEC.ns1.sw => Failed
我在 DNS-Authoritative 的 Ubuntu 上用 tcpdump -nn udp port 53 可以看到被請求了
- ns1.43.nasa. 的 A & RRSIG
- 43.nasa. 的 DNSKEY (ZSK 和 KSK) & RRSIG
- 43.nasa. 的 DS & RRSIG
- nasa. 的 DNSKEY (ZSK 和 KSK) & RRSIG
然後我上傳的 DS 是 dnssec-dsfromkey <nasa. 的 KSK> 跑出來的 DS 和 43.nasa. 的 DS
如果我在另一臺 10.113.43.22(測試的 VPN)執行
delv @192.168.43.53 -a ./nasa.key ns1.43.nasa +rtrace +multi +root=nasa.,然後
nasa.key 的內容如下
trust-anchors {
nasa. initial-key 257 3 13 "Ddv6FqpBpOjSZaUAF5FmoueSgqpSAMFZ8pipkNSfn9RWvJcuEZpwv0qx yEj8PneI8yK74N9gAGfOMJvC3xWAEg==";
};
其中的 initial-key 後面是複製 nasa. 的 KSK 的,然後在 DNS-Authoritative 上面 tcpdump -nn udp port 53 可以看到和 judge 請求了一樣的東西,但這邊可以得到 fully validated
所以想請問大概還需要檢查什麼方向?
感謝!