Actions
Correction #15286
closedWireguard Remote Access Config Recipe Typo
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
WireGuard
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The split-tunnel configuration example here is incorrect:
https://docs.netgate.com/pfsense/en/latest/recipes/wireguard-ra.html#client-configuration
It should have
AllowedIPs = 10.6.210.2/32, 10.6.0.0/24
and not
AllowedIPs = 10.6.210.1/32, 10.6.0.0/24
The IP of the client should be in the allowed list rather than the interface IP of the firewall's WG interface.
Actions