Displaying 20 results from an estimated 32 matches for "network_bridged".
Did you mean:
network_bridge
2018 Dec 06
1
[PATCH] Revert "launch: libvirt: Use qemu-bridge-helper to implement
Possibly for post 1.40.
Rich.
2018 Dec 06
0
[PATCH v2] Revert "launch: libvirt: Use qemu-bridge-helper to implement a full network (RHBZ#1148012)."
We've been carrying this exact patch in RHEL 7 for several years. It
reverts the change made in 2014 where we switched to using the virbr0
bridge for libguestfs networking instead of SLIRP. We thought SLIRP
was going to become unsupported in qemu, but recently there have been
more encouraging signs since it looks like SLIRP will be spun off as a
separate project, running as a modular process
2018 Dec 06
2
[PATCH v2] Revert "launch: libvirt: Use qemu-bridge-helper to implement a full network (RHBZ#1148012)."
Let's actually compile and test the patch this time, rather than
trusting the RHEL 7.6 patch to apply directly to head ...
Rich.
2014 Oct 02
5
[PATCH v3 0/4] launch: libvirt: Use qemu-bridge-helper to implement a
v3:
- Various changes to dhclient/dhcpcd as discussed on the mailing list.
2014 Oct 02
6
[PATCH v2 0/4] launch: libvirt: Use qemu-bridge-helper to implement a full network (RHBZ#1148012).
v2:
- Make virbr0 configurable.
- Fix the tests.
2015 Sep 10
1
[PATCH] launch: libvirt: Better error when bridge / virbr0 doesn't exist (RHBZ#1262127).
The current diagnostic is terrible. This one tells the user how to
diagnose and fix the problem.
---
src/launch-libvirt.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
index 1c0bfac..d4c4c47 100644
--- a/src/launch-libvirt.c
+++ b/src/launch-libvirt.c
@@ -181,6 +181,7 @@ static int is_blk (const
2018 Oct 09
2
virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
I'm trying to build fedora-27 image for testing uploads:
$ virt-builder fedora-27 -o /var/tmp/fedora-27.img
...
[ 25.2] Opening the new disk
virt-builder: error: libguestfs error: bridge ‘virbr0’ not found. Try
running:
brctl show
to get a list of bridges on the host, and then selecting the
bridge you wish the appliance network to connect to using:
export
2018 Oct 10
2
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
On Wed, Oct 10, 2018 at 10:18 AM Pino Toscano <ptoscano@redhat.com> wrote:
> On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote:
> > I'm trying to build fedora-27 image for testing uploads:
> >
> > $ virt-builder fedora-27 -o /var/tmp/fedora-27.img
> > ...
> > [ 25.2] Opening the new disk
> > virt-builder: error: libguestfs error: bridge
2018 Oct 10
1
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
On Wed, Oct 10, 2018 at 2:49 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Wed, Oct 10, 2018 at 02:27:44PM +0300, Nir Soffer wrote:
> > On Wed, Oct 10, 2018 at 10:18 AM Pino Toscano <ptoscano@redhat.com>
> wrote:
> >
> > > On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote:
> > > > I'm trying to build fedora-27 image for
2016 Aug 31
2
Re: [libvirt-users] couple of questions about virt-v2v
[Best to ask these questions on the libguestfs mailing list. You
don't have to subscribe]
On Wed, Aug 31, 2016 at 03:18:32PM +0100, cmc wrote:
> Hi,
>
> I have two questions about virt-v2v that I hope someone could help with.
>
> 1. I have a host that I use to export VMs from VMWare to oVirt, as the RHEL
> 7 version of virt-v2v does not support W2012.
Please try this
2014 Oct 31
1
[PATCH] launch: libvirt: Implement drive secrets (RHBZ#1159016).
Implement the GUESTFS_ADD_DRIVE_OPTS_SECRET argument of
guestfs_add_drive_opts. For libvirt we have to save the secret in
libvirtd first, get a UUID, and then pass the UUID back through the
domain XML.
---
src/launch-libvirt.c | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 224 insertions(+), 3 deletions(-)
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
2014 Oct 31
1
[PATCH v2] launch: libvirt: Implement drive secrets (RHBZ#1159016).
Since v1:
- Base64 decode the Ceph secret before passing it to libvirt.
- Don't call virSecretFree (NULL) [libvirt bug?]
- Small cleanups.
2016 Feb 24
0
Re: virt-customize network issue
[Please send all questions to the mailing list]
On Tue, Feb 23, 2016 at 08:48:50PM -0600, Brendan Hoffmann wrote:
> Hello there,
>
> I seem to be having some issue using virt-customize to update a virtual
> machine. Im using CentOS 7 on the host and guest with the latest packages.
Which version exactly?
> When I run virt-customize with the update parameter, I get output from
2016 Aug 31
0
Re: [libvirt-users] couple of questions about virt-v2v
Hi Rich,
Thanks, I'll see if oVirt supports 7.3 yet.
> What's the actual error?
>
-------------8<------------
virt-v2v: error: libguestfs error: bridge 'virbr0' not found. Try running:
brctl show
to get a list of bridges on the host, and then selecting the
bridge you wish the appliance network to connect to using:
export
2018 Oct 10
0
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote:
> I'm trying to build fedora-27 image for testing uploads:
>
> $ virt-builder fedora-27 -o /var/tmp/fedora-27.img
> ...
> [ 25.2] Opening the new disk
> virt-builder: error: libguestfs error: bridge ‘virbr0’ not found. Try
> running:
>
> brctl show
>
> to get a list of bridges on the host, and
2018 Oct 10
0
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
On Wed, Oct 10, 2018 at 02:27:44PM +0300, Nir Soffer wrote:
> On Wed, Oct 10, 2018 at 10:18 AM Pino Toscano <ptoscano@redhat.com> wrote:
>
> > On Tuesday, 9 October 2018 20:16:04 CEST Nir Soffer wrote:
> > > I'm trying to build fedora-27 image for testing uploads:
> > >
> > > $ virt-builder fedora-27 -o /var/tmp/fedora-27.img
> > > ...
2020 Jul 07
0
Re: Why wireless interface cannot be attached to a Linux host bridge?
...aware/at liberty to say how VirtualBox circumvents this
> limitation? I presume it's via some sort of software switch trickery,
> but they seem to be able to do a bridged(-like) mode via a Wi-Fi interface.
See the second "Note" at
<https://www.virtualbox.org/manual/ch06.html#network_bridged>.
Basically, they do MAC address translation.
-- Pol
2016 Dec 12
0
Re: libguestfs error: bridge 'virbr0' not found
Sorry, I didn't see this email yesterday.
On Sun, Dec 11, 2016 at 11:25:12AM +0200, Shahar Havivi wrote:
> Hey,
>
> I am getting this error after using virt-v2v-copy-to-local and trying to
> run:
> $ virt-v2v -i libvirtxml rhel7.xml -o local -os /var/tmp -of raw
>
> I try to set:
> export LIBGUESTFS_BACKEND_SETTINGS=virbr0=ovirtmgmt
The syntax is wrong, it should
2015 Nov 13
2
Poor perfmance of bridged interfaces
2015-11-13 13:52 GMT-03:00 Gordon Messmer <gordon.messmer at gmail.com>:
> On 11/13/2015 03:22 AM, Sergio Belkin wrote:
>
>> I'm trying to create virtualized linux bridge
>>
>
> Well, you can't do that by putting two interfaces on the same LAN. A
> bridge should be used to connect two separate LANs.
>
>
2016 Dec 11
2
libguestfs error: bridge 'virbr0' not found
Hey,
I am getting this error after using virt-v2v-copy-to-local and trying to
run:
$ virt-v2v -i libvirtxml rhel7.xml -o local -os /var/tmp -of raw
I try to set:
export LIBGUESTFS_BACKEND_SETTINGS=virbr0=ovirtmgmt
with no success and the file /etc/qemu/bridge.conf contains:
allow virbr0
it only worked after creating the bridge, is there other way to import
without creating the bridge?
Thank