Re: [CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-09 Thread Howard Leadmon
015 4:24 AM To: Discussion about the virtualization on CentOS <mailto:centos-virt@centos.org> Subject: Re: [CentOS-virt] How to manually add a new interface to a bridge device? You most definitely do not need to destroy and re-create a VM just to add a 2nd network interface. I don&#x

Re: [CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-09 Thread Zoltan Frombach
function='0x0'/> --- Howard *From:*centos-virt-boun...@centos.org [mailto:centos-virt-boun...@centos.org] *On Behalf Of *Zoltan Frombach *Sent:* Wednesday, December 9, 2015 4:24 AM *To:* Discussion about the virtualization on CentOS *Subject:* Re: [CentOS-virt] How to manually

Re: [CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-09 Thread Zoltan Frombach
.org <mailto:centos-virt-boun...@centos.org> [mailto:centos-virt-boun...@centos.org] *On Behalf Of *Zoltan Frombach *Sent:* Wednesday, December 9, 2015 2:42 AM *To:* Discussion about the virtualization on CentOS <mailto:centos-virt@centos.org> *Subject:* Re: [CentOS-v

Re: [CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-09 Thread Howard Leadmon
24 AM To: Discussion about the virtualization on CentOS Subject: Re: [CentOS-virt] How to manually add a new interface to a bridge device? You most definitely do not need to destroy and re-create a VM just to add a 2nd network interface. I don't think those vnet interfaces got created

Re: [CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-09 Thread Zoltan Frombach
n about the virtualization on CentOS *Subject:* Re: [CentOS-virt] How to manually add a new interface to a bridge device? I would stop the VM, edit its definition file (that's an XML file) and then start it up. But be careful: After you edit the XML file, you need to execute a command so K

Re: [CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-09 Thread Howard Leadmon
on CentOS Subject: Re: [CentOS-virt] How to manually add a new interface to a bridge device? I would stop the VM, edit its definition file (that's an XML file) and then start it up. But be careful: After you edit the XML file, you need to execute a command so KVM re-reads that file. I f

Re: [CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-08 Thread Zoltan Frombach
I would stop the VM, edit its definition file (that's an XML file) and then start it up. But be careful: After you edit the XML file, you need to execute a command so KVM re-reads that file. I forgot that command, but you can look it up on Google. On Dec 9, 2015 7:52 AM, "Howard Leadmon" wrote: >

[CentOS-virt] How to manually add a new interface to a bridge device?

2015-12-08 Thread Howard Leadmon
Maybe my google-fu is failing me, but I have spent the past couple hours looking at how to add a vnet? Device to my KVM host running CentOS 6, and for the life of me I can't get this going. >From all my research if I want to add a device I should just do 'brctl addif br1 vnet14' if I wan