When I try to start the network I get the following error:
Error starting network: internal error 'dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --listen-address 192.168.122.1 --except-interface lo --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-lease-max=253' exited with non-zero status 2 and signal 0:
dnsmasq: failed to bind listening socket for
192.168.122.1: Address already in use
I followed the gentoo wiki:
(Comment out the following lines)
#(network-script network-bridge)
#(vif-script vif-bridge)
(Enable the following lines)
(network-script network-route)
(vif-script vif-route)