<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 4/29/2014 2:09 PM, Maxim Terletskiy
wrote:<br>
</div>
<blockquote cite="mid:535F8856.2080107@emu.ru" type="cite">Hi!
<br>
<br>
We're using bridged network with vlans and looking for a way to
assume that client VMs using right ip addresses on their network
interfaces. Maybe someone already have ideas about how to do it in
a right way?
<br>
_______________________________________________
<br>
Users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
<br>
</blockquote>
you can use dhcp server .. and generate fixed ip address based by
mac addres<br>
default mac is: <span style="color: rgb(51, 51, 51); font-family:
'Open Sans', sans-serif; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
line-height: 18px; orphans: auto; text-align: left; text-indent:
0px; text-transform: none; white-space: normal; widows: auto;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(255, 255, 255); display: inline !important;
float: none;">02:00:<ip address in hexa><br>
so for ip addres 10.0.0.1<br>
mac should be 02:00:0a:00:00:01<br>
</span>
</body>
</html>