Displaying 20 results from an estimated 2000 matches similar to: "Guests dont ping gateway"
2009 Aug 27
8
cannot boot PV guest
This is my install profile F11.install
name="FC11-G1S2"
memory=500
disk = [''phy:/dev/sda3,0,w'' ]
vif = [ ''bridge=eth0'' ]
vfb = [ ''type=vnc,vncunused=1'']
kernel = "/etc/xen/vm/vmlinuz.1"
ramdisk = "/etc/xen/vm/initrd.img.1"
vcpus=1
on_reboot = ''restart''
on_crash = ''restart''
2009 Sep 04
3
bridge throughput problem
I have set-up xen on my Intel quad core server. Now running different experiment to measure network throughput in virtualized environment. these are some of the results:
Netperf-4.5 results for inter-domain communication.
Sr.No. Client Server Time(sec) Throughput(Mbps)
1 Guest-1 Dom0
2009 Aug 28
0
Cannot create PV guests
I have 3.4.2 Dom0(kenel 2.6.31-rc6) on top of fedora11
xend has started
[root@HPCNL-SR-2 xen]# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 7607 8 r----- 232.6
But i am unable to create PV guest in anyway. my virt-manager not working if i clicked its launcher in system tools. Even while using
2009 Aug 22
6
Fw: Re: my bootlog
Fasiha Ashraf
--- On Sat, 22/8/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:
From: Fasiha Ashraf <feehapk@yahoo.co.in>
Subject: Re: [Xen-users] my bootlog
To: "Boris Derzhavets" <bderzhavets@yahoo.com>
Date: Saturday, 22 August, 2009, 11:12 AM
Please check what wrong here
grub.conf
title Fedora (2.6.30-rc6-tip)
root (hd0,6)
kernel
2007 Nov 10
0
[Bridge] WDS STP weirdness
I am doing some testing of openwrt'd wireless access points, using
madwifi-ng'd atheros radios. In the test configuration, I have three
devices in a triangle, each has wds links to the other two devices.
The ath0 interface is in ap mode, ath1 is a wds link to one device,
and ath2 is a wds link to the other device. All three interfaces (and
an ethernet interface) are in a bridge (br-lan)
2010 Aug 22
2
please help with xen networking with 2 ips
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
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
2009 May 18
1
Fw: Vyatta VC5 inplace of Xen-bridging.
I have 4 guest VMs installed on 1 host. One of them is
Vyatta (VC5). Currently we are using default Xen-bridge for
communication between VMs(inter-domain or intra-domain).
I want to assign Vyatta(a guest VM) exclusively to replace Xen-bridging for VM to VM communication.
Means the traffic sent from guest-1 to guest-2 bypass briging and route through vyatta(VM), instead of going to Dom0.
As
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
2007 Aug 30
1
[Bridge] configure linux bridge
dear all:
I try to configure a bridge in my embedded linux. I had fininshed
these operations below:
1) configure kernel, select the option "802.1d bridge"
2) compile bridge-utils
3) issue these commands:
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
brctl addbr vb
brctl addif vb eth0
brctl addif vb eth1
ifconfig vb 192.168.110.24 up
2007 Sep 02
0
[Bridge] Linux bridge configure
dear all:
I try to configure a bridge in my embedded linux. I had fininshed
these operations below:
1) configure kernel, select the option "802.1d bridge"
2) compile bridge-utils
3) issue these commands:
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
brctl addbr vb
brctl addif vb eth0
brctl addif vb eth1
ifconfig vb 192.168.110.24 up
2009 Aug 20
1
Xen boot probe
Hi,
These are my make menuconfig screen shots. I haven''t found any
xen option in v2.6.30-rc. Why is that so? this happens with most of the
version. What should I do? should I just let it as it is an run the
make command to build the kernel?
Regards,
Fasiha Ashraf
See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz.
Love Cricket?
2009 Aug 29
1
Xend problem
An error displayed while running virt-manager or virt-install
[root@HPCNL-SR-2 init.d]# virt-install
ERROR unable to connect to ''localhost:8000'': Connection refused
Traceback (most recent call last):
File "/usr/sbin/virt-install", line 780, in <module>
main()
File "/usr/sbin/virt-install", line 530, in main
conn =
2009 Sep 28
0
About xen bridge
Hi there,
I am using xen hypervisor for analysing guest to guest communication throughput. I have Quad Core Intel Xeon server with F11 installed on it.
My Dom0 and DomU specs are:
Dom0: #uname -ra
Linux HPCNL-SR-2 2.6.30-rc6-tip #1 SMP Tue Aug 25 12:26:16 PKST 2009 i686 i686 i386 GNU/Linux
DomU: # uname -ra
Linux F11-G5S2 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686 i686
2009 Sep 28
0
About xen bridge
Hi there,
I am using xen hypervisor for analysing guest to guest communication throughput. I have Quad Core Intel Xeon server with F11 installed on it.
My Dom0 and DomU specs are:
Dom0: #uname -ra
Linux HPCNL-SR-2 2.6.30-rc6-tip #1 SMP Tue Aug 25 12:26:16 PKST 2009 i686 i686 i386 GNU/Linux
DomU: # uname -ra
Linux F11-G5S2 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686 i686
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
2009 Nov 12
3
strange ethtool output in xen environment
I want to check the speed like features of my Ethernet in dom0 and domUs. But in virtualized environment it gives strange output why is that so? how to check it otherwise?
Non-virtualized FC11
[root@fasiha home]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
2009 Nov 12
3
strange ethtool output in xen environment
I want to check the speed like features of my Ethernet in dom0 and domUs. But in virtualized environment it gives strange output why is that so? how to check it otherwise?
Non-virtualized FC11
[root@fasiha home]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
2009 Jun 16
3
Backend device not found
Hi There,
I''ve installed xen 3 and xen-tools on my Debian etch server and
all seems well, until I try to start a guest domain.
debian:/home/xen# xm create /etc/xen/D4G3.cfg
Using config file "/etc/xen/D4G3.cfg".
Error: Device 2049 (vbd) could not be connected. Backend device not found.
I get the error: "Error: Device 2049 (vbd) could not be connected.
Backend device
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