unbound、bind、dnsmasq を使用する場合、RHEL8 と RHEL9 の EDNS バッファーサイズが異なる
Issue
-
以下のように
unboundを使用している場合、EDNS バッファーサイズが RHEL8 と RHEL9 で異なるのはなぜですか?In RHEL9 [root@rhel9u0 ~]# dig @localhost redhat.com ; <<>> DiG 9.16.23-RH <<>> @localhost redhat.com ; (2 servers found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48338 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 <<<=== [..] In RHEL8 [root@rhel8u1 ~]# dig @localhost redhat.com ; <<>> DiG 9.11.36-RedHat-9.11.36-3.el8 <<>> @localhost redhat.com ; (2 servers found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1576 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 <<<=== [...]
Environment
- Red Hat Enterprise Linux (RHEL) 8 および 9
- unbound
- bind
- dnsmasq
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.