Displaying 20 results from an estimated 5000 matches similar to: "wlan and macvtap?"
2020 May 19
1
Re: macvtap direct
On Thu, May 14, 2020 at 1:32 PM Laine Stump <laine@redhat.com> wrote:
> On 5/13/20 12:52 AM, Subhendu Ghosh wrote:
> > Hi
> >
> > Couple of questions around macvtap direct usage:
> >
> > 1) is the document here current?
> > https://libvirt.org/formatnetwork.html#examplesDirect
>
> Yes. None of that has changed in any major way in many years.
>
2014 Jan 13
0
[resolved ]nfs client kerberos cache
2014/1/6 Darod Zyree <darodzyree at gmail.com>
> Greetings,
>
> Not sure if this is the correct mail list.
>
> I have the following test environment set up:
> - 1x ipa master = ipa1.example.com
> - 1x nfs server = nfs1.example.com
> - 1x nfs client = nfsclient1.example.com
>
> NFS version 4 is used and the appropriate Kerberos principal has been
> created in
2015 May 01
1
Re: Limitations of macvtap devices?
On 04/30/2015 11:18 AM, Laine Stump wrote:
> On 04/30/2015 10:26 AM, Lars Kellogg-Stedman wrote:
>> I am running OpenStack inside a libvirt guest that is connected to the
>> local network via a macvtap interface. My experience so far suggests
>> that a macvtap interface will not pass traffic with a source MAC
>> address other than the MAC address of the interface
2019 Jan 03
0
Re: macvtap and tagged VLANs to the VM
On 1/3/19 9:23 AM, Marc Haber wrote:
> Hi Laine,
>
> thanks for your answer, I really appreciate that.
>
> On Wed, Jan 02, 2019 at 11:34:30AM -0500, Laine Stump wrote:
>> On 12/16/18 4:59 PM, Marc Haber wrote:
>>> I would like to run a network firewall as a VM on a KVM host. There are
>>> ~ 25 VLANs delivered to the KVM host on three dedicated links, no
2020 May 14
0
Re: macvtap direct
On 5/13/20 12:52 AM, Subhendu Ghosh wrote:
> Hi
>
> Couple of questions around macvtap direct usage:
>
> 1) is the document here current?
> https://libvirt.org/formatnetwork.html#examplesDirect
Yes. None of that has changed in any major way in many years.
>
> I have been able to get host to guest network traffic without any
> special configuration or switch since
2020 May 13
2
macvtap direct
Hi
Couple of questions around macvtap direct usage:
1) is the document here current?
https://libvirt.org/formatnetwork.html#examplesDirect
I have been able to get host to guest network traffic without any special
configuration or switch since Fedora 28 when I first started using it.
Using <forward mode=vepa> requires switch port mirroring, but just using
<forward mode=bridge>
2012 Aug 15
2
slowness with new kernel+nouveau?
Hello,
New kernel version 2.6.32-279.2.1.el6.x86_64 in combination with
xorg-x11-drv-nouveau Version:0.0.16 is somehow painfully slow on my
laptop.
during start up it takes almost half a minute for gnome login to appear.
After having logged in the following happens:
- gnome top and bottom panels "slide/crawl" in to view one pixel line at
a time.
- starting the terminal takes much more
2014 Feb 13
0
Re: F20 Virt-Manager with MacVTap not working
(Please put your responses inline rather than top-posting)
On 02/12/2014 10:07 AM, John Obaterspok wrote:
> Hello,
> I've setup a VM with default networking (NAT) and this works fine
> but hosts on my LAN can't get to the VM since it uses NAT.
>
> When I try to set network to use MacVTap with either default or
> bridged I get no networking for the
2019 Mar 14
1
Re: KVM-Docker-Networking using TAP and MACVLAN
On 3/14/19 4:06 PM, Martin Kletzander wrote:
> I cannot try this right now, but I would try something like this:
>
> ip link add dev veth-vm type veth peer name veth-cont
>
> and then put veth-vm in the VM (type='direct' would work, but I can
> imagine
> type='ethernet' might be even faster) and start the containers with
> macvtap
> using veth-cont.
I
2019 Jan 02
0
Re: macvtap and tagged VLANs to the VM
On 12/16/18 4:59 PM, Marc Haber wrote:
> Hi,
>
> I would like to run a network firewall as a VM on a KVM host. There are
> ~ 25 VLANs delivered to the KVM host on three dedicated links, no LACP
> or other things. I have the VLANs 100-180 on the host's enp1s0, the VLANs
> 200-280 on the host's enp2s0 and the VLANs 300-380 on the host's enp3s0.
>
> To save
2020 Jan 28
0
Host CPU usage high on guest network load (macvtap).
Hello,
Is it reasonable for one CPU on the host to be loaded 20-30% on 100 mbps
download in a guest?
There is barely any (1-2%) load in the guest. The host is running ubuntu
18.04 on an Intel i7-7700K, virtualization etc is enabled. Everything
except host load on guest network activity is fine.
This is how i setup the network with virt-install:
--network
2014 Feb 12
2
Re: F20 Virt-Manager with MacVTap not working
The guest was setup through virt-manager. The machine is not configured
much after a F20 install (I believe I didn't change any network things)
Here is the network part:
<interface type='direct'>
<mac address='52:54:00:fe:b0:66'/>
<source dev='em1' mode='bridge'/>
<target dev='macvtap0'/>
<model
2015 Feb 01
2
Vepa use vf?
1. Does vepa mode in libvirt use sr-iov ?
2. How can I do port mirroring with sr-iov?
vepa
This network uses a macvtap "direct" connection in "vepa" mode to
connect each guest to the network (this requires that the physical
interfaces used be connected to a vepa-capable hardware switch. The
physical interface to be used will be picked from among those listed in
2015 Apr 30
3
Limitations of macvtap devices?
I am running OpenStack inside a libvirt guest that is connected to the
local network via a macvtap interface. My experience so far suggests
that a macvtap interface will not pass traffic with a source MAC
address other than the MAC address of the interface itself...for
example, if inside the guest eth0 is attached to a bridge.
Is that correct, or is there some setting that will make that work?
2019 Jan 03
2
Re: macvtap and tagged VLANs to the VM
Hi Laine,
thanks for your answer, I really appreciate that.
On Wed, Jan 02, 2019 at 11:34:30AM -0500, Laine Stump wrote:
> On 12/16/18 4:59 PM, Marc Haber wrote:
> > I would like to run a network firewall as a VM on a KVM host. There are
> > ~ 25 VLANs delivered to the KVM host on three dedicated links, no LACP
> > or other things. I have the VLANs 100-180 on the host's
2015 Mar 20
1
Re: getting oriented/networking [some success]
I seem to have run into https://bugzilla.redhat.com/show_bug.cgi?id=855640, because when I tried the fix/work-around at the end (comment 11), ethtool -K eth0 gro off, my download speed by speedtest went from undetectable to ~150Mb/s. However, it was not able to connect for the upload test, and so something may still be off. Non-virtual machines can do the upload test, so it's not just a
2017 Oct 26
0
Re: Need to increase the rx and tx buffer size of my interface
Hi Yalan and Michal,
Thank you for your response. So what I understand is that I can change
rx_queue size even if I use direct type interface and qemu driver as long
as the driver is virtio. Am I right? If that is the case why am I getting
the error saying that
error: XML document failed to validate against schema: Unable to validate
doc against /usr/share/libvirt/schemas/domain.rng
Extra
2017 Oct 26
0
Re: Need to increase the rx and tx buffer size of my interface
Hi Yalan,
In the previous email you mentioned "tx_queue_size='512' will not work in
the guest with direct type interface, in fact, no matter what you set, it
will not work and guest will get the default '256'. "
So if I am using macvtap for my interfaces, then the device type will
always be direct type. Does it mean that there is no way I can increase the
buffer size
2018 Dec 16
3
macvtap and tagged VLANs to the VM
Hi,
I would like to run a network firewall as a VM on a KVM host. There are
~ 25 VLANs delivered to the KVM host on three dedicated links, no LACP
or other things. I have the VLANs 100-180 on the host's enp1s0, the VLANs
200-280 on the host's enp2s0 and the VLANs 300-380 on the host's enp3s0.
To save myself from configuring all VLANs on the KVM host, I'd like to
hand the entire
2007 Sep 18
1
Recommended WLAN-Adapter for CentOS 5
I intend to realize the connection to the Internet by WLAN (at the presen time
DSL cable modem).
The WLAN DSL-Router should not be the problem. But which wlan-
adapter (internally (PCI), USB... whatever) can be recommended for a
work "out of is the box" with cent OS 5?
Thx
Timothy