Displaying 20 results from an estimated 2000 matches similar to: "Multi-NIC Debian Xen Box"
2005 Dec 06
1
RE: Hotplug scripts not working... xen/ia64 domU stoppedworking
> -----Original Message-----
> From: Ewan Mellor [mailto:ewan@xensource.com]
> Sent: Tuesday, December 06, 2005 9:16 AM
> To: Dave Thompson (davetho)
> Cc: Xen Mailing List
> Subject: Re: [Xen-devel] Hotplug scripts not working...
> xen/ia64 domU stoppedworking
>
> On Tue, Dec 06, 2005 at 09:51:24AM -0500, Dave Thompson
> (davetho) wrote:
>
> >
2007 May 06
0
peth1 not created on boot, now what?
Here is the situation.
I have a xen system with 2 drives setup in a RAID1.
I pulled one drive and put it into an identical server.
Now, when I boot up the new server, peth1 is not created.
[root@dom0 ~]# ifconfig | grep Link
eth1 Link encap:Ethernet HWaddr 00:14:38:A7:55:C2
inet6 addr: fe80::214:38ff:fea7:55c2/64 Scope:Link
lo Link encap:Local Loopback
vif1.0 Link
2013 Mar 05
1
Bug#702337: xen-xapi / Open vSwitch not really working
Package: xcp-xapi
Version: 1.3.2-14
Severity: important
I chose the Open vSwitch (ovs) networking mode when I installed XCP
# cat /etc/xcp/network.conf
openvswitch
Whenever I boot a VM, I notice that the vif interface is created (e.g.
vif1.0) on dom0, and the vif is added to the ovs bridge (I can see it in
the output of ovs-vsctl show)
However, there is no connectivity, I can't ping the
2009 Sep 21
0
received packet with own address as source address
Hi,
we''re running 4 xen servers on our network with multiple network cards.
During HighLoad we experince degeneration of inbound network traffic
through our loadbalancer. I might found a reason for it, in Dom0 dmesg
output looks as follows:
[1157421.975910] eth0: received packet with own address as source address
[1157421.975957] eth0: received packet with own address as source
2011 Oct 04
3
Error: Device 0 (vif) could not be connected. ip addr add 10.0.0.329 dev vif28.0 failed
I''ve looked everywhere for the error message I''ve posted in the title,
doesn''t seem like anyone else has it (lots of missing hotplugs scripts).
We''re using network-nat. ifconfig -a outputs this:
eth0 Link encap:Ethernet HWaddr 00:19:99:a8:f4:5c
inet addr:X.X.X.X Bcast:X.X.X.X Mask:255.255.255.255
inet6 addr: X::X:X:X:X/64 Scope:Link
2008 Feb 18
0
Arp problem with network bridging and VLANs
I''m attempting to put together a Xen box, which has multiple VLANs
running into it, on one bridged interface. I mostly copied the way it
was done here: http://renial.net/weblog/2007/02/27/xen-vlan/
I basically have:
bond0 is the bond device (composed of eth0 and eth1), vlan757 is the
vlan device for vlan 757 on bond0, and "xen757" is a bridge created by
the above scripts,
2006 Aug 31
0
[Xense-devel] [RFC][PATCH][ACM] enforcing ACM policy on network traffic between virtual network interfaces
This patch adds an ACM hook into the network scripts (/etc/xen/scripts).
It adds iptables rules that enforce mandatory access control on network
packets exchanged between virtual interfaces. If ACM is active, this
patch sets the default FORWARD policy in Dom0 to DROP and adds iptables
ACCEPT rules between vifs that belong to domains that are permitted to
share (determined by using the
2006 Jan 29
8
Infinite loop shutting down xendomains
Pardon me for a long detailed post but this looks pretty serious. The
bottom line is that, when I attempt to shut down or reboot my simple
xen-2.0.7 server running FC3 with two domUs, shutting down xendomains
appears to send python into an infinite loop. This may be due to a
serious misconfiguration on my part but it is certainly a big problem.
If we shutdown the domUs manually first, the
2012 Oct 05
0
is_physical bug in xapi
hi all,
i just found a bug from xapi code network_utils.ml:
let is_physical name =
try
let link = Unix.readlink (getpath name "device") in
(* filter out device symlinks which look like
/../../../devices/xen-backend/vif- *)
not(List.mem "xen-backend" (String.split ''/'' link))
with _ -> false
i use xcp + ubuntu 12.04, in my /sys/class/net/ dir it
2012 Oct 05
0
Bug#678723: i got same and found the reson
i just found a bug from xapi code network_utils.ml:
let is_physical name =
try
let link = Unix.readlink (getpath name "device") in
(* filter out device symlinks which look like
/../../../devices/xen-backend/vif- *)
not(List.mem "xen-backend" (String.split '/' link))
with _ -> false
i use xcp + ubuntu 12.04, in my /sys/class/net/ dir it looks like:
2006 Oct 04
4
Can''t set break points with Linux guest in PAE mode
Folks --
One more time with the PAE request, this time I''ve brought up the
Linux kernel w/ a very recent version of Xen. (Just yesterday I
pulled and updated my hg tree.) I still can''t set breakpoints within
the guest domain:
# gdb vmlinux
GNU gdb 6.4-debian
<...>
(gdb) target remote roti.lab.netapp.com:9999
Remote debugging using roti.lab.netapp.com:9999
[New
2011 Jun 26
1
http-traffic rejected, domU
Hi list,
i''ve been migrating our RAID1 system onto bigger drives. Therefor I''ve
setup a new dom0 with a 2.6.32-5-xen-amd64 kernel and Xen in version
4.0, because there was a 2.6.19 kernel and xen 3.0.1 causing problems
time by time.
My main problem is, that the domU running our intranet services
(webserver, mail, databases etc) is not responding or rejecting each
attempt to
2010 Jun 13
5
domU Networking Issues
Hi,
I have Xen 3.0.3 installed on CentOS 5.5 with 2 paravirtualized domU''s
configured to use the default bridge networking and am having networking
issues. If I boot the computer fresh I am able to ping dom0 and can SSH
into it and start the domU''s.
The following ping snippet demonstrates the problem. The first group of
"Destination Host Unreachable" is while the
2010 Jun 25
1
No connection in DomUs with network-route
Hi,
I would like to know if somebody can point me out how to configure
several DomUs in a private LAN (for example 192.168.100.0/24) and one
DomU with two interfaces (one - 192.168.100.0/24 and two - internet).
So far I have enabled in xend-config.sxp:
(network-script network-route)
(vif-script vif-route)
My config files have:
/mnt/VM/1.cfg:vif = [''ip=192.168.1.3'']
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
2005 Dec 06
1
RE: Hotplug scripts not working... xen/ia64 domU stoppedworking
> -----Original Message-----
> From: Ewan Mellor [mailto:ewan@xensource.com]
> Sent: Tuesday, December 06, 2005 5:25 AM
> To: Dave Thompson (davetho)
> Cc: Xen Mailing List
> Subject: Re: [Xen-devel] Hotplug scripts not working...
> xen/ia64 domU stoppedworking
>
> On Mon, Dec 05, 2005 at 03:03:54PM -0500, Dave Thompson
> (davetho) wrote:
>
> >
>
2009 Mar 31
0
ebtables tying mac address to ip address problem
Hi all.
I''m trying to tie mac addresses to IP addresses to stop ip and mac spoofing
on my xen host running debian5.0 amd64. I''ve been trying to follow
http://archive.netbsd.se/?ml=xen-users&a=2007-11&m=5776600
The DomU''s network gets blocked both inward and outward.
I''ve patched my vif-bridge with the intructions on that page any they seem
to be
2007 Apr 10
0
[Fwd: Xen, NIC bonding, ARP problem]
I don''t know if there was a problem in the archive or not, I just wanted
to link to this post of mine, but I could not find it in the archive. So
here''s a re-post.
-------- Original-Nachricht --------
Betreff: [Xen-users] Xen, NIC bonding, ARP problem
Datum: Fri, 30 Mar 2007 10:05:45 +0200
Von: Dominik Klein <dk@in-telegence.net>
An: xen-users@lists.xensource.com
Hi
2011 Aug 31
1
Bug#639942: Xen "non-bridged traffic is not supported anymore" with bridges
Package: xen-utils-common
Version: 4.0.0-1
Hello guys,
Ik running Debian stable (squeeze).
This appeared in the messages when i started and stopped a DomU:
root at dom0:~# cat messages
Aug 31 22:04:52 dom0 kernel: [ 775.569937] device vif6.0 entered promiscuous mode
Aug 31 22:04:52 dom0 kernel: [ 775.575993] br_lan: port 2(vif6.0) entering forwarding state
Aug 31 22:04:52 dom0 kernel: [
2018 Oct 04
3
Need help with Linux networking interfaces and NIC bonding
Hello everyone
I am running into some strange issues when configuring networking
interfaces on my physical server running Centos 7.5. Let me give you an
overview of what's going on:
We have a physical server, running CentOS 7.5. This server has one 4 port
NIC and one 2 port NIC and a Dell IDRAC port. The first port of the 4 port
NIC, em1, is used for Management traffic. The first port of