search for: br1

Displaying 20 results from an estimated 170 matches for "br1".

Did you mean: b1
2019 Nov 29
2
Re: What's the best way to make use of VLAN interfaces with VMs?
...gt;> I have a problem with attaching VMs to a VLAN interface. >> >> Here is my setup: I have several physical hosts connected by a >> physical switch.  Each host has two NICs leading to the switch, which >> have been combined into a team, team0. Each host a has a bridge br1, >> which has team0 as a slave. So communication between hosts is based >> on the IP address of bridge br1 on each host. >> >> Up until recently, using libvirt and KVM, I was creating VMs which >> had one interface attached the default virtual network and one >&...
2019 Dec 03
1
Re: What's the best way to make use of VLAN interfaces with VMs?
....168.0.110 to 192.168.0.120, but not the other way around. Must be something with my configuration....which I can follow up on. So, thanks again for your help. Richard On 12/3/19 11:36 AM, Richard Achmatowicz wrote: > Laine > > I made the change and I can now ping across both bridges: br1 > (192.168.0.0/24) and br1600 (192.168.1.0/24): > > br1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500 >         inet 192.168.0.110  netmask 255.255.255.0  broadcast > 192.168.0.255 >         inet6 fe80::1e98:ecff:fe1b:276d  prefixlen 64  scopeid 0x20<link> &g...
2019 Dec 03
0
Re: What's the best way to make use of VLAN interfaces with VMs?
Laine I made the change and I can now ping across both bridges: br1 (192.168.0.0/24) and br1600 (192.168.1.0/24): br1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500         inet 192.168.0.110  netmask 255.255.255.0  broadcast 192.168.0.255         inet6 fe80::1e98:ecff:fe1b:276d  prefixlen 64  scopeid 0x20<link>         ether 1c:98:ec:1b:27:...
2006 Feb 03
1
xen-br1
...vserver/images/vmPROD.img,hda1,w'',''file:/vserver/images/vmPROD-swap.img,hda2,w''] #Network: nics=1 dhcp="off" ip="192.168.1.80" netmask="255.255.255.0" gateway="192.168.1.1" hostname="jidoorPROD" vif=[ ''bridge=xen-br1'' ] extra="3" ----------------- On the VM my ifconfig for eth0 looks correct: ----------------- eth0 Link encap:Ethernet HWaddr AA:00:00:65:9A:F0 inet addr:192.168.1.80 Bcase:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Me...
2011 Sep 26
1
changue bridge name, libvirt refuses to take new name
hi all, (this events ocurred before my previous mail about the uuid incident) so, I installed a vm host: rhel6 guest: centos6 network: bridge (br0, eth1 as slave) but then, I changed the name of the bridge from br0 to br1 (because br1<->eth1 seems pretty than br0<->eth1) so: - mv /etc/sysconfig/network-scripts/ifcfg-br0 /etc/sysconfig/network-scripts/ifcfg-br1 - edited /etc/sysconfig/network-scripts/ifcfg-br1 change DEVICE=br0 by DEVICE=br1 - edited /etc/sysconfig/network-scripts/ifcfg-eth1 and cha...
2019 Nov 27
2
What's the best way to make use of VLAN interfaces with VMs?
Hello I have a problem with attaching VMs to a VLAN interface. Here is my setup: I have several physical hosts connected by a physical switch.  Each host has two NICs leading to the switch, which have been combined into a team, team0. Each host a has a bridge br1, which has team0 as a slave. So communication between hosts is based on the IP address of bridge br1 on each host. Up until recently, using libvirt and KVM, I was creating VMs which had one interface attached the default virtual network and one interface attached to the bridge: virt-install ....
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 interface vnet14 does not exist! If I run a 'brctl show' I get the following: # brctl show bridge name bridge id STP enabled interfaces br0...
2002 Mar 20
5
inverted axis
...I have the following X <- seq(1:100) #(a dim(100) sequence of integers 1:100 representing the possible actions of player 1 and player2 in a game) BR2X<- br2(X) #(a dim(100) sequence of points on range (1,100) representing the best response function of player 2 to player 1:s actions) BR1X<- br1(X) #(a dim(100) sequence of points on range (1,100) representing the best response function of player 1 to player 2:s actions) To illustrate Nash equilibrium , I would like to plot these in the same picture, with inverted axes, so that (X,BR2) is plotted with X on horizontal and B...
2007 Apr 18
1
[Bridge] Some newbe questions
...t(hub and router)] -- internet 192.168.2.x So on my laptop I have eth0 beeing lan, eth1 beeing wlan ethernet card. When only using eth0/1 everything is fine. Now I want to be able to use internet from both [desktop] and [notebook]. Typically you set up a bridge with brctl addbr br1 brctl addif br1 eth0 brctl addif br1 eth1 ifconfig eth0 0.0.0.0 up ifconfig eth1 0.0.0.0 up ifconfig br1 up , right? When do I have to set the iwconfig settings? (Web password, essid?) When I also want use the internet (connect to desktop via vnc) from the notebook I have to assign an ip to the br...
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...
2015 Apr 15
0
Routing setup questions
I am experimenting with routing tables to obtain a little understanding of how things work. I have a kvm hypervisor host (KVM1) with two physical Ethernet nics configured as bridges (br0 and br1). KVM1 br0 is configured with a public ipv4 address [x.y.z.42/24] and br1 is configured with a private ipv4 address [192.168.216.42/24]. A second kvm hypervisor, KVM2, is similarly configured albeit with different IPv4 addresses of course. Packet forwarding is enabled on both hypervisor hosts and...
2006 May 09
3
tc del class not working
When I start my script: * - Creating classes on br1 for upload control ... * - tc class add dev br1 parent 2:0 classid 2:46 hfsc ls m1 576.0Kbit d 2000ms m2 192.0Kbit ul m2 384Kbit ... [ ok ] * - tc class add dev br1 parent 2:46 classid 2:47 hfsc sc umax 1500b dmax 30ms rate 80Kbit . [ ok ] * - tc class add dev br1 parent 2:46 class...
2016 Jan 08
3
CentOS-6.7, kvm bridges, virtual interfaces, and routes
...nd in consequence it has been constantly shoved to the background as other issues arise. Here is the situation: I have two dual-homed kvm hosts both running CentOS-6.7 and identically configured. These are connected to the same LAN segment via br0/eth0 and to each other via a cross-over cable on br1/eth1. The IPv4 assigned to br0 on both is a publicly routeable address. The IPv4 assigned to br1 on both is a private address in the 192.168.0.0/16 address space. The guests on each host have their virtual eth0 bridged with their host's br0 and eth1 bridged with their host's br1. The ad...
2007 Apr 18
1
[Bridge] 1 system with 3 bridges
Hi all, I have one bridge system (used for controlling bandwidth) connected to three different DSL ISP provider. I have the following setup below: - +-------------+ | br0 | | -> eth1 | -> DSL_1 | -> eth2 | +-------------+ | br1 | | -> eth3 | -> DSL_2 | -> eth4 | +-------------+ | br2 | | -> eth5 | -> DSL_3 | -> eth6 | +-------------+ br0 has eth1 and eth2; br0 has no ip address br1 has eth3 and eth4; br0 has no ip address br2 has eth5 and eth6;...
2015 Nov 25
1
Poor perfmance of bridged interfaces
2015-11-14 16:43 GMT-03:00 Gordon Messmer <gordon.messmer at gmail.com>: > On 11/14/2015 09:20 AM, Sergio Belkin wrote: > >> I'd want to connect a VM to another VM (or eventually to the host) via the >> "Linux bridge" so that I can demonstrate that capability in a classroom >> with only one laptop. >> > > You don't actually need to
2015 Dec 09
2
How to manually add a new interface to a bridge device?
...> > wrote: 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 interface vnet14 does not exist! If I run a ?brctl show? I get the following: # brctl show bridge name bridge id STP enabled interfaces br0 8000.002...
2019 Nov 27
0
Re: What's the best way to make use of VLAN interfaces with VMs?
...> Hello > > I have a problem with attaching VMs to a VLAN interface. > > Here is my setup: I have several physical hosts connected by a physical > switch.  Each host has two NICs leading to the switch, which have been > combined into a team, team0. Each host a has a bridge br1, which has > team0 as a slave. So communication between hosts is based on the IP > address of bridge br1 on each host. > > Up until recently, using libvirt and KVM, I was creating VMs which had > one interface attached the default virtual network and one interface > attached...
2010 Sep 06
1
Bug#571634: bridge loosing connection
...ectly when the traffic is bridged." I'm using bridges but it's not working obviously. /etc/network/interfaces auto br0 allow-hotplug br0 iface br0 inet static address 10.100.200.20 netmask 255.255.255.0 dns-nameservers 10.100.200.3 gateway 10.100.200.3 bridge_ports eth0 allow-hotplug br1 auto br1 iface br1 inet manual bridge_ports eth1 This is my logs: Sep 6 09:47:14 elise kernel: [71970.564974] br1: port 2(vif1.1) entering disabled state Sep 6 09:47:14 elise kernel: [71970.578040] br1: port 2(vif1.1) entering disabled state Sep 6 09:47:14 elise kernel: [71970.718785] physdev...
2011 Jun 23
1
Starting libvirtd cuts off host access to external network
...ated. I've just done a new RHEL6 setup, with a KVM guest (first time). The basic installation works fine until I start libvirtd; at this point, the host machine loses access to the external network: step 1: ping from host to network works; external machine on network can ping both eth0 and br1 on the host step 2: /sbin/service libvirtd start step 3: ping from host to network fails; external machine on the network can't ping either eth0 or br1 on the host Stopping libvirtd (/sbin/service libvirtd stop) makes no difference - the network remains unreachable. Any idea why this woul...
2014 Apr 17
2
What's the meaning of sub-element <ip address='X.X.X.X'> in <interface type='bridge'> of domain xml?
...t's the meaning of sub-element <ip address='X.X.X.X'> in <interface type='bridge'> of domain xml? The detail <interface> in domain xml as below: <interface type='bridge'> <mac address='52:54:00:56:44:32'/> <source bridge='br1'/> <ip address='10.X.X.X'/> <===it's my question <target dev='vnet0'/> <model type='virtio'/> <filterref filter='clean-traffic'/> </interface> Is it static IP(specified by customer) in guest OS? or a IP of...