Displaying 20 results from an estimated 2000 matches similar to: "bridge interfaces in dom0"
2006 Nov 08
4
bridge with IP address, "received packet with own address as source address"
Hi,
I''ve set up identical (what I think) machines using SLES 10 x86_64, but a new one
of those is saying frequently in /var/log/messages:
kernel: bond0: received packet with own address as source address
A short summary of ifconfig looks like this:
bond0 Link encap:Ethernet HWaddr 00:14:4F:2A:12:9C
inet addr:132.199.176.78 Bcast:132.199.255.255 Mask:255.255.0.0
eth0
2010 Sep 10
1
Setting up virtual ''ethX'' devices in Xen 3.4
Hi all,
Up until now, we''ve been using Xen 3.0 on CentOS 5.x. Under this
setup, dom0 was given a virtual ''ethX'' with the original ''ethX'' (now
''pethX'') IP address. Under this older config, neither ''pethX'' or
''xenbrX'' had an IP address. The logic was to keep traffic from the
domU''s, through
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:
2006 Nov 06
2
No cdrom in windows 2003 HVM guest
Hello,
I have a win2003 HVM guest running, however I cannot see a CDROM device
from the windows machine.
I have ''cdrom=/path_to_my_iso'' in the config file, and this worked fine
for the initial OS install. Now there is no CD device that shows in the
windows device manager.
So, how do I get a CD device to show in win2003?
I''m using xen 3.0.3 compiles from source.
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 Nov 07
1
Network Issues/Questions
Hello,
I''m new to Xen (and this mailing-list) and facing some problems with
the network. I''m stuck and don''t know how to continue. And Google
isn''t very helpful either...
My setup:
- Ubuntu 7.10 for dom0 and Debian 4.0 for all domU
- 4 physical NIC (DHCP from my ISP, internal LAN, DMZ & WLAN)
- 1 Dom as firewall/router
- 1 domU with internal services
2008 Feb 01
3
No peth interface for xenbr4 and xenbr5
Hello all,
I have a Xen server with 6 network interfaces, I want a bridge on
all of them.
I use a personal network script like this :
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
"$dir/network-bridge" "$@"
2009 Jun 17
1
Xen with multiple virtual network interfaces with one bond
Hello all,
I have been running xen for a while now with two interfaces:
dummy0 for host only communication, and
eth0 for the outside network.
my script looks like this: (/etc/xen/scripts/network-bridge-more)
------------------------------------------------------------------
#! /bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=dummy0
2006 Feb 07
3
second bridge for dual homed machine!
Hello!
I set up a second bridge for a second nic. i made that
manually with
brctl addbr br1
ifconfig br1 up
is there an "official" way how to configure such a second bridge
in ''/etc/xen/*''
regards!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Sep 09
14
Problems with bridged networking
Hi,
I''m using Xen 3.0.3 on two servers with Debian Etch (amd64). These
servers have 10 nics (2 onboard and 8 in two 4-port cards) so that
every vm can have its own interface.
This worked so far with the Xen Version from Etch with a wrapper
script wich started 10 bridges at boot time. But now I''ve updated Xen
on one of these server to Xen 3.2.0 from backports.org and now the
2008 Jun 06
32
Dedicate Nic''s to DomU''s
Hey all I''m new to Linux and Virtualizing. I''m trying to dedicate my nic''s to each virtual server. For instance, virt server A would use nic1 and virt server B would use nic2 and so on. I''ve been reading some stuff for this list and to tell you the truth I''m a bit overwhelmed. We are going to run SLES10.1 and Xen. I would appreciate any assistance.
2007 Dec 10
1
Network Problem after update 3.0 -> 3.1: blkback
Hello,
I have a big problem:
Dom0 is centos5.1, domU are centos5.1. My setup is really simple, the
only thing is that I give 3 nics to the domU so I use a modified network
script (which has worked since january... since fedora 6):
"
#!/bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0
"$dir/network-bridge" "$@" vifnum=1
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
2006 Sep 04
6
How to Networking Bridge?
Hi,
I''ve a working xen 3.0.2 booting a gentoo linux on Dom0.
I have setup a Windows XP in a DomU OK with no problems except the
network!!
My problem is that I wanted to give a working network interface on the
DomU and the best I could. making the windows detect an network adapter,
was putting:
vif = [''type=ioemu'']
I also tryied:
vif = [''type=ioemu,
2009 Sep 16
3
DomU to DomU throughput issue
Hi
Is there anyone who has successfully resolved the low throughput problem in Guest communication.
I am using Xen3.4.1 with PV os kernel 2.6.30-rc6-tip On fedora11. While running netperf benchmark on guests throughput results are very low
DomU to DomU 0.29 Mbps
Why is it so? What would be the problem. Is there any issue with fc11 platform?
Regards,
Fasiha Ashraf
Add whatever you love
2008 May 21
2
outgoing domu network dies after a while
I have a OpenSuse 10.3 with xen 3.1.0 running and it''s been running fine
for a few months.
This past weekend it suddenly started to act up and after some
troubleshooting I can now say that it seems like the guests(domU) loose
the outgoing network pipe, from the console I can see that the TX
counter is stuck at the same value but it''s no errors. It behaves as if
whatever I try to
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,
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)
2010 Jul 27
9
HVM Network Interfaces
Hi Everyone,
In my HVM guest''s config file, I have given my guest 3 interface. I have
called them fw1, fw2 and fw3. I have joined each interface to a bridge
on the Dom0. This does appear when I do a "brctl show". However, there
are 3 other interfaces also added called tapx.0,tapx.1 and tapx.2 (Where
x is the domain ID for the guest). Furthermore, I am only able to run
2007 Nov 18
13
PPPoE in DomU exits with error
Hi.
I am trying to setup my firewall in DomU. However, I have got a little
problem. My pon dsl-provider exits with following message.
Nov 18 09:44:40 alsfw01 pppd[1723]: Plugin rp-pppoe.so
loaded.
Nov 18 09:44:40 alsfw01 pppd[1723]: Linux kernel does not support PPPoE
-- are you running 2.4.x?
Nov 18 09:44:40 alsfw01 pppd[1723]: Exit.
I am running xen out of the box on Debian Stable. My