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/
I want to set a static ip for the vm..I wan to install a software and that i have to base it on this ip..
If my ip keeps on changing, it would be difficult to run my applications.
I am a newbie to xen, so can u please tel me how to set my ip statically for my vm??
I tried editing the /etc/hosts file of the vm..but there was no route for this ip (as some other ip gt configured for the vm)..
supposing if i want my vm's ip to be some 172.16.10.59, how do i do that??
On Tue, Feb 15, 2011 at 6:27 PM, Bastian Mäuser <mephisto@xxxxxxxxx> wrote:
Hi there,
if you want to set the IP from the "outside" you could run a dhcp
somewhere on the bridge (in dom0) / or on the network, that has a
static assignment for the mac= value..
otherweise configure ip's statically..
so long
Am 15.02.2011 13:19, schrieb Yamini L:
Hi all,
Initially i tried to boot a xen virtual machine with network
configuration vif = {bridge = xenbr0]..
When the vm is running, some IP s ramdomly assigned to it..
Supposing if i want to set a static ip for the vm (if i give vif '
[ip = 10.1.3.4, ]' ), will this do??