Displaying 20 results from an estimated 20000 matches similar to: "can''t get rid of bridge interfaces"
2009 Apr 01
3
installing DomU with two network bridges via virt-install
I have a Xen DomU configuration that was made in the days before
libvirt and virt-install. In this configuration
I have:
vif = [ ''mac=00:16:3e:05:06:01, bridge=xenbr0'', ''mac=00:16:3e:05:06:0a,
bridge=xenbr1'' ]
and then in xend-config.sxp I define
(network-script my-network-bridge)
where my-network-bridge is in the scripts directory and looks like this:
2007 Nov 21
3
Xen 3.1.0 and openSuse 10.3 - xenbr0 won''t dissapear
Hello,
I use xen for a few months now and I upgraded to opensuse 10.3 with xen
3.1 (64bit versions) recently.
Everything works fine, but there is a problem when I change
xend-config.sxp to use my own network script (it''s slightly modified
version of network-virtual scripts from
http://en.opensuse.org/Xen3_yet_another_Virtual_Network_Concept )
instead of default network-bridge script.
2008 Jan 11
6
Xen creating two bridges
Hi,
I''m trying to set up networking on a new machine.
I''m not getting any networking from the domU''s
I notice that I have two bridges being created:
xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:3024 errors:0 dropped:0
2007 Mar 15
4
xen hotplug scripts not working
Hello Everyone,
I have set up a xen server with 10 physical network devices using the bridge mode of XEN. This is because I want to split and separate the network traffic for security reasons. Maybe the best way is to use pci back hide. But I want to understand what is going on here.
For all testings I have only activated eth[0-3].
My first tests were successful. I have created a VM using
2011 Sep 08
15
correct steps to add XEN bridge to Debian squeeze?
Hi all,
Does anyone know what the correct steps are to add a XEN bridge, let''s
say xenbr0 to Debian Squeeze?
I have added the following to /etc/network/interfaces
# XEN Bridge
auto xenbr0
iface xenbr0 inet manual
bridge ports eth0
bridge_stp off
bridge_fd 0
And then rebooted the server but brctl show still shows eth0 as bridge:
newusaxen:~# brctl
2007 Dec 04
1
Xen not applying custom network script on startup
I'm seeing an issue with xend not running a custom network script
automatically, but works when I run it manually.
In /etc/xen/xend-config.sxp I've changed:
(network-script network-bridge)
TO:
(network-script network-custom)
Here is /etc/xen/scripts/network-custom:
# !/bin/bash
# network-custom
script=/etc/xen/scripts/network-bridge
case $1 in
start)
$script start vifnum=0
2011 Mar 21
7
1 host, 1 nick, 1 regular bridge, 1 local bridge, 5 vm
So Working on CEntOS 5 I am trying to sett up Xen with 2 bridges, one that
connects dom0 and most of the domU to the physical card and the out to the
network. Got that figured out no problem, now i want to have a second
bridge that runs a local network for all the doms that doesn''t connect to
the network.
With code I have found used in multiple places I can easily get 2 bridges,
and
2009 Apr 01
1
Server with 2 Nics (continuation)
Hi *.*,
This is a continuation on the 2 NICs thread after some more testing.
Just to remember my goal.
---------------------------
I want to create a domU with 2 virtual NICS. One of them will contact
the outside world, the other one will contact a VPN. No reason in
concrete for choosing the bridging protocol, only because its the
default one. I installed the dom0 with the 2 NICs active, with
2011 Nov 18
5
XEN multiple bridge problem - VM won' start!
Hi,
I've been using CentOS & Xen on a server that has 2 VM's configured. The
default configuration includes one physical iface that is propagated (by a
default bridge) to the VM's.
Since I wanted to configure additional physical iface, define a new bridge
and propagate it to the viface-s of the VM's, i configured the bridge/phys.
iface and brought it up (here are
2007 Jul 15
1
bridging and peth0
Hi,
If one sets xend to use network-bridge and there are no bridges
already present then it seems that xend will clone eth0 to peth0,
create xenbr0 and add peth0 and vif0.0 as ports on that bridge.
If on the other hand xenbr0 is created in /etc/network/interfaces
then xend will not do any of that peth0 stuff, nor will it add
vif0.0 to xenbr0, yet (barring some changes in iptables rules)
things
2010 Apr 05
1
xend-config.sxp
Hi,
Can any one clarify me about xenbr0 please??
I start network-bridge manually after I start xend.
/etc/xen/scripts/network-bridge start.
everything goes fine and my peth0 is up.
I just wanted to clarify that is the bridge xenbr0 created automatically
here??
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Jul 11
1
RHEL 5 - Multiple Bridges with same Hardware Address
I am writing this email in the hopes of getting some advice from Xen users.
My
main concern is performance and stability. Before I get any further, let me
explain the environment:
1. I am using redhat enterprise linux 5 with the xen kernel
(2.6.18-8.1.1.el5xen). This is on a Sun X4200 with two dual core AMD
processors, 16Gb of RAM, a Sun StoredgeTek 3320 attached to the
X4200,
2015 Jan 29
3
Using network-script with Xen 4.4.1 (aka what will I do without xend?)
I normally use the network-script parameter in the
'/etc/xen/xend-config.sxp' configuration file to configure network
bridges. However, the latest release of Xen4CentOS (which comes with Xen
4.4.1) has xend disabled by default.
Can I continue to use network-script without xend? If not what is the
recommended method for automatically configuring network bridges with the
latest release of
2008 Mar 27
2
xenbr0 isn't created anymore
Somehow I managed to disable the creation of xenbr0 on boot-up of the host
system. CentOS 5 with standard CentOS Xen.
I changed all Xen VMs to use xenbr0 instead of virbr0 and disabled
virtlibd. Works fine. But when I later restarted the machine I found that
all networking for guests had gone. On inspection there's no xenbr0
created anymore. I can get it up by stopping network (or eth0)
2008 Apr 18
7
help--dom0 network goes unpingable when xend starts
I installed 64-bit xen 3.1.0 (from xensource.com tarballs) on
three new machines today, using a configuration setup that I''ve
used successfully many times before. However, I encountered a
new problem.
These are Dell Poweredge 1950 servers, by the way.
>From lspci
04:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708
Gigabit Ethernet (rev 12)
08:00.0 Ethernet
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
As the issue concerns both the -user (configuration) and -devel (OOPS),
I''m sending this message to both lists.
Some time ago I complained about two problems:
- VLANs are not working on machines with 100 Mbit cards
- I get a kernel Oops (sometimes panic) when I try to use bonding and
VLANs with Xen
The root of the issue is the same in both cases: VLAN interfaces must
*not* be
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
As the issue concerns both the -user (configuration) and -devel (OOPS),
I''m sending this message to both lists.
Some time ago I complained about two problems:
- VLANs are not working on machines with 100 Mbit cards
- I get a kernel Oops (sometimes panic) when I try to use bonding and
VLANs with Xen
The root of the issue is the same in both cases: VLAN interfaces must
*not* be
2006 Oct 27
3
Kernel 2.2.18 to 2.2.25 as HVM on xen 3.0.3 freeze every 28s or less
Hi,
For various bad reasons I must run a kernel 2.2.X and I tried to get it
running on Xen 3.0.3.
The virtual machine freeze every 28s (or less) for 1-3 secs which makes it
unusable as demonstrated by:
# while true; do date; sleep 1; done
Thu Oct 26 18:03:36 PDT 2006
<missing>
Thu Oct 26 18:03:38 PDT 2006
or
# ping my-xen
64 bytes from 172.21.1.102: icmp_seq=0 ttl=255 time=8.5 ms
64
2007 Aug 17
6
Gutsy Xen 3.1 2.6.22-9-xen network-bridge problem
Hi,
I have a strange problem with my networking setup. I read all forums around
the world where people had similar problems, but couldn''t find a solution.
I have an Attansic L1 gigeth chip on my mainboard. This chip works OK in
stock Ubuntu Gutsy (development) 2.6.22-9-generic kernel.
When I boot into Xen, and after the bridge is created, the network stops
working. Some info:
- If I
2009 Dec 10
3
Bridge configuration on Xen 3.2+
Hi All,
I''m using xen 3.0 on CentOS 5 with VLAN.
#vconfig add eth0 100
#/etc/xen/script/network-
bridge start vifnum=1 netdev=eth0 bridge=xenbr0.100
I know that after xen 3.2 the procedure of bridge configuration is changed.
What is the correct command to set bridge interface to vlan?
Yukio