Open cbosdo opened 8 months ago
Since Avahi is working only part of the time, it would be nice to implement https://github.com/uyuni-project/uyuni/wiki/Libvirt-DNS-and-DHCP-without-Avahi into a default libvirt network. This would help newcomers to get rid of the DNS issues.
The generated NAT network should be prefixed with the machine's prefix to avoid hijacking other networks.
Probable to do list:
poulate the DNS tables of dnsmasq with the IPs and corresponding domain names
Helpful doc: https://registry.terraform.io/providers/dmacvicar/libvirt/latest/docs/resources/network
Since Avahi is working only part of the time, it would be nice to implement https://github.com/uyuni-project/uyuni/wiki/Libvirt-DNS-and-DHCP-without-Avahi into a default libvirt network. This would help newcomers to get rid of the DNS issues.
The generated NAT network should be prefixed with the machine's prefix to avoid hijacking other networks.