Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions apps/docs/content/references/networking/vpn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/static/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down