Displaying 20 results from an estimated 200 matches similar to: "please help with xen networking with 2 ips"
2010 Aug 23
0
xen netwroking problem
Hi,
the networking just drives me crazy and it seems that i am missing
something.
So here is my situation:
i have a server with 2 public IPs (85.214.1.230 and 81.169.1.81)
the dom0 is on:
ip 81.169.1.81
netmask 255.255.255.255
gw 81.169.1.1
i would like to have a domU with ip 85.214.1.230.
I tried everything routing, bridging.. nothing seems to work.
my dom0 config;
.
(network-script
2016 Jan 26
2
strange behavior with "dos filetime resolution = yes"
Hello,
i see a strange behavior with timestamps of files on a samba share
(4.2.6 on SLES 12 SP1 and 4.1.8 on Ubuntu 14.04) with "dos filetime
resolution = yes": On older samba versions, windows properties dialogue
correctly shows only even seconds, but (at least) the two indicated
versions show sometimes even and sometimes odd seconds if the file has
on the server filesystem a
2009 Oct 26
2
Multiple postfix + single dovecot - optimal configuration
Hello,
I want to setup dovecot with two postfix servers on three machines:
- dovecot - with huge amount of disk space - where all user emails will
be kept,
- postfix1 - with greylisting, amavisd-new (spamassassin, clamav, etc),
with mysql backend,
- postfix2 - same as postfix1.
MX priority will be set to the same value for both postfix machines.
For now I don't know how to "glue"
2009 Aug 06
0
High iowait in dom0 after creating a new guest, with file-based domU disk on GFS
Hopefully I summed up the jist of the problem in the subject line. ;)
I have a GFS cluster with ten Xen 3.0 dom0s sharing an iSCSI LUN. There are
on average 8 domUs running on each Xen server. The dom0 on each server is
hard-coded to 2 CPUs and 2GB of RAM with no ballooning, and has 2GB of
partition-based swap.
When creating a new domU on any of the Xen servers, just after the
completion of
2010 Feb 11
1
Rounding multinomial proportions
I present you with a function that solves a problem that has bugged me for
many years. I think the problem may be general enough to at least consider
adding this function, or a revamped version of it, to the 'stats' package,
with the other multinomial functions reside.
I'm using R to export data to text files, which are input data for an
external model written in C++. Parts of the
2006 Jan 05
1
vif''s disappear after dom1 reboot
Today I found I can not ping some of my domU''s. I logged in to dom0,
did a "xm list", all domU are there. Then I did a "ifconfig" and
surprised to find some of vif''s disappeared!
Like for example. "xm list" show dom13 is alive, but "brctl show"
shows no vif13.0.
If I "xm console 13", there''s some message:
WARNING:
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:
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
2007 Apr 18
1
[Bridge] eth2.100: received packet with own address as source address
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a machine running 2.6.18-rc3 with a bridge config that looks like
this:
cr1:~# brctl show
bridge name bridge id STP enabled interfaces
vlan100 36b0.0007e90f40c1 yes eth0.100
eth2.100
vlan101 5dc0.0007e90f40c1 yes
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
2007 Apr 18
2
[Bridge] Trouble with ARP traffic
Raffaele
If you don't want to see much arp traffic on eth1, assuming that you
have a subnet 10.190.190.0/24, with 10.190.190.1 on eth1 and the rest
of the hosts on eth0, you can use for example, the following filter
ebtables -N f1
ebtables -P f1 DROP
ebtables -t filter -A FORWARD -i eth0 -o eth1 -p ARP -j f1
ebtables -t filter -A f1 -p ARP --arp-ip-src 10.190.190.0/24
--arp-ip-dst
2012 Jun 07
1
network is only connected for a while when the domU is started
Hi ALL,
Here is a weird problem comfusing me for a long time. i''v installed xen
4.0.1 with linux kernel 3.1.0-rc9+
Everything works fine except i cannot ping to the gateway in a PVM domU.
i''v installed bridge-utils and brctl show like this
bridge name bridge id STP enabled
interfaces
eth0 8000.00219b480d56 no
2007 Sep 25
4
No eth0 device found in domU
Hi,
I tried already a long time to enable network in my domU but I always
fail with:
# ifconfig eth0 192.168.0.1 up
SIOCSIFADDR: No such device
SIOCGIFFLAGS: No such device
Do I need to load a kernel module?
I use OpenSuse 10.2 with kernel 2.6.18.8-0.5-xen (for both domU and dom0).
My config:
kernel = "/boot/vmlinuz-xen"
ramdisk = "/home/jens/initrd.gz"
memory = 1024
name
2009 Jul 28
0
Guests dont ping gateway
My lenny guests don''t ping gateway. this is where I have found some probe
HPCNL-SR-3:/etc/init.d# brctl showstp eth0
eth0
bridge id 8000.001b210d6131
designated root 8000.001b210d6131
root port 0 path cost 0
max age 20.00 bridge max age 20.00
hello time
2009 Jun 17
7
Can''t get guest domain network working!
Hi, there:
I have installed xen(2.6.18.8-xen) and had
successfully started domU guests (one or two) from dom0. However, I am
not able to start the network for domU machines.
Following is the information from my linux box.
After the it is started:
$ ifconfig
eth1 Link encap:Ethernet HWaddr 00:A0:C9:D6:65:DB
inet addr:XXX.XXX.10.133 Bcast:XXX.XXX.10.255
Mask:255.255.255.0
2013 Aug 23
1
[Bridge] challenge of year: connect to LAN using wireless-ap over bridge + unmanaged l2tpv3 tunnel + bridge? it's possible?
hi everyone,
so,first it seemed a trivial question to me, but since I could not find
anybody being neither able to answer
this question nor giving a short config example. after a few sleepless
nights and exhausting all the reading
and research. here I am sharing my problem with all of you, in the hope of
some possible solution/sugestion.
or is it that this is impossible??
below my
2001 Sep 14
5
Our Sympathies
The following is a message to be sent to the President
of the United States of America. Although we may not be able to do a
great deal from where we are, but for the people of America just
knowing we care and feel their sadness will help. Please put your name
on the following list and send it to all you know and who care. If you
are the 100th name and every 100th there on could you please also
2001 Oct 23
2
Possible bug, Rprof() and scan(pipe()) (PR#1140)
This looks like a bug?
Unable to use scan(pipe()) while profiling.
I have no idea whether this version of R violates the
"do not use `Rprof' in an executable built for profiling"
warning in ?Rprof.
Thanks
-Don
> version
_
platform powerpc-apple-darwin1.4
arch powerpc
os darwin1.4
system powerpc, darwin1.4
status Patched
major 1
minor 3.1
year
2007 Oct 03
2
Error in lm.fit(
I am using R.2.4.1 on Windows XP 5.1 (SP 2).
I have the following line in my R code.
Analysis=anova(lm(PM ~ x))
It works the first 60 or so times it is called but
then I get the following error message.
Error in lm.fit(x, y, offset = offset, singular.ok =
singular.ok, ...) : 0 (non-NA) cases
In order to examine the input, I preceeded the call
with the following.
print(PM)
print(x)
This gave