-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: stop using libvirt's dnsmasq #437
Comments
Another possibility (rather than configuring a BIND instance) is to configure systemd-resolved to avoid using the parent libvirt dnsmasq. In /etc/systemd/resolved.conf.d/dns_servers.conf:
|
I made a check with a VM inside inside vagrant-libvirt:
I am not sure if dnsmasq creates or does not create any DNS records for VMs, but anyway it does not return then in DNS requests |
Under Fedora 36 (cloud image) there is an answer for
|
libvirt's dnsmasq auto-maintains the reverse DNS zone for the virtual network it owns.
Any DHCP lease will be recorded in the reverse DNS zone.
This breaks FreeIPA's automatic DNS reverse zone detection ( freeipa/freeipa#5939 ).
A solution would be to have a BIND instance installed on the ipatests runner, configured with two upstream DNS servers and configure all test runners to use that instance.
The text was updated successfully, but these errors were encountered: