WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Network confiuration problem

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Network confiuration problem
From: "Konrad" <conradh@xxxxx>
Date: Fri, 12 May 2006 17:47:14 +0200
Delivery-date: Fri, 12 May 2006 08:47:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZ12zUkMG18ZXijTZG8Fmu5waw1zQ==
Hello all,

I try to set-up xen and I faced problem with network in domU.

Hardware platform is amd64 dual Opteron
OS:  Fedora Core 5

All xen configuration files have default conten.
I've created a new one for my domU named xen1 with following content:

< -- CUT  -->
kernel = "/boot/vmlinuz-2.6.16-1.2096_FC5xenU"
memory = 128
name = "xen1"
domid = "1"
vcpus = 2
vif = [ '' ]
disk = [ 'file:/xenU/fedora.img,sda1,w' ]
netmask="255.255.255.0"
gateway="192.168.0.1"
hostname = "xen1"
root = "/dev/sda1 rw"
extra = "3"
< -- CUT  -->

The domain is started using command:  xm create -c /etc/xen/xen1.
Everything goes OK except network configuration. DomU doesn't see the
Ethernet device.

Any suggestions what I'm doing wrong ?

Thanks in advance
Regards

Konrad 


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Network confiuration problem, Konrad <=