Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evrardjp/dcbfc36b41ea8a1234576f6622bd5b2f to your computer and use it in GitHub Desktop.
Save evrardjp/dcbfc36b41ea8a1234576f6622bd5b2f 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