<div dir="ltr">Hi Varun,<div><br></div><div>When Neutron is enabled, the last 3 octects of the MAC address are randomly generated.</div><div>This is for avoiding clashes when instances are created concurrently and for preventing potentially malicious users from guessing other users' MAC addresses.</div>
<div><br></div><div>Any change to this logic will need code changes, as the algorithm for MAC generation is not currently configurable.</div><div>The first three octects can instead be specified in a configuration file and, as you wrote, default to fa:16:3e</div>
<div><br></div><div>It is my understanding that nova-network adopts a similar logic.</div><div><br></div><div>Regards,</div><div>Salvatore</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 21 January 2014 06:35, varun bhatnagar <span dir="ltr"><<a href="mailto:varun292006@gmail.com" target="_blank">varun292006@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>How can I get the MAC Address of the network interface which I have created on Openstack?<br>
<br></div>Also, is there any way where in I can define the MAC Address while creating any network?<br>
<br></div>I tried digging in the code and I found out that the MAC Address assigned by Openstack starts with "fa:16:3e:". I want to assign fa:16:3e:00:00:01 first network interface, fa:16:3e:00:00:02 to second and fa:16:3e:00:00:03 to third network interface of my VM.<br>

</div>Is this possible?<br><br></div>Regards,<br></div>Varun<br></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>