Bug 1134544 - f21 tc4 workstation live image in virt manager has no network access
Summary: f21 tc4 workstation live image in virt manager has no network access
Keywords:
Status: CLOSED DUPLICATE of bug 811967
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-27 18:08 UTC by Máirín Duffy
Modified: 2014-08-27 21:22 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-27 18:22:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Máirín Duffy 2014-08-27 18:08:57 UTC
Description of problem:

network is non functional in f21 tc4 workstation live image

solution appears to be running the following commands in term:

ifconfig virbr0 down
brctl delbr virbr0

this has to be run after every boot and is very annoying.

Comment 1 Adam Williamson 2014-08-27 18:22:00 UTC

*** This bug has been marked as a duplicate of bug 811967 ***

Comment 2 Laine Stump 2014-08-27 21:22:32 UTC
...except that Bug 811967 was at some point moved to be Virtualization Tools/libvirt (i.e. upstream libvirt tracker) rather than Fedora/libvirt.

BTW, Cole pointed it out in 811967, but just in case someone doesn't go there, once you've got Fedora installed in the VM, you can make removal of the libvirt default network (and thus the virbr0 bridge that is conflicting with the guest's network connection to the host) with this:

  sudo virsh net-destroy default
  sudo virsh net-autostart --disable default

Alternately, edit the network definition in the guest to change the subnet:

  sudo virsh net-edit default
  [make the change]
  sudo virsh net-destroy default
  sudo virsh net-start default


Note You need to log in before you can comment on or make changes to this bug.