diff options
Diffstat (limited to 'web/content.en/docs/windows/openconnect.md.j2')
| -rw-r--r-- | web/content.en/docs/windows/openconnect.md.j2 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/web/content.en/docs/windows/openconnect.md.j2 b/web/content.en/docs/windows/openconnect.md.j2 new file mode 100644 index 00000000..a63e3f70 --- /dev/null +++ b/web/content.en/docs/windows/openconnect.md.j2 @@ -0,0 +1,53 @@ +--- +title: OpenConnect +type: docs +--- + +# OpenConnect + +## How to install and use OpenConnect client on Windows devices: + +1. Go to the OpenConnect client's GitLab page by clicking the button below. Click on the link that is marked in the screenshot below. Installation is straightforward and very easy. + +{{ '{{<' }} button href="https://gitlab.com/openconnect/openconnect-gui/-/releases" {{ '>}}' }}**OpenConnect client GitLab Page**{{ '{{<' }} /button {{ '>}}' }} + + + +2. It should prompt you to install a distributable and a network adapter, give it permission to do so. + +3. Open the client, click on the gear icon in the middle, then click on **“New profile (Advanced)”** + + + +4. Download the two files that are provided below: + + 1. **User Certificate:** [Click to download User Certificate](/{{item}}/{{item}}-User-Certificate.pem) + + 2. **User Key:** [Click to download User Key](/{{item}}/{{item}}-User-Key.pem) + +5. Do the following in the given order: + + 1. Enter a **name** (any name you want) + + 2. Copy the following and paste it in the server address field: **{{ ansible_all_ipv4_addresses[0] }}:{{ ocserv_port | default(4430) }}** + + 3. Click on the button next to the **“User Certificated”** field, and choose the User Certificate file that you downloaded from **step 4**. + + 4. Click on the button next to the **“User Key”** field, and choose the User Key file that you downloaded from **step 4**. + + + + +6. Click save, then click on the big button in the middle saying **"connect"**. + + + +7. You'll be prompted to confirm the information regarding the destination address. Click on **“Accurate information”**. + + + +8. To disconnect the VPN, simply click on the **Disconnect** button in the main interface. + + + +9. And that's it! You can check your IP location to ensure that you are connected to the VPN and it's working properly. |
