Skip to content

Instantly share code, notes, and snippets.

@mattt416
Created September 29, 2015 14:57
Show Gist options
  • Save mattt416/2eef3e0eed7ca4f46a63 to your computer and use it in GitHub Desktop.
Save mattt416/2eef3e0eed7ca4f46a63 to your computer and use it in GitHub Desktop.
neutron notes
neutron net-create --provider:network_type=vlan --provider:physical_network=vlan --provider:segmentation_id=1491 --router:external public
neutron subnet-create --name public-subnet --disable-dhcp --allocation-pool start=10.239.0.10,end=10.239.0.254 public 10.239.0.0/22
neutron router-create router
neutron router-gateway-set router public
neutron router-interface-add router private-subnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment