Skip to content

Commit ec0f20e

Browse files
committed
vpn troubleshooting app armor
1 parent 3cfdd68 commit ec0f20e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • apps/docs/content/references/networking

apps/docs/content/references/networking/vpn.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ zcli vpn up --mtu 1350
115115

116116
This resolves packet size conflicts that can occur when multiple VPN connections are active simultaneously.
117117

118+
#### 5. wg-quick Issues on Ubuntu 25.*
119+
**Problem**: VPN fails to start due to wg-quick errors on Ubuntu 25.* systems.
120+
121+
**Solution**: Install and configure AppArmor utilities:
122+
```bash
123+
sudo apt install apparmor-utils
124+
sudo aa-complain wg-quick
125+
```
126+
118127
## Enhanced Security with WireGuard
119128

120129
Zerops uses **WireGuard** to create secure VPN tunnel connections to your project's private network. This provides enhanced security compared to traditional **SSH** connections.

0 commit comments

Comments
 (0)