From c8cca06a2b491d50a6fedbb1841619eab86527a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petra=20Va=C5=88kov=C3=A1?= Date: Tue, 27 Jan 2026 21:32:01 +0100 Subject: [PATCH] vpn troubleshooting app armor --- apps/docs/content/references/networking/vpn.mdx | 9 +++++++++ apps/docs/static/llms-full.txt | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/apps/docs/content/references/networking/vpn.mdx b/apps/docs/content/references/networking/vpn.mdx index c95b0e14..fd416e86 100644 --- a/apps/docs/content/references/networking/vpn.mdx +++ b/apps/docs/content/references/networking/vpn.mdx @@ -115,6 +115,15 @@ zcli vpn up --mtu 1350 This resolves packet size conflicts that can occur when multiple VPN connections are active simultaneously. +#### 5. wg-quick Issues on Ubuntu 25.* +**Problem**: VPN fails to start due to wg-quick errors on Ubuntu 25.* systems. + +**Solution**: Install and configure AppArmor utilities: +```bash +sudo apt install apparmor-utils +sudo aa-complain wg-quick +``` + ## Enhanced Security with WireGuard Zerops uses **WireGuard** to create secure VPN tunnel connections to your project's private network. This provides enhanced security compared to traditional **SSH** connections. diff --git a/apps/docs/static/llms-full.txt b/apps/docs/static/llms-full.txt index 790a0dc6..78339529 100644 --- a/apps/docs/static/llms-full.txt +++ b/apps/docs/static/llms-full.txt @@ -21501,6 +21501,13 @@ In the Advanced TCP/IP Settings dialog, navigate to the DNS tab and confirm that zcli vpn up --mtu 1350 ``` This resolves packet size conflicts that can occur when multiple VPN connections are active simultaneously. +#### 5. wg-quick Issues on Ubuntu 25.* +**Problem**: VPN fails to start due to wg-quick errors on Ubuntu 25.* systems. +**Solution**: Install and configure AppArmor utilities: +```bash +sudo apt install apparmor-utils +sudo aa-complain wg-quick +``` ## Enhanced Security with WireGuard Zerops uses **WireGuard** to create secure VPN tunnel connections to your project's private network. This provides enhanced security compared to traditional **SSH** connections. WireGuard eliminates the need for **passwords** or **IP address management** that SSH typically requires. As a free, lightweight, **open-source** communication protocol, WireGuard employs advanced **cryptography** to establish secure connections.