I've got a Fedora 31 instance configured with an IPv6 stack and that has join an IPA domain.
I've activated the IPv6 stack by editing /etc/sysconfig/network-scripts/ifcfg-eth0
Added
IPV6INIT=yes
IPV6ADDR=primary_ipv6_address/64
IPV6_DEFAULTGW=ipv6_gateway
IPV6_AUTOCONF=no
DNS1=IPv6 dns 1
DNS2=IPv6 dns 2
DNS3=IPv4 dns 1
DNS4=IPv4 dns 2
It all works well, but judging by the resulting /etc/resolv.conf
DNS4 is not taken into account and no trace of a DNS search domain.
How can I mkae sure IPv4 stack has got 2 DNS configured as well as IPv6 if only 3 DNS servers are supported?
The domain is taken into account in DNS searches (I can ping hosts by simple hostname) but it doesn't show in /etc/resolv.conf
Where is it configured?