similar to: should not libvirtd when stopped dismantle/remove net connections

Displaying 20 results from an estimated 10000 matches similar to: "should not libvirtd when stopped dismantle/remove net connections"

2015 Feb 18
1
Disable/stop nic in a virtual guest with virsh
On Wed, Feb 18, 2015 at 3:10 AM, C. L. Martinez <carlopmart at gmail.com> wrote: > On Tue, Feb 17, 2015 at 1:43 PM, Sven Kieske <s.kieske at mittwald.de> wrote: > > > > > > On 17/02/15 09:18, C. L. Martinez wrote: > >> Hi all, > >> > >> How can I stop/disable a nic in a virtual guest using a virsh > >> command?? I am searching
2015 May 08
1
vnetX interface name persistence
Hi! I'm aware that (host side) vnetX are created when VM boots. But I'm trying to figure out a way ti create a persistence in vnetX names. What I mean is, say, I want to associate VMs vm0 to vnet0, vm1 to vnet1, vm2 to vnet2 and so forth, no matter which order the VMs are booted. I looked around network XML format, but did't find something... Since I'm using Open vSwitch as
2014 Feb 14
2
Networkfilters in Routed setup
Hello! Since i could not find any information on the internet about this subject, i'm going to try my luck on this list. I'm trying to setup network-filter on a routed setup. I have a root-server at Hetzner, a german hosting provider. Along with my server i ordered a (/28) subnet to be able to setup dedicated IPs for my virtual machines (KVM). My Server is running Ubuntu 12.04 with
2011 May 13
2
Discover what vnet is attached to a kvm guest
Hi all, How can I see what vnet is attached to a certain kvm guest?? For example: I have a kvmguest1. When I launch this guest with virsh command, virsh creates a new vnetX interface for this guest. How can I extract this virtual net interface (vnet0, vnet1, vnet2 or so on) using a script?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2016 Oct 28
2
Re: sttic vnet device for guest
28.10.2016 23:32, Michal Privoznik пишет: On my host node i using system created bridge. example brctl show br1 bridge name bridge id STP enabled interfaces br1 8000.0025907925d3 no eth1 vnet0 vnet2
2016 Oct 28
3
sttic vnet device for guest
Can i assign static vnet* device for some guests?
2014 Feb 26
2
Re: bridge / ubuntu / no arp reply
On 02/26/2014 02:56 PM, Michal Privoznik wrote: > On 25.02.2014 22:45, François Chenais wrote: >> Hello >> >> I'm trying to setup a bridged guest on an ubuntu 13.10 but it doesn't >> work. >> >> (Everything is ok with NAT) >> >> Network sniffing shows that arp replies don't come back to the guest. >> >> >> Test 1
2015 Feb 18
3
Disable/stop nic in a virtual guest with virsh
On Tue, Feb 17, 2015 at 1:43 PM, Sven Kieske <s.kieske at mittwald.de> wrote: > > > On 17/02/15 09:18, C. L. Martinez wrote: >> Hi all, >> >> How can I stop/disable a nic in a virtual guest using a virsh >> command?? I am searching the same effect like if I unplug network >> cable ... Is it possible?? I have tried with "detach-interface"
2013 Nov 21
2
Query:: Reg: Libvirt Networking
Currently, I have two networks configured via xml: virsh # net-dumpxml TestNetwork1 <network connections='2'> <name>TestNetwork1</name> <uuid>a76f665a-0196-4edb-81b4-340944a6869c</uuid> <forward dev='p1p1' mode='nat'> <nat> <port start='1024' end='65535'/> </nat> <interface
2014 Feb 18
2
Re: Networkfilters in Routed setup
On Di, 2014-02-18 at 12:03 +0200, Laine Stump wrote: > You *really* should upgrade to a newer libvirt. I know that version 0.9.8 is very old. But to be honest i tried to avoid upgrading and compiling a newer version since i don't know if it has any effects on running VMs (but i haven't checked this yet). Its a production server and i did not want to interrupt any services running on
2012 Mar 07
4
[PATCH] xen: Make sure log-dirty is turned off before trying to dismantle it
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> diff --git a/xen/arch/x86/mm/paging.c b/xen/arch/x86/mm/paging.c --- a/xen/arch/x86/mm/paging.c +++ b/xen/arch/x86/mm/paging.c @@ -722,6 +722,10 @@ int paging_domctl(struct domain *d, xen_ /* Call when destroying a domain */ void paging_teardown(struct domain *d) { + /* Make sure log-dirty is turned off before trying to
2014 May 28
1
vnet device not appearing
Hello I have a virtual server with 3 existing VMs running on it without issue. The host has 4 NICs installed; em1 for the host, em2 and em3 already in use by other VMs. I would like to dedicate em4 to my new VM however when I create the bridge like I did for the others I do not get a vnet3 device show up in the list as shown below. I tried using the GUI and virsh to create the bridge. I ended
2014 May 28
3
Re: nwfilter usage
On 05/27/2014 02:46 AM, Brian Rak wrote: > Make sure you have: > > /proc/sys/net/bridge/bridge-nf-call-iptables = 1 That doesn't make sense. bridge-nf-call-iptables controls whether or not traffic going across a Linux host bridge device will be sent through iptables, but the rules created by nwfilter are applied to the "vnetX" tap devices that connect the guest to the
2017 Jun 03
2
Re: libvirtd not accepting connections
On Sat, Jun 03, 2017 at 05:20:47PM -0400, Michael C Cambria wrote: >I also tried stopping libvirtd, renaming both qemu-system-i386 and >qemu-system-x86_64, start libvirtd. Things get further along; dnsmasq >log messages show up. > >$ sudo systemctl status libvirtd.service >● libvirtd.service - Virtualization daemon > Loaded: loaded
2015 Oct 09
0
Setting a VM's vnetX qlen in the XML file
Hi all, I have a two-node HA RHEL 6 setup hosting VMs. These use static/standard bridges and all has worked wonderfully. Now though, I need to adjust the qlen value of the vnetX devices for a given guest VM, which I can do with: ip link set dev vnet0 qlen 6000 The problem with this approach is two-fold though; 1. I need to determine which vnetX is connected to a VM. 2. If the VM
2014 Feb 18
0
Re: Networkfilters in Routed setup
On 02/14/2014 08:40 PM, h0rst wrote: > Hello! > > Since i could not find any information on the internet about this subject, i'm going to try my luck on this list. > > I'm trying to setup network-filter on a routed setup. I have a root-server at Hetzner, a german hosting provider. > Along with my server i ordered a (/28) subnet to be able to setup dedicated IPs for my
2015 Feb 20
4
Upgrading Xen 3 on SL 5 server with CentOS 5 and SL 5
I'm dealing with an old Xen 3 server, and badly need to update it and all the vm's on it to more contemporary operating systems. So far, so good! Can the Xen server on CentOS 5 para-virtualized CentOS 6? And if not, I'm having real trouble getting a live cd or installation media to boot in full virtualization to do the update of the guests. I'd normally start by updating the Xen
2016 Oct 31
2
Re: sttic vnet device for guest
On 10/28/2016 05:30 PM, Michal Privoznik wrote: > On 28.10.2016 14:17, Anton Gorlov wrote: >> 28.10.2016 23:32, Michal Privoznik пишет: >> >> >> On my host node i using system created bridge. example >> >> brctl show br1 >> bridge name bridge id STP enabled interfaces >> br1 8000.0025907925d3 no
2017 Jun 04
0
Re: libvirtd not accepting connections
On 06/03/2017 05:47 PM, Martin Kletzander wrote: > On Sat, Jun 03, 2017 at 05:20:47PM -0400, Michael C Cambria wrote: >> I also tried stopping libvirtd, renaming both qemu-system-i386 and >> qemu-system-x86_64, start libvirtd. Things get further along; dnsmasq >> log messages show up. >> >> $ sudo systemctl status libvirtd.service >> ● libvirtd.service -
2017 Jun 04
2
Re: libvirtd not accepting connections
On Sat, Jun 03, 2017 at 08:27:08PM -0400, Michael C Cambria wrote: > > >On 06/03/2017 05:47 PM, Martin Kletzander wrote: >> On Sat, Jun 03, 2017 at 05:20:47PM -0400, Michael C Cambria wrote: >>> I also tried stopping libvirtd, renaming both qemu-system-i386 and >>> qemu-system-x86_64, start libvirtd. Things get further along; dnsmasq >>> log messages show