1 | initial version |
The general idea in OpenStack is that Neutron manages L3 routing, allowing security groups (firewall), load balancing and other L3 features available via SDN solutions (OVS and Hyper-V networking in our case).
Here's the “usual OpenStack way” to have a VM connected to 2 networks, one internal and one external:
The first NIC on “private” will be natted and routed externally through “public”. The second NIC on “local” will be internal only (not routed).
Said that, there’s also an alternative (which I wouldn't recommend, but it's good to know it's available):
This way the VM will skip completely the Neutron routing and be directly connected to your physycal network.
here's an example on how to do the Neutron side of the configuration: https://developer.rackspace.com/blog/neutron-networking-simple-flat-network