← Back to team overview

openstack team mailing list archive

Explanation about the demo quantum install

 

Hello,

I have some questions about the quantum demo install found here : http://docs.openstack.org/trunk/openstack-network/admin/content/demo_logical_network_config.html

Can someone please tell me what should the IP address of eth2 ( bridged on br-ex) ?
and how it's related to the external network related later ?

quantum subnet-create ext_net 172.24.4.224/28 -- --enable_dhcp=False

+------------------+--------------------------------------------------+
| Field            | Value                                            |
+------------------+--------------------------------------------------+
| allocation_pools | {"start": "172.24.4.226", "end": "172.24.4.238"} |
| cidr             | 172.24.4.224/28                                  |
| dns_nameservers  |                                                  |
| enable_dhcp      | False                                            |
| gateway_ip       | 172.24.4.225                                     |
| host_routes      |                                                  |
| id               | aef60b55-cbff-405d-a81d-406283ac6cff             |
| ip_version       | 4                                                |
| name             |                                                  |
| network_id       | 8858732b-0400-41f6-8e5c-25590e67ffeb             |
| tenant_id        | cbb574ac1e654a0a992bfc0554237abf                 |
+------------------+--------------------------------------------------+

I would like also to query about how to get the gateway_ip ? should it be created by default or mapped to the IP address of eth2 ??

Please shed some light on this matter

Regards,

Follow ups