Hacker News new | ask | show | jobs
by kdv 2952 days ago
Is there any info on how many concurrent clients the WireGuard server can handle? I'd be interested in hearing if anyone has used this for management traffic to a large (>100) number of devices

Edit: ..and if so, how they handled IP assignment and key distribution.

1 comments

Linux kernel module supports 2^20 (1048576) peers per interface. Go userspace version supports 2^16 (65536) peers per interface. Both limits can quite easily be raised if necessary.
Edited my question above for clarity. Any info on performance, key management, and managing peer address assignment in larger deployments?