Skip to content

04. Networking: Neutron

AJ NOURI edited this page Feb 13, 2017 · 1 revision
  1. Create a router named "router11" bind the public network "public" as external network

  2. create a private network named "p1_net2" under the project "project1" and under it a subnet with the following parameters

  • name = p1_subnet2
  • range 11.0.0.0/24
  • pool = 11.0.0.2 - 11.0.0.100
  • enable dhcp
  • dns = 8.8.8.8
  1. Connect the subnet "p1_subnet2" to router "router11" openstack router add subnet p1_subnet2

Clone this wiki locally