<div dir="ltr"><div><div><div>Hi Yuanle,<br><br>thanks for this very useful information. I have tried to update the existing port and was getting <br>Duplicated options --fixed-ip subnet_id=2d30ade0-5713-4857-b610-9ab29453ab92 --fixed-ip subnet_id=2d30ade0-5713-4857-b610-9ab29453ab92<br>
</div>But I was able to use port-create successfully. Is there a way to change a port ID of a running instance in nova? Since my instance is running and I don't want to terminate it and boot it again. Or can I use this --nic port_id parameter just when creating a new instance with nova boot ....?<br>
<br></div>Thanks,<br></div>Matej<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 6, 2014 at 4:12 AM, sylecn <span dir="ltr"><<a href="mailto:sylecn@gmail.com" target="_blank">sylecn@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 class=""><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div><div>However, I would like to set-up more than one public IP to the instance. I set up an IP address for interface (for example eth0:0) in the virtual instance, but the traffic doesn't go past Neutron.<br>


<br></div><br></div></div></blockquote></div><br></div></div><div class="gmail_extra">Hi Matej,<br><br></div><div class="gmail_extra">Bind additional IP on eth0:0 would not work because OVS does not route traffic for that IP.<br>

<br>You may create a port with two public IP addresses first, then boot a instance with that port.<br><br></div><div class="gmail_extra">Specifically,<br><br></div><div class="gmail_extra">neutron port-create --fixed-ip subnet_id=<your-public-subnet-id> --fixed-ip subnet_id=<your-public-subnet-id> --security-group <sgid> public-net<br>

<br></div><div class="gmail_extra">nova boot --nic port-id=<port-uuid> ...<br><br></div><div class="gmail_extra">Note, however, dhclient will only config one IP address on eth0, so you still have to config eth0:0 yourself in the VM.<span class="HOEnZb"><font color="#888888"><br>

</font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br>-- <br><div dir="ltr"><div><i><br>YY Inc. is hiring openstack and python developers. Interested? Check <a href="http://www.nsbeta.info/jobs" target="_blank">http://www.nsbeta.info/jobs</a></i><br>

</div><div><br>--<br>Thanks,<br></div>Yuanle<br></div>
</div></font></span></div>
</blockquote></div><br></div>