Skip to content

Create network and router in PSNC Openstack

1. Create network.

  • Under Network→Networks click the "Create Network" button
  • Fill out the "Network Name" field with the name of the network. network
  • Click Next or click on "Subnet" Tab.
  • Fill out the "Subnet Name" field with the name of the subnet.
  • Fill out the "Network Address" field with netork address in the CIDR format, for example 192.168.0.0/24.
    subnet
  • Cick "Next" to "Subnet Details" tab, where You are able to add custom configuration of DHCP allocation pools, DNS servers and static routing. you can leave it as default. subnet_details
  • Click "Create".

2. Create Router.

  • Under Network→Routers click the "Create Router" button.
  • Fill out the "Router Name" field with the name of the router.
  • Pick "External Network" and choose "PSNC-EXT-PUB1-EDU" network to connect the router to the public network. create router
  • Click "Create Router"

3. Attach the Network to the Router.

  • Click on the previously created router or select arrow and choose "Edit Router" on the right context menu of the router.
  • Click "Interfaces" tab.
  • Click "Add Interface".
  • Pick previously created subnet in the "Subnet" list. add interface
  • Click "Submit".