From 4f1668518305e636faa3176308ae6a7d1c921e97 Mon Sep 17 00:00:00 2001
From: Vojdan Kjorveziroski <vojdan.kjorveziroski@finki.ukim.mk>
Date: Sun, 28 Jul 2024 12:42:33 +0200
Subject: [PATCH] Add VPN info

---
 .../nmaas-vnoc-migration-information.md                | 10 ++++++++++
 mkdocs.yml                                             |  2 ++
 2 files changed, 12 insertions(+)
 create mode 100644 docs/managed-nmaas/user-information/nmaas-vnoc-migration-information.md

diff --git a/docs/managed-nmaas/user-information/nmaas-vnoc-migration-information.md b/docs/managed-nmaas/user-information/nmaas-vnoc-migration-information.md
new file mode 100644
index 0000000..a7f4121
--- /dev/null
+++ b/docs/managed-nmaas/user-information/nmaas-vnoc-migration-information.md
@@ -0,0 +1,10 @@
+# nmaas VNOC Rebranding and Migration Information
+
+## Changes to client-access VPNs
+
+The following changes need to be made to existing OpenVPN client access VPN profiles in order to reuse them with the new VNOC infrastructure:
+
+1. Open the `.ovpn` file with any text editor.
+2. Delete the `compress` line.
+3. Change the `remote 150.254.160.131 1194 udp` to `remote openvpn01.nmaas.eu 1195 udp`
+4. Save the VPN and reconnect.
diff --git a/mkdocs.yml b/mkdocs.yml
index e571f37..48e89a3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,6 +7,8 @@ nav:
   - Managed nmaas:
     - Introduction: 'managed-nmaas/introduction.md'
     - nmaas Playground Instance: 'managed-nmaas/nmaas-playground-instance.md'
+    - User Information:
+      - User Migration Guide for nmaas VNOC: 'managed-nmaas/user-information/nmaas-vnoc-migration-information.md'
   - Self-Hosted nmaas:
     - Introduction: 'self-hosted-nmaas/introduction.md'
     - Installation Guide: 'self-hosted-nmaas/install-guide.md'
-- 
GitLab