Codebase list libvirt / 1238706
Recommend dnsmasq-base instead of dnsmasq this keeps us out of all the dnsmasq already running troubles. Closes: #516443 Thanks: Bin Zhang for the suggestion and the doc update Guido Günther 15 years ago
2 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3636 virsh net-autostart default
3737
3838 In order for things to work this way you need to have the recommended packages
39 dnsmasq, bridge-utils and iptables installed. However Debian's default dnsmasq
40 needs to be adjusted slightly to interoperate with libvirtd:
39 dnsmasq-base, bridge-utils and iptables installed.
40
41 You don't need the package dnsmasq. However, if you install it, Debian's
42 default dnsmasq needs to be adjusted slightly to interoperate with libvirtd:
4143
4244 cat <<EOF >/etc/dnsmasq.d/00_libvirtd.conf
4345 # only bind to loopback by default
1414 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libvirt0 (>= ${binary:Version}), logrotate
1515 Enhances: qemu, kvm, xen
1616 Section: admin
17 Recommends: netcat-openbsd, bridge-utils, dnsmasq (>= 2.46-1), iptables, qemu (>= 0.9.1)
17 Recommends: netcat-openbsd, bridge-utils, dnsmasq-base (>= 2.46-1), iptables, qemu (>= 0.9.1)
1818 Suggests: policykit
1919 Description: the programs for the libvirt library
2020 Libvirt is a C toolkit to interact with the virtualization capabilities