-
Notifications
You must be signed in to change notification settings - Fork 37
04. Networking: Neutron
AJ NOURI edited this page Feb 13, 2017
·
1 revision
-
Create a router named "router11" bind the public network "public" as external network
-
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
- Connect the subnet "p1_subnet2" to router "router11" openstack router add subnet p1_subnet2