Bug 529400

Summary: default network no longer forwards
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: berrange, clalance, crobinso, itamar, jforbes, rvokal, veillard, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-16 16:43:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2009-10-16 16:18:30 UTC
Description of problem:

[root@nostromo notting]# virsh net-dumpxml default
<network>
  <name>default</name>
  <uuid>6dd48a44-c988-42a9-9fb0-f1911dd9f83f</uuid>
  <forward mode='nat'/>
  <bridge name='virbr0' stp='on' forwardDelay='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>

However, on libvirt start (and restart, and restart of the network), forwarding is not enabled. Guests cannot get out.

Version-Release number of selected component (if applicable):

libvirt-0.7.1-11.fc12.x86_64

How reproducible:

100%

Steps to Reproduce:
1. start virt-manager
2. start guest
  
Actual results:

I have no outside ports and I must scream.

Expected results:

networking

Comment 1 Bill Nottingham 2009-10-16 16:43:19 UTC
Restart of everything (inc. libvirtd) fixed it.