You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/references/networking/vpn.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,15 @@ zcli vpn up --mtu 1350
115
115
116
116
This resolves packet size conflicts that can occur when multiple VPN connections are active simultaneously.
117
117
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
+
118
127
## Enhanced Security with WireGuard
119
128
120
129
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