# Create IPsec

To create IPsec you have to fill in several columns on the IPsec page including:

<table><thead><tr><th width="285">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Phase 1 - Remote VPN</strong></td><td>VPN IP address on the destination project.</td></tr><tr><td><strong>Phase 1 - Pre Shared Key</strong></td><td>Keywords must be the same as the goal project.</td></tr><tr><td><strong>Phase 2 - Remote Subnet</strong></td><td>IP address of the subnet on the destination project</td></tr></tbody></table>

Here are the steps to create IPsec:

* On the Network page, select the VPN tab, and select Configuration in the More column.

* Select the IPsec tab and click the Create IPsec button.

* In the Remote VPN section, fill in the IP address of the destination VPN project.

* Press the Generate Pre-Shared Key button if you don't have a key yet, whereas if you already have the key from the target project, paste it into the Pre-Shared Key column.

* Fill in Remote Subnet with the subnet IP address and prefix used in the destination project.

* A notification appears "IPsec configuration \[vpn-name] has been successfully created".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-vpn/ipsec-configuration/create-ipsec.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
