Hi,<div><br></div><div>The NETWORK_SIZE is used to compute the network mask for 202 addresses (including network and broadcast) you need 8 bits so 24 bits for the network mask. This gives you a network <a href="http://10.243.19.0/24">10.243.19.0/24</a>, so the first IP is 10.243.19.1and OpenNebula will give you IPs from 10.243.19.1 to 10.243.19.200</div>

<div><br></div><div>Cheers</div><div><br></div><div>Ruben<br><br><div class="gmail_quote">On Wed, Apr 27, 2011 at 5:08 PM, Lars Kellogg-Stedman <span dir="ltr"><<a href="mailto:lars@seas.harvard.edu">lars@seas.harvard.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello all,<br>
<br>
I have a network defined like this:<br>
<br>
  NAME="Cloud Private"<br>
  TYPE=RANGED<br>
  BRIDGE=br619<br>
  GATEWAY=10.243.19.1<br>
  NETWORK_ADDRESS=10.243.19.20<br>
  NETWORK_SIZE=200<br>
<br>
I would expect this to allocate addresses in the range 10.243.19.20 -<br>
10.243.19.220.  However, if I create a VM from this description:<br>
<br>
  CPU = 1<br>
  MEMORY = 1024<br>
  DISK = [ image = "Basic Server" ]<br>
  NIC = [ NETWORK = "Cloud Private" ]<br>
  GRAPHICS = [<br>
          type = "vnc",<br>
          listen = "0.0.0.0"<br>
  ]<br>
<br>
It gets a lease for <a href="http://10.243.19.1" target="_blank">10.243.19.1</a>:<br>
<br>
  $ onevnet show 'Cloud Private'<br>
  VIRTUAL NETWORK 1 INFORMATION<br>
  ID:       : 1<br>
  UID:      : 0<br>
  PUBLIC    : N<br>
<br>
  VIRTUAL NETWORK TEMPLATE<br>
  BRIDGE=br619<br>
  GATEWAY=10.243.19.1<br>
  NAME=Cloud Private<br>
  NETWORK_ADDRESS=10.243.19.20<br>
  NETWORK_SIZE=200<br>
  TYPE=RANGED<br>
<br>
  LEASES INFORMATION<br>
  LEASE=[ IP=10.243.19.1, MAC=5e:a5:0a:f3:13:01, USED=1, VID=13 ]<br>
<br>
How do I fix this?  Do I simply not understand how ranged networks<br>
work?  Thanks for your help,<br>
<br>
--<br>
<font color="#888888">Lars Kellogg-Stedman <<a href="mailto:lars@seas.harvard.edu">lars@seas.harvard.edu</a>><br>
Senior Technologist<br>
Harvard University SEAS<br>
Academic and Research Computing (ARC)<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>
</font></blockquote></div><br><br clear="all"><br>-- <br>Dr. Ruben Santiago Montero<br>Associate Professor (Profesor Titular), Complutense University of Madrid<br><br>URL: <a href="http://dsa-research.org/doku.php?id=people:ruben" target="_blank">http://dsa-research.org/doku.php?id=people:ruben</a><br>

Weblog: <a href="http://blog.dsa-research.org/?author=7" target="_blank">http://blog.dsa-research.org/?author=7</a><br>
</div>