Neutron network information
Hi
Please help me understand openstack networking.
My understanding: -
We have three type of virtual network in neutron. 1.flat 2. Vlan 3. Vxlan/gre
Based on the above type wat are the different ways we can create private and public network. Why are we using flat network? Suppose I am using flat network. will I be able to create multiple private networks for my project? Will I be able to create floating network and allocate to private network of instance?
Private network only for internal ip of instance. Public network will create public subnet and use as floating ip. We can either assign public up network from network provider or can use ip address which has internet.
Please give example for each case.
Regards, Dhan.