Bug 1652664

Summary: add interface bridge error in /etc/network/interfaces
Product: [Community] Virtualization Tools Reporter: Evaristo <evaristorivieccio>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED CANTFIX QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: berrange, crobinso, evaristorivieccio, gscrivan, tburke
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-11 21:45:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Evaristo 2018-11-22 14:43:29 UTC
Description of problem:
When a new interface is added from virt-manager (bridge type interface)
e.g br1
Is written in /etc/network/interfaces:
iface br1 inet dhcp
   bridge_ports eno1
   bridge_stp on
   bridge_fd 0.0

But there is something very important missing, up the interface, so that in the next reboot of the system, there will be no interface, and there will be no connection.


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

Steps to Reproduce:
Edit
details of the connection
add interface
bridge
you connect with your interface
system restarts


Solution:
You have to manually edit the file /etc/network/interfaces and add:
auto br1

Comment 1 Cole Robinson 2019-06-11 21:45:47 UTC
Thanks for the report. virt-manager 2.0 removed the interface config UI so there's not much we can fix here anymore: https://blog.wikichoon.com/2019/04/host-network-interfaces-panel-removed.html