Displaying 20 results from an estimated 20000 matches similar to: "[Patch] Vnet update"
2009 Oct 24
3
Need info on vnet mapping to guests
Hello:
I have a host running two KVM guests. The guests
use br0 and each has a static IP address.
I am trying to figure out if there is a way to
use snmpd on the host to measure the traffic
usage of the guests. I do not want to require
anything running on the guests since I do not
control them.
Looking at netstat -in on the host, I see this
info:
Kernel Interface table
Iface MTU Met
2015 Apr 19
4
inquiry about differences between the tap and the vnet in the virt-manager
inquiry about differences between the tap and the vnet in the virt-manager
Greetings!
I encounter a problem about the network when using virt-manager to create and run a VM.
when I want to establish a network bridge for the guest OS, I generally use two kinds of ways described as fellow :
First method : create a bridge with the help of linux commad: brctl, or
Second method : using
2016 Nov 03
2
Re: sttic vnet device for guest
❦ 3 novembre 2016 20:43 +0300, Anton Gorlov <stalker@altlinux.ru> :
>> ... but *is* in the status xml (i.e. the output of "visrh dumpxml
>> $domain" while the domain is running, and also the xml provided on stdin
>> to the qemu and network hooks when they are called).
>>
>> (also, what Vincent said in his email - names with the prefix
2015 Dec 09
2
How to manually add a new interface to a bridge device?
Tried that as well, but this has to be something that gets set at the OS level and loaded, as if you look at dmesg output, you can see all the vnet?? nodes as the OS comes online. So the question is, what is virt-install doing that creates the needed vnet interface that is part of the bridge. I really had to kill and reload the VM just to load a second interface..
---
Howard Leadmon
2015 Dec 09
2
How to manually add a new interface to a bridge device?
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 want to add a vnet14 to bridge br1. When I do this, I
get:
# brctl addif br0 vnet14
2015 Dec 09
3
How to manually add a new interface to a bridge device?
How do you decide what MAC address to use for that VM interface? As I just
tried to change the MAC to some other value close, like I made
'52:54:00:34:e1:21' into say '52:54:00:34:e1:32', and when I try and load it
in, I get the following:
error: XML error: Attempted double use of PCI Address '0:0:4.0'
Here is one of my network entries:
<interface
2015 Apr 26
3
How does the libvirt deal with the vnet mac address
How does the libvirt deal with the vnet mac address?
Greetings,
if I establish a network for the VM (hypervisor is KVM) using bridge in the virt-manager , a vnet0 device is created . There are some relationships about mac address between the vnet0 device in the hypervisor and the ethX device in the VM, for example :
the mac address of vnet0 is FE:54:00:84:E3:62
the mac address of ethX in the VM
2016 Nov 03
0
Re: sttic vnet device for guest
03.11.2016 21:49, Vincent Bernat пишет:
>>> ... but *is* in the status xml (i.e. the output of "visrh dumpxml
>>> $domain" while the domain is running, and also the xml provided on stdin
>>> to the qemu and network hooks when they are called).
>>> (also, what Vincent said in his email - names with the prefix "vnet" are
>>> assumed
2011 Sep 20
1
Network traffic control/shaping of guest interfaces
I've been using tc/htb for network control previously to control
bandwidth available to different services running on their own IPs on
a unvirtualized host.
Now, I have put them into their own guest VM. I would like to be able
to do something similar to ensure the more crucial service gets more
bandwidth as well as ensuring ssh always get reserved bandwidth.
However, when I try the good old
2015 Apr 20
1
Re: inquiry about differences between the tap and the vnet in the virt-manager
inquiry about differences between the tap and the vnet in the virt-manager
Greetings!
I encounter a problem about the network when using virt-manager to create and run a VM.
when I want to establish a network bridge for the guest OS, I generally use two kinds of ways described as fellow :
First method : create a bridge with the help of linux commad: brctl, or
Second method : using
2015 Apr 27
2
Re: How does the libvirt deal with the vnet mac address
On 04/27/2015 04:59 AM, Daniel P. Berrange wrote:
> On Sun, Apr 26, 2015 at 10:51:34AM +0800, wh.h@foxmail.com wrote:
>> How does the libvirt deal with the vnet mac address?
>>
>> Greetings,
>> if I establish a network for the VM (hypervisor is KVM) using bridge in
>> the virt-manager , a vnet0 device is created . There are some relationships
>> about mac
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
2007 Apr 18
1
[Bridge] Problem loading bridge.o
Hello, I want to add wireless capability to my Gentoo-linux based
firewall/router at home, so I bought a Netgear MA311 PCI and installed
the hostap package. I load the hostap_pci module and the wlan0 interface
comes up fine. I can detect the signal from a wireless enabled laptop.
Now I'm thinking I'm going to bridge the wlan0 interface and the eth1
interface, and run the firewall with br0
2017 Jan 14
2
Controlling the name of the 'tap0' device, in a bridged networking setup
Hi,
I'm trying to control the name of the 'tap0' device that gets created as I
start a domain that uses bridged networking. The XML specification of the
domain contains the following configuration
<interface type='bridge'>
<source bridge='br0'/>
</interface>
The libvirt documentation (
2020 May 06
2
[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
On 2020/5/6 ??4:21, Jesper Dangaard Brouer wrote:
> On Wed, 6 May 2020 14:16:32 +0800
> Jason Wang <jasowang at redhat.com> wrote:
>
>> We tried to reserve space for vnet header before
>> xdp.data_hard_start. But this is useless since the packet could be
>> modified by XDP which may invalidate the information stored in the
>> header and
> IMHO above
2020 May 06
2
[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
On 2020/5/6 ??4:21, Jesper Dangaard Brouer wrote:
> On Wed, 6 May 2020 14:16:32 +0800
> Jason Wang <jasowang at redhat.com> wrote:
>
>> We tried to reserve space for vnet header before
>> xdp.data_hard_start. But this is useless since the packet could be
>> modified by XDP which may invalidate the information stored in the
>> header and
> IMHO above
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
2018 Nov 29
1
[PATCH net] virtio-net: keep vnet header zeroed after processing XDP
We copy vnet header unconditionally in page_to_skb() this is wrong
since XDP may modify the packet data. So let's keep a zeroed vnet
header for not confusing the conversion between vnet header and skb
metadata.
In the future, we should able to detect whether or not the packet was
modified and keep using the vnet header when packet was not touched.
Fixes: f600b6905015 ("virtio_net: Add
2018 Mar 22
1
[PATCH] v2v: Fix parsing of OVA files and documentation for --network and --bridge (RHBZ#1559027).
When parsing OVA files we have to work backwards to whether the
original VMware object was a network or a bridge. It seems as if the
presence of <rasd:Connection> is sufficient. I dropped the use of
<rasd:ElementName> since it is literally just an internal name for the
network element, and is not significant in how the network is used.
Also update documentation because you must use
2020 May 06
2
[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
On 2020/5/6 ??3:53, Michael S. Tsirkin wrote:
> On Wed, May 06, 2020 at 02:16:32PM +0800, Jason Wang wrote:
>> We tried to reserve space for vnet header before
>> xdp.data_hard_start. But this is useless since the packet could be
>> modified by XDP which may invalidate the information stored in the
>> header and there's no way for XDP to know the existence of the