Connecting Ext_Net to Router – Master OpenStack in 5 Minutes a Day

Connecting Ext_Net to Router - Master OpenStack in 5 Minutes a Day

Article 145 Connecting ext_net to Router In the previous section, we created the external network ext_net. Next, we need to connect it to Neutron’s virtual router so that instances can access the external network. Click on the menu Project -> Network -> Routers to enter the router list. Click the “Set Gateway” button for router_100_101. … Read more

Creating Neutron Router in OpenStack

Creating Neutron Router in OpenStack

1. Manage Router OpenStack manage router command neutron manage router command 2. Create Router Use neutron command: neutron router-create router name For example: neutron router-create route-10 Use OpenStack command: openstack router create router name For example: openstack router create router-10 The command feedback is too much, truncated and incomplete. 3. Create Router Gateway Interface Creating … Read more