Comment 17 for bug 231060

Revision history for this message
rowez (info-rowez) wrote :

On 10.04

Netstat give me no listen on port 53 for dnsmasq after the reboot.

Installing with apt-get libvirt-bin dnsmasq dnsmasq-base give me no error's. But no virbr0!

So setting up virbr0 with the command virsh net-define default.xml en virsh net-autostart default is ok. But net-start default in de virsh is not possible!

It say's: in virsh internal error exited with non-zero status 2 and signal 0, failed to bind listening socket for

netstat: dnsmasq is listen on 0.0.0.0:53

With uncomment bind-interfaces in /etc/dnsmasq.conf and restart dnsmasq :

netstat -nap | grep dnsmasq:

The 192.168.122.1, 127.0.0.1, 169.254.169.254, 10.0.0.51 are connect on port 53 for tcp and udp. 0.0.0.0:67 for udp.

In virsh now net-start default without error's.

sudo virsh net-list: default active yes

add user eucalyptus in /etc/group

su eucalyptus -c "virsh net-list" works now.