Search code examples
openstack

How to access instance from outside?


I installed openstack using packstack. But I don't know how to configure network.

I want to access my instance using ssh like this.

enter image description here

Is it possible to do this?


Solution

  • By default, Packstack creates an "external" network that is entirely contained inside the host. This is great for creating a cloud without any knowledge of the network environment, but prevents you from accessing instances from outside.

    Configure your Packstack so that its external network is your network. This is documented at https://www.rdoproject.org/networking/neutron-with-existing-external-network/.