May 2015
Beginner to intermediate
182 pages
4h 27m
English
Now that we've explored some of the intricacies of what's happening under the hood, let's actually use Neutron to create a network by performing the following steps:
keystonerc file; use the non-administrative user for this. The command to create a virtual network is:control# neutron net-create internal control# neutron subnet-create internal 192.168.37.0/24
That's it. You just created a virtual network. I know that for the length of the introduction we just covered, that was pretty anticlimactic. Note that when you create the subnet, you're adding it to the network named internal that you just created. The final argument to the subnet-create command is the Classless Inter-Domain Routing ...
Read now
Unlock full access