Changes between Initial Version and Version 5 of Ticket #768
- Timestamp:
- 21 Jul 2014, 22:25:11 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #768
- Property Owner changed from llynch@… to Bill Fenner
-
Property
Status
changed from
new
toassigned
-
Property
Component
changed from
incoming
tonetwork
-
Property
Type
changed from
request
todefect
-
Ticket #768 – Description
initial v5 1 {{{2 1 The dns64 resolver that is set up for ietf-nat64 appears to be doing synthesis even if the DO and CD flags are set in the query: 3 2 3 {{{ 4 4 saucy% dig +sigchase +edns=0 +dnssec +cdflag aaaa home.fugue.com. 5 5 ./trusted-key.key:2: TTL set to prior TTL (5) … … 10 10 11 11 ;; RRSIG is missing for continue validation: FAILED 12 }}} 12 13 13 14 This breaks any host that does NAT64 Prefix Discovery so as to do DNS64 synthesis with secure local DNSSEC validation. Is there some reason why this is enabled, or am I misunderstanding something? This would be enabled using the break-dnssec flag in the named.conf file, so if it is deliberately enabled, it should be visible; otherwise it could just be a bug. 14 15 }}}