Create Router #

To create a new router, follow these steps:
-
On the Routers Listing Page, click the Create Router button.
-
Fill in the following details:
- Name – Enter a name for the router.
- SNAT (Source Network Address Translation) – Select Yes or No:
- Yes – Enables SNAT, allowing internal instances to communicate externally.
- No – Disables SNAT, useful for private networks or VPN-based configurations.
- Select External Network – Choose an external network from the drop-down list.
-
Click Create to finalize the router creation.
Edit Router #
- Navigate to Providers >> OpenStack >> Networking >> Routers.
- Click on the Actions menu beside the router.
- Select Edit to modify the router configuration.
- Update the required fields and save the changes.
Viewing Router Details #
- On the Routers Listing Page, click on a Router Name to open the Router Details Page.
- This page displays:
- General Router Information (Name, Status, Admin State, etc.).
- A list of attached interfaces.
- A list of defined routes.
- Options to List, Create, and Delete Interfaces and Routes.
Manage Router Interfaces #
Router interfaces connect subnets to the router, enabling internal communication between network resources.

List Interfaces #
- Open the Router Details Page.
- Scroll to the Interfaces Section to view the list of connected interfaces.
Add Interface #

- On the Router Details Page, navigate to the Interfaces Section.
- Click Add Interface.
- A drawer opens with the following fields:
- Select Subnet – Choose a subnet from the available list.
- IP Address (Optional) – Assign a specific IP address to the interface.
- Click Add Interface to complete the process.
Manage Router Routes #
Routes define custom traffic forwarding rules, allowing advanced network routing between different subnets and external networks.

List Routes #
- Open the Router Details Page.
- Scroll to the Routes Section to view the list of defined routes.
Add Route #

- On the Router Details Page, navigate to the Routes Section.
- Click Add Route.
- A drawer opens with the following fields:
- CIDR – Enter the destination network in CIDR format (e.g., 192.168.2.0/24).
- Next Hop – Specify the next-hop IP address that will forward traffic to this destination.
- Click Add Route to finalize.
