惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
How to install AmneziaWG (Wireguard with obfuscation)?
invalid@exam · 2026-06-28 · via Proxmox Support Forum

VecH

Renowned Member

How to install AmneziaWG (Wireguard with obfuscation)?

When trying to find instructions for Debian 12 (on which Proxmox is based)

I encountered errors, official packages are not installed, dkms errors occur during assembly (apparently due to the mismatch of the names of the kernel packages and sources/headers)

Who managed to install these packages?

I tried to install according to the instructions from github
https://github.com/amnezia-vpn/amneziawg-linux-kernel-module?tab=readme-ov-file#debian

I haven't tried from the sources for manual installation (I'm afraid) and the test server has a very weak processor and very little RAM

I tried as well and haven't succeded

UdoB

Distinguished Member
Nov 1, 2016
3,776
2,502
273
Germany

Put it into a vanilla Debian VM!

Never do such things on the node itself. You are leaving well tested and "known good" territory immediately...

VecH

Renowned Member

I need it on the host to be able to solve problems with virtual machines

The host itself is in a closed perimeter and there is no way to connect to it (it is closed in educational institutions of the state), it is only possible to connect the host to my home (I do maintenance), and not each virtual machine, but the host itself

Then you need a jump VM, or separate jump machine that can reach the management network for your proxmox servers.

VecH

Renowned Member

Then you need a jump VM, or separate jump machine that can reach the management network for your proxmox servers.

I have one server (host) in the network and nothing else (it is a border server)

In general, it is clear that due to the fact that the kernel and source packages are renamed, the AmneziaWG installer cannot compile the kernel module (DKMS)

I maintain amneziawg-installer (https://github.com/bivlked/amneziawg-installer) — automates AWG 2.0 setup but Ubuntu only for now (24.04 / 25.10).

Problem is the PPA only builds for Ubuntu kernels. DKMS expects Ubuntu-style header package names and pve-kernel names them differently, so the build just breaks.

Since you need it on the host, try building from source. The amneziawg-linux-kernel-module repo has a build/newer-ubuntu branch that handles some non-standard kernel naming. Not tested on pve-kernel specifically but might work if you have pve-headers installed.

If a full VM is overkill for your setup, Ubuntu 24.04 in LXC works too — my installer runs fine there and LXC is basically no overhead.

Debian support keeps coming up, tracking it here: https://github.com/bivlked/amneziawg-installer/issues/15

Quick update, this thread's a bit old now. The installer (amneziawg-installer) does Debian 12 and 13 too these days, not just Ubuntu, plus prebuilt ARM64 packages for Pi / Oracle Ampere / Hetzner CAX that skip the DKMS build.

The catch on Proxmox is the kernel module: it's built with DKMS, so it needs its own kernel and won't work inside an LXC container. Cleanest is a small VM. If you really want LXC, you go userspace instead - amneziawg-go in a privileged container, or /dev/net/tun + CAP_NET_ADMIN; there's a manual recipe in ADVANCED.md. For the 'on the host' case from the top of the thread, a tiny VM is the least hassle.

Repo: https://github.com/bivlked/amneziawg-installer