--- sidebar_label: "Manage Network" sidebar_position: 1 --- import CodeBlock from '@site/src/components/CodeBloack'; import network05 from '@site/static/img/network05.png'; import network07 from '@site/static/img/network07.png'; import network03 from '@site/static/img/network03.png'; import network04 from '@site/static/img/network04.png'; import network06 from '@site/static/img/network06.png'; import router01 from '@site/static/img/router01.png'; import router02 from '@site/static/img/router02.png'; import router03 from '@site/static/img/router03.png'; import router04 from '@site/static/img/router04.png'; import router05 from '@site/static/img/router05.png'; import router06 from '@site/static/img/router06.png'; import router07 from '@site/static/img/router07.png'; import sg01 from '@site/static/img/S-G01.png'; import sg02 from '@site/static/img/s-g02.png'; import sgr from '@site/static/img/sgr.png'; import sgr01 from '@site/static/img/sgr01.png'; import rule01 from '@site/static/img/rule01.png'; import rule02 from '@site/static/img/rule02.png'; # Manage Network
Create Network
  1. Log in to the dashboard.
  2. Select the appropriate project from the drop down menu at the top left

    network

  3. Navigate to Project > Networks > Click on Create Network

  4. Specify Network Name in Network tab and click Next.

    network

5. Specify following details in Subnet tab and click Next.

Subnet Name Subnet Name
Network Address Network address in CIDR format (e.g 192.168.1.0/24)
IP Version IP version (IPV4 or IPV6)
Gateway IP Subnet Gateway. Default is first IP of subnet.

network

6. Specify following details in Subnet Details tab and click Create

Allocation Pool IP Address Allocation Pool. Each entry is start_ip,end_ip. (e.g 192.168.1.10,192.168.1.200)
Network Address Network address in CIDR format (e.g 192.168.1.0/24)
DNS Servers IP address list of DNS name servers. One entry per line.

network

network

Create Router
  1. Log in to the dashboard.
  2. Select the appropriate project from the drop down menu at the top left.

    router

3. Navigate to Project > Network > Routers and click on Create Router.

router

4. Specify network name and select public network for SNAT, and click Create Router

router

Add Subnet to Router
1. To connect a private network to the router, Navigate to "Project > Network > Routers".

router

2. Click on the router name.

router

3. Select Interfacestab.

router

4. Click on Add Interface and select private network to connect to the router, and click Submit.

router

router

Create Security Group
  1. Log in to the dashboard.
  2. . Select the appropriate project from the drop down menu at the top left

Security Gropus

Navigate to Project > Network > Security Groups and click on Create Security Group.

Specify security group name and click Create Security Group.

Security Gropus

Add Security Group Rule
  1. Log in to the dashboard.
  2. Select the appropriate project from the drop down menu at the top left.
Security Gropus Rule

3. Navigate to Project > Network > Security Groups.

Security Gropus Rule

4. click on Manage Rules of the security group in which you want to add rules

Security Gropus Rule

5. Click on Add Rule and add following details.
Rule Select predefined rules or custom ones. In case of predefined rules, the rest of the fields will pre-populate.
Remote To specify an allowed IP range, select "CIDR". To allow access from all members of another security group select "Security Group".
CIDR Remote CIDR where traffic is allowed if CIDR is selected for Remote.
Security Group Security Group name if Security Group is selected for Remote.


Security Gropus Rule

6. Click on Add to create new rule

Security Gropus Rule