Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

Re: [Xen-users] IP-Address for DomUs via configuration script possible?

To: Alexandros Manakos <alexandros@xxxxxxxxxx>, xen list <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] IP-Address for DomUs via configuration script possible?
From: Marc Patino Gómez <mpatino@xxxxxxxxxxxx>
Date: Wed, 28 Nov 2007 16:23:51 +0100
Delivery-date: Wed, 28 Nov 2007 07:21:17 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <474D84F0.8080309@xxxxxxxxxx>
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>
Organization: CLARANET SAU
References: <474D7AE0.4020309@xxxxxxxxxx> <474D81CD.1060300@xxxxxxxxxxxx> <474D84F0.8080309@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.12 (X11/20070604)
Hi,

Alexandros Manakos wrote:
Hello again and thanks for the fast answer. But i think u misunderstood
me. I do not have access to the DHCP. I give you the scenario:

i want my clients to have the possibility to create DomUs
(windows-xp-machines) via a php-script. They click: "create" and the new
xp-machine gets created. BUT they need access to this machine via Remote
Desktop and so this new just created machine needs a IP. So the
possibility you told me needs a lot of configuration. I need to set up a
Using scripting is not to much work ;)
DHCP on the dom0 and create dynamically new mac-addresses for the domus
(thier config-file) and also edit the configurationfile from the dhcp of
the dom0. BUT i dont want to set a dhcp on the dom0. I want to have the
possibility to assign the ip-address via a script or sth. like that...
You can create a linux domU  and install a dhcp server on it.

Sorry but I don't know other way to do it

Regards,

Marc
regards
Alexandros

Marc Patino Gómez schrieb:
Hi,

I would try to put a MAC address in domU config file (XEN has his own
MAC range),

vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0']

and configure your DHCP server to assign a known IP address to this MAC. For example:

host Windoze1{
   hardware ethernet 00:16:3e:00:00:11;
   fixed-address 192.168.2.101;
     }


Regards,

Marc

Alexandros Manakos wrote:
Hello everybody.

I got the following problem:
I want to assign the ip-adresses for my domUs dynamically. I mean that i
can assign them while creating them so that i dont have to login to the
virtual machine to assign it. I dont have any Dhcp option because then i
wouldnt know how to connect to the DomUs (which ip to use to connect to
them). I solved this problem with xen-tools and debian but i need a
solution for Windows XP and Vista. The sytems are running but i tried to
configure via the configurescript (windows-xp.hvm and vista.hvm) with:
vif=['ip=192.168.1.22'] but i couldnt connect to the virtual machine.
The DomU (winxp) was configured to get its ip from dhcp cause i need to
clone every machine via cp and so i can not assign the machine (in the
image) a static ip...

I thought that it could be possible to assign via the configuration
script to assign a domu an ip and the domU gets this from xen when it
tries to get a dhcp offer...

any suggestions?

regards
Alexandros


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





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