search for: bridge1

Displaying 11 results from an estimated 11 matches for "bridge1".

Did you mean: bridge
2007 Apr 18
1
[Bridge] device eth0 is already a member of a bridge; can't enslave it to bridge Net6
...to Net6 the followin= g error occurs: "device eth0 is already a member of a bridge; can't enslave= it to bridge Net6" = Is this a bug or a feature? Why is it not allowed to bind an Interface to t= wo different bridges? = Is there a workaround for this issue? Problem: = UML1 ---- bridge1 \ eth0 = UML2 ---- bridge2 / Workaround?: UML1 ---- bridge1 \ bridge3 ---- eth0 UML2 ---- bridge2 / UML1 \ bridge1 ---- eth0 UML2 / Thanks for your help Tim Keupen -------------- next part -------------- An HTML...
2007 Mar 26
1
VLan help! :D?
Hi all, i need config xen with this ___________ __________ |VM1 |----------------bridge1-------------------| | |__________ | | | ____________ | |-----BALBLA |VM2 | |VM4 | |__________ |----...
2017 Oct 24
2
net interface direct - no IP communication between guest & host
hi everyone I wonder why, when I attach an interface like this: virsh # attach-interface --domain win10Ent --type direct --source nm-team --config --persistent --model virtio host cannot ip ping the guest and vice versa, yet guest can ping other nodes(outside of its host, connected via phys net via a switch) Would you know? I thought maybe routing on the host, so I did: $ route add -host
2018 Aug 08
2
Queue breaks Dynamic_Features on Attended Transfer
On Wed, Aug 8, 2018 at 1:53 PM, Daniel Journo <dan at keshercommunications.com> wrote: > > Prior to a call entering a Queue, I set __DYNAMIC_FEATURES=NewRecordApp. > > AgentA answers and is able to use that feature code. > > If AgentA performs an attended transfer of a call from a queue to > AgentB, the > > feature code no longer works. > > > > It only
2019 Dec 18
0
[RFC 00/13] virtio-iommu on non-devicetree platforms
...=1 numa0 and numa1 would get proximity domains 0 and 1, corresponding to host domains 3 and 4. It is also possible to specify the NUMA node of a PCI bus (via the PCI expander bridge), and therefore to assign a VFIO PCI device in the same proximity domain as its physical location. -device pxb,id=bridge1,bus=pci.0,numa_node=1 (simplified) -device vfio-pci,host=03:01.0,bus=bridge1 Linux can use this information to allocate DMA close to the endpoint (see for example __iommu_dma_alloc_pages()). For page tables allocation, io-pgtables currently takes the node ID of the IOMMU device, not the endpoint...
2007 Apr 18
1
[Bridge] Linux Bridge + STP + VLAN
...---------------- Same thing about the port ids on "BRIDGE2" In order to achived the desired setup (as shown in the diagram), I thought all vlan ports would be blocked and eth0 would be unblocked. Really weird why vlan10 is not blocked, it's configured on both cisco switches and a on BRIDGE1. Here's an abstract of the startscript I'm using (on BRIDGE1): --------------------------------------------------------- BR_IF_DMZ=eth0 BR_IF_MZ=eth1 BR_NAME=br0 BR_PRIO=1 BR_IF_DMZ_COST=100 BR_IF_MZ_COST=1 VLAN=/etc/vlan.conf # one vlan id per line echo 1 > /proc/sys/net/ipv4/ip_f...
2005 Feb 06
0
Bridging lan over wireless link
..._____ ________ | | | | | ant1.1 |---| ant2.1 | |________| |________| _________ | | _________ | |-eth1-+ +--eth1-| | lan1 --eth0-| bridge1 | | bridge2 |-eth0--lan2 |_________|-eth2-+ +--eth2-|_________| ____|___ ____|___ | | | | | ant1.2 |---| ant2.2 | |________| |_____...
2008 Jan 25
2
strange xen memory calculations?
Hi, I have started the xen kernel with parameter dom0_mem=300M. xm info | grep total total_memory : 2045 Name ID Mem VCPUs State Time(s) Domain-0 0 300 2 r----- 292.1 FTP 822 1 56.7 LDAP 1 822 1 r----- 541.3 NFS1 822 1 14.8 NFS2 822 1 1.4 For the
2018 Jul 04
4
[PATCH 0/3] v2v: Implement MAC address to network/bridge mapping.
Deep in the discussion of this bug, unfortunately mostly in private comments: https://bugzilla.redhat.com/show_bug.cgi?id=1594515 we decided it'd be more flexible for RHV if we had a way to map individual NICs to target networks and bridges. This can be done by adding a new --mac option so you can specify the exact mapping you need: $ virt-v2v [...] \ --mac
2014 Sep 16
5
[PATCH 0/3] tests: Introduce test harness for running tests.
These are my thoughts on adding a test harness to run tests instead of using automake. The aim of this exercise is to allow us to run the full test suite on an installed copy of libguestfs. Another aim is to allow us to work around all the limitations and problems of automake. The first patch makes an observation that since the ./run script sets up $PATH to contain all the directories
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3: - A large number of fixes, especially for running the tests on installed libguestfs. - Fixed EXTRA_DIST rules throughout. - Extra patch 17/17 which is a tidy-up of the generated XML listing guests. Rich.