similar to: Bridging Wireless Cards for KVM

Displaying 20 results from an estimated 10000 matches similar to: "Bridging Wireless Cards for KVM"

2013 Aug 11
2
Re: Bridging Wireless Cards for KVM
Thanks! Unfortunately, I am running into the following issue when attempting to use the generic ethernet configuration: $ virsh -c qemu:///system create /tmp/generic.xml error: Failed to create domain from /tmp/generic.xml error: internal error process exited while connecting to monitor: kvm: -netdev tap,id=hostnet0: could not configure /dev/net/tun: Operation not permitted kvm: -netdev
2013 Aug 11
0
Re: Bridging Wireless Cards for KVM
Sorry, I accidentally hit send before I was done. Here's the finished message: Thanks! Unfortunately, I am running into the following issue when attempting to use the generic ethernet configuration: $ virsh -c qemu:///system create /tmp/generic.xml error: Failed to create domain from /tmp/generic.xml error: internal error process exited while connecting to monitor: kvm: -netdev
2013 Aug 12
1
Re: Bridging Wireless Cards for KVM
On Sat, Aug 10, 2013 at 08:33:17PM -0600, Joshua McKee wrote: > Sorry, I accidentally hit send before I was done. Here's the finished > message: > > Thanks! Unfortunately, I am running into the following issue when > attempting to use the generic ethernet configuration: > > $ virsh -c qemu:///system create /tmp/generic.xml > error: Failed to create domain from
2013 Aug 09
0
Re: Bridging Wireless Cards for KVM
On Thu, Aug 08, 2013 at 08:55:27PM -0600, Joshua McKee wrote: > Hi, > > I hope this is the right place to ask this question. I was wondering if > there is a way to set up a KVM VM using an XML document as input into Virsh > that uses bridged networking over a wireless card. > > I understand that wireless cards to not natively support, but I was able to > find a working
2020 Jan 16
1
Bridge-less VM
I'm trying to create a free standing VM that doesn't connect to a bridge. This is supposedly do able according to the WIKI: https://libvirt.org/formatdomain.html#elementsNICSEthernet But with a config similar to: <interface type='ethernet'> <target dev='mytap1' managed='no'/> <model type='virtio'/> </interface> When
2017 Oct 26
5
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish, I have tested with your xml in the first mail, and it works for rx_queue_size(see below). multiqueue need to work with vhost backend driver. And when you set "queues=1" it will ignored. Please check your qemu-kvm-rhev package, should be newer than qemu-kvm-rhev-2.9.0-16.el7_4.2 And the logs? tx_queue_size='512' will not work in the guest with direct type interface,
2017 Oct 25
2
Re: Need to increase the rx and tx buffer size of my interface
Hi Michal, What I found was that when I restarted the machine and did a virsh edit command to see the xml config, I see that it is was not actually changed. This suggests why I saw 256 again after restarting. So now I tried again to edit the xml via virsh edit command and used the following to set the parameters. <driver name='qemu' txmode='iothread' ioeventfd='on'
2017 Oct 26
2
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish, IMO, it is yes, no way to increase tx_queue_size for direct type interface ------- Best Regards, Yalan Zhang IRC: yalzhang Internal phone: 8389413 On Thu, Oct 26, 2017 at 3:38 PM, Ashish Kurian <ashishbnv@gmail.com> wrote: > Hi Yalan, > > In the previous email you mentioned "tx_queue_size='512' will not work in > the guest with direct type
2012 Jan 23
1
libvirt 0.9.9: could not open /dev/net/tun: Operation not permitted
Hi, I'm running the latest libvirt 0.9.9. I'm trying to start a VIF of type "Ethernet". I know there are problems with that because you need to be root in order to control the tun/tap driver. I changed my qemu.conf file to user = "root" group = "root" clear_emulator_capabilities = 0 However, I still get an error when trying to start my VM: [root]# virsh
2007 Nov 13
2
connection diagram
Hi I am practically new to R, and need to construct connection diagrams, I have a table of data, of nodes in vertical rows, and horizontally the number of outgoing connections to other nodes, and the indices of these nodes, each in a column, so some columns are used, and some are not, based on how many connections I have the node is identified by these variables (dimension, wave number,
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
Thanks for the confirmation. From the assembly that was sent on the other branch of the thread: > .set .L.str, .L.str.hwasan-3458764513820540928 -3458764513820540928 = 0xd0 << 56 i.e. a "negative" tag. So this appears to be the issue exactly. Peter On Mon, Jun 22, 2020 at 1:55 PM Derrick McKee <derrick.mckee at gmail.com> wrote: > Using lld fixes this issue. >
2007 Apr 18
1
[Bridge] Bridging a wireless/wired LAN and a PPPoE connection
Hi all, I'm trying out bridging for my wireless and wired LAN, so that they can both use my PPPoE connection. Here's the network structure, pretty easy: darjeeling (192.168.1.7) ringo (192.168.1.3) (mtu 1500) (mtu 1500) \ / \ wlan0 <--br0 (mtu 1500)--> eth1
2012 Apr 26
1
NFS quotas on Solaris 10
Hi list, I'm running Samba 3.6.4 on Solaris 10 x86. Underlying filesystem is ZFS. Since updating from 3.6.0, free space on NFS mounted ZFS filesystem, without a userquota set for the user, is always reported zero. 'quota -v' and the perl module 'Quota' both report no quota for such file systems. (Un)setting (ref)quota for those filesystems doesn't change anything. Any
2005 Feb 06
0
Bridging lan over wireless link
Hi all, I want to create a bridge (see picture below) between 2 LANs with the same IP range (192.168.0.0/24) using 2 wireless links that use load sharing over multiple interfaces (as descibed here: http://lartc.org/howto/lartc.loadshare.html) for load balancing and fault tolerance. Both links should use IPsec for encryption. I have googled for an example that does this but I could not find it.
2016 Sep 16
1
Bridging wireless interface for KVM guests
Hi all, I am trying to configure wlan0 interface to use it with kvm guests. I know that I need to use ebtables statements due to it is not possible to link wlan0 interface with a bridge. I have followed Debian's tutorial: https://wiki.debian.org/BridgeNetworkConnections#Bridging_with_a_wireless_NIC without luck. Someone have tried?? I am using CentOS 7 fully patched. Thanks.
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
I suspect that this is hitting the issue that I mentioned here: https://reviews.llvm.org/D65857#1621335 We may need to do what I suggested there and restrict global tag entropy on non-Android Linux to 7 bits. You can try working around this issue for now by using lld as the linker (-fuse-ld=lld). Peter On Mon, Jun 22, 2020 at 1:37 PM Mitch Phillips via llvm-dev < llvm-dev at
2005 Feb 12
4
Wireless - routing or bridging
I have added a 4th NIC to my setup, and want to set up wireless. I have started at the configuration Tom has for the last week, and my eyes are crossing. eth0 "net" goes to my internet connected firewall with a 192.168 address eth1 "loc" goes to my switch connected to local switch also 192.168.x eth2 "work" goes to my office with a 172. address eth3 Trying to
2020 Jun 09
2
Cross compile x64 to AArch64 issues
Hi, I am trying to cross compile release-10.x to AArch64 (target=aarch64-linux-gnu), and the directions listed at [1] are not completing the initial cmake step. I'm currently running Manjaro, with the aarch64-linux-gnu package (and associated binutils, headers, and glibc packages). My cmake command is cmake -DCMAKE_CROSSCOMPILING=True -DCMAKE_INSTALL_PREFIX=`realpath install`
2004 May 23
5
PRI problem???
I have just finished installing a new asterisk box at my work. The box is quite hefty, dual Zeon 2.8s with SCSI drives and 2Gb of memory. I have a 4 port Digium T1 card for channel bank and PRI access. I activated a PRI from a local CLEC (DMS-500 based, National protocol). This PRI is on slot 2 of the card and is set as the primary timing source. It is ESF/B8ZS. All the software is latest
2004 May 28
3
Disable blind xfer
My SIP users need to transmit the "#" key as part of data entry. Asterisk intercepts and initates a transfer function. I'm almost positive I've seen this discussed somewhere, but none of my searches are finding it. Anyone have a handy answer? Tim McKee -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef