https://bugzilla.novell.com/show_bug.cgi?id=731437 https://bugzilla.novell.com/show_bug.cgi?id=731437#c0 Summary: KVM virt-manager NAT virtual network "default" disappeared on upgrade Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ddiss@suse.com QAContact: qa@suse.de Found By: --- Blocker: --- following upgrade from openSUSE 11.4, my "default" NAT based virtual network is no longer visible from virt-manager or virsh: virsh # net-list --all Name State Autostart ----------------------------------------- isolated active no The XML is still present: plati:/var/lib/libvirt/network # ls default.xml isolated.xml plati:/var/lib/libvirt/network # cat default.xml <network> <name>default</name> <uuid>39d552a3-d2e1-46cb-8783-deb0067e81b6</uuid> <forward mode='nat'/> <bridge name='virbr0' stp='on' delay='0' /> <ip address='192.168.122.1' netmask='255.255.255.0'> <dhcp> <range start='192.168.122.2' end='192.168.122.254' /> </dhcp> </ip> </network> plati:/var/lib/libvirt/network # cat isolated.xml <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: virsh net-edit isolated or other application using the libvirt API. --> <network> <name>isolated</name> <uuid>f5ad17a8-2e27-852e-3ec4-4c06e274051d</uuid> <bridge name='virbr1' stp='on' delay='0' /> <ip address='192.168.155.1' netmask='255.255.255.0'> <dhcp> <range start='192.168.155.128' end='192.168.155.254' /> </dhcp> </ip> </network> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.