Hello all<br><br>I am trying to create a network configuration.<br><br>What I want is to use the <a href="http://172.24.1.0/24">172.24.1.0/24</a> network in the following way:<br><br>172.24.1.1-19 ->physical hosts<br>172.24.1.20-? -> virtual hosts<br>
<br>Now, if I use the following vnet template, the first VM I create uses the 172.24.1.1 address, wich would be fine if it were not the fact that it is causing an address collision!<br><br>NAME = "Xen Network"<br>
TYPE = RANGED<br><br>BRIDGE = "xenbr0"<br><br>NETWORK_SIZE    = 230<br>NETWORK_ADDRESS = 172.24.1.20<br><br>I believe this should create a pool of 230 hosts, the first of them with a .20 address, am I right? If that is the case, then address generation should be revised as it is creating a lease for .1<br>
<br>If I am wrong, then the contextualization script supplied on the web page should set the router to a .254 address instead of a .1 address, this to avoid assigning the router address to any VM... I believe this is easier to do than the modification above, yet I will look at the code to find out if it is easy to perform the modification stated above.<br>
<br><br>Any comments on this?<br>