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

Re: [Xen-users] Network / Xen & Suse 9.3 ... help appreciated

To: ervin <ervin23@xxxxxxxxx>
Subject: Re: [Xen-users] Network / Xen & Suse 9.3 ... help appreciated
From: Robbie Dinn <robbie@xxxxxxxxxxxx>
Date: Mon, 29 Aug 2005 18:54:55 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 29 Aug 2005 18:05:01 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <b4d97240050828112249063b6c@xxxxxxxxxxxxxx>
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>
References: <b4d97240050828112249063b6c@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0 (X11/20041207)
ervin wrote:
I can create as many sub domains as I want and they work nicely but
isolated, meaning that no sub domains have access to the Internet nor
the intranet. Domain-0 is connected.

[snip]
----------------------------------------------------------------------------
The config file for creating my sub domain:
kernel = "/boot/vmlinuz-2.6.11.4-20a-xen"
memory = 50
name = "suse_base"
nics = 1
disk = ['file:/xen/suse_base.img,sda1,w']
root = "/dev/sda1"
dhcp = "dhcp"

----------------------------------------------------------------------------

Do you have a vif line in your config file above?
something like:

  vif = [ 'mac=aa:00:xx:yy:zz:ww, bridge=xen-br0' ]

where you want to change the xx, yy, zz and ww to
some random values (so there is a good chance they
don't clash with another machine.

I believe this sets the ethernet MAC address for the
virtual ethernet interface inside the DomU domain
("suse_base" in your case). It may only be a virtual
ethernet interface rather that physical one but it
still has to have a MAC address.

Hope that helps.

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

<Prev in Thread] Current Thread [Next in Thread>