---
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
- Log in to the dashboard.
- Select the appropriate project from the drop down menu at the top left

- Navigate to Project > Networks > Click on Create Network
- Specify Network Name in Network tab and click Next.

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. |

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. |


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

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

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

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

2. Click on the router name.

3. Select Interfacestab.

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


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

Navigate to Project > Network > Security Groups and click on Create Security Group.
Specify security group name and click Create Security Group.

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

3. Navigate to Project > Network > Security Groups.

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

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. |

6. Click on Add to create new rule
