Actions
Bug #13259
closedReply-to rules are not created with wireguard 0.1.6_1
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
WireGuard
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Hello,
I have noticed that reply-to rules are not created for rules in a wireguard interface even if it is assigned to a pfsense interface.
Is it the expected bahavior ?
Regards
pfctl -s nat | grep tun_wg1
nat on tun_wg1 inet all -> 172.16.33.1 port 1024:65535
rdr on tun_wg1 inet proto tcp from any to 172.16.33.1 port = http -> 10.10.11.2
pfctl -s nat | grep tun_wg1
pass in quick on tun_wg1 inet proto tcp all flags S/SA keep state label "USER_RULE: NAT" ridentifier 1654640064 tag ORACLE1
Pfsense wireguard IP : 172.16.33.1
Wireguard peer : 172.16.33.2
Updated by JB Fuzier over 3 years ago
Sorry, stupid mistake on my side, it is required to set an upstream gateway on the interface config in order for the reply to rules to be generated.
Actions