Actions
Bug #11460
closedAdding a second peer results in Cannot allocate memory
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
WireGuard
Target version:
-
Start date:
02/19/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
amd64
Description
One peer configured on my wg1 tunnel works fine:
wg show
interface: wg0
public key: xxxxxxxxx
private key: (hidden)
listening port: 51820
peer: xxxxxxxxx
endpoint: 1.2.3.4:51820
allowed ips: ::/0, 0.0.0.0/0
interface: wg1
public key: xxxxxxxxx
private key: (hidden)
listening port: 51821
peer: xxxxxxxxx
allowed ips: 0.0.0.0/0
adding a second peer results in
wg show
interface: wg0
public key: xxxxxxxxx
private key: (hidden)
listening port: 51820
peer: xxxxxxxxx
endpoint: 1.2.3.4:51820
allowed ips: ::/0, 0.0.0.0/0
Unable to access interface wg1: Cannot allocate memory
Discussion von Forum [[https://forum.netgate.com/topic/161004/wireguard-remote-access-impossible-to-connect-a-2nd-user/]]
Actions