🔥[libvirt-setup]$ ## setup network manager 🔥[libvirt-setup]$ 🔥[libvirt-setup]$ # network manager config 🔥[libvirt-setup]$ cat 01-use-dnsmasq.conf [main] dns=dnsmasq 🔥[libvirt-setup]$ sudo cp -v 01-use-dnsmasq.conf /etc/NetworkManager/conf.d/01-use-dnsmasq.conf '01-use-dnsmasq.conf' -> '/etc/NetworkManager/conf.d/01-use-dnsmasq.conf' 🔥[libvirt-setup]$ 🔥[libvirt-setup]$ # dnsmasq plugin config 🔥[libvirt-setup]$ cat 01-libvirt_dnsmasq.conf # Add name server for cosmos.local domain server=/cosmos.local/192.168.30.1 🔥[libvirt-setup]$ sudo cp -v 01-libvirt_dnsmasq.conf /etc/NetworkManager/dnsmasq.d/01-libvirt_dnsmasq.conf '01-libvirt_dnsmasq.conf' -> '/etc/NetworkManager/dnsmasq.d/01-libvirt_dnsmasq.conf' 🔥[libvirt-setup]$ 🔥[libvirt-setup]$ # restart network manager 🔥[libvirt-setup]$ systemctl restart NetworkManager 🔥[libvirt-setup]$ 🔥[libvirt-setup]$ ## setup libvirt network 🔥[libvirt-setup]$ 🔥[libvirt-setup]$ # libvirt network config 🔥[libvirt-setup]$ cat ne