Hi,<div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><b>(step 1) </b>You can define network related parameters for each virtual network. In the template just add them like </div><div><br>

</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div><div><font class="Apple-style-span" face="'courier new', monospace">NAME = "Red LAN"</font></div>

</div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">TYPE = RANGED</font></div></div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">PUBLIC = NO</font></div>

</div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div></div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">BRIDGE = vbr0</font></div>

</div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div></div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">NETWORK_SIZE    = C</font></div>

</div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">NETWORK_ADDRESS = 192.168.0.0</font></div></div></div><div><div><font class="Apple-style-span" face="'courier new', monospace"><br>

</font></div></div><div><font class="Apple-style-span" face="'courier new', monospace"><i>#You can add any custom attribute</i></font></div><div><div><font class="Apple-style-span" face="'courier new', monospace">DNS = 192.168.0.9</font></div>

</div><div><div><font class="Apple-style-span" face="'courier new', monospace"><font class="Apple-style-span" color="#FF0000"><b>GATEWAY</b></font> = 192.168.0.1</font></div></div></blockquote><div><div><br></div>

<div><b>(step 2) </b>The custom attributes can be then used in the CONTEXT section of the VM. So you can pass the attributes you want to the VM at boot time, e.g.</div><div><br></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div><div><div><font class="Apple-style-span" face="'courier new', monospace">CONTEXT = [</font></div></div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">  hostname   = "MAINHOST",</font></div>

</div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">  gateway    = "$NETWORK[<b><font class="Apple-style-span" color="#FF0000">GATEWAY</font></b>, NAME=\"Red LAN\"]",</font></div>

</div></div><div><div><div><font class="Apple-style-span" face="'courier new', monospace">  files      = "/service/init.sh /service/certificates /service/service.conf"</font></div></div></div><div><div>
<div>
<font class="Apple-style-span" face="'courier new', monospace">]</font></div></div></div></blockquote><div><div><br></div><div><b>(step 3) </b>The context script of your VM MUST get the gateway at boot time and configure the NIC according to that value. This last step depends on the OS of your VM</div>

<div><br></div><div>Alternatively, you can set up a DHCP server on the private LAN of the VMs to provide some of this values.</div><div><br></div><div>Cheers</div><div><br></div><div>Ruben </div><div><br><div class="gmail_quote">

On Fri, Jan 21, 2011 at 10:20 AM, Taylor Tay <span dir="ltr"><<a href="mailto:tknight83@gmail.com">tknight83@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 all, the ttylinux vm which i'm running is getting the correct IP address based on my onevnet template<br>but the gateway is different from my cluster node. Do i need to add in the gateway configuration on the network template <br>


so that it will be able to get the correct gateway and is there any guide on how to configure it?. Thanks<br>
<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>
<br></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></div>