Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To have the openstack client giving you suggestions on whats valid command you could create an autocomplete file, save it as .basbash_completion in your home-directory. Log out, and back in, and your openstack command will suggest what you would like to type when you click tab:

...

Then there are created a subnet withing this network. The subnet are usually adressed using a nettblock within the RFC1918 blocs:

  • 10.0.0.0/8
  • 172.16.0.0/12
  • 192.168.0.0/16

Please read this article on how to select addresses to your subnetworks.

In this example the network "10.14.2.0/24" is used:

...

The router then needs to be given an external gateway. This is currently not possible to do trough the openstack clients, so the "neutron" client need to be used:. See this article for an overview of which external networks are available at which cloud.

Code Block
eigilo@access:~$ neutron router-gateway-set MySecondRouter ext-net
Set gateway for router MySecondRouter

...