bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

How to add IP from guest VM #142

Closed angeloudy closed 10 years ago

angeloudy commented 10 years ago

Hi,

My followed this guide and successfully setup the environment. I am able to ping my VM.

However, I need my application that is running in the VM to add IP itself, and that IP might not be the one that was assigned by DHCP. For example, when I create a VM, it gets an IP 50.50.1.3. But if I use 'ifconfig' to add 50.50.1.4 in that VM, I will not be able to ping it. How can I resolve this?

Thanks very much

Tao