Hi,<br><br>The behaviour you are describing is not the intended one, OpenNebula should never generate a random IP. It will either get one of the free Leases from the requested VNet, or return an error.<br><br>Could you copy the VM templates you are using? At least the NIC attributes.<br>

<br>Regards,<br>Carlos.<br clear="all"><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px">--<br>Carlos Martín, MSc<br>Project Major Contributor<br><span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span> - The Open Source Toolkit for Cloud Computing<br>

<a href="http://www.opennebula.org/" style="color:rgb(42, 93, 176)" target="_blank">www.<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span>.org</a> | <a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank">cmartin@<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">opennebula</span>.org</a></span><br>


<br><br><div class="gmail_quote">On 28 March 2011 16:13, benpro <span dir="ltr"><<a href="mailto:benpro82@gmail.com">benpro82@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi there,<br>
<br>
To manage our virtual network, we use a DHCP with static leases<br>
specified in our network template, like :<br>
<br>
>NAME = "Réseau local <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a> ( à partir de 100)"<br>
>TYPE = FIXED<br>
>BRIDGE = LAN<br>
>PUBLIC = NO<br>
>LEASES = [IP=192.168.0.110, MAC=50:20:20:20:20:20]<br>
>LEASES = [IP=192.168.0.111, MAC=50:20:20:20:20:21]<br>
And then in our DHCP's configuration file we have the same values.<br>
(Using a homemade script to inject the configuration)<br>
<br>
When VMs reach the end of the leases, new MAC address is generated<br>
automatically by ONE. Is there a way to restart at the top of the<br>
leases, if the IP address is not used anymore ?<br>
<br>
For exemple, I have the leases of 2 MAC and IP:<br>
>LEASES = [IP=192.168.0.110, MAC=50:20:20:20:20:20]<br>
>LEASES = [IP=192.168.0.111, MAC=50:20:20:20:20:21]<br>
I launch two VMs, they will obtain address IP by DHCP.<br>
I stop one VM, and I start another one, it will not obtain address IP<br>
by DHCP, because ONE will generate random address MAC, I'd like ONE to<br>
restart obtaining address MAC by reading the top of the leases in my<br>
network template, here:<br>
>LEASES = [IP=192.168.0.110, MAC=50:20:20:20:20:20]<br>
<br>
Sorry maybe its not quite clear.<br>
<br>
In advance, thanks.<br>
---<br>
Benoît.S<br>
alias Benpro<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote></div><br>