diff options
author | Stefan A <github@alfredsson.org> | 2020-10-10 15:50:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 15:50:42 +0200 |
commit | 664b6dca17afb9e7b7cf61b18a64cbffa63ee72e (patch) | |
tree | ccfb64d5b66d2fd3370e7b15972b459e3ec66ad8 /.github | |
parent | ddbaca7fbba20e94f74f0c309c5a061582a0d4fa (diff) |
Add forwarding eth0 -> wg0 (#132)
If the FORWARD chain policy defaults to DENY, it must explicitly allow traffic from the external to the wg interface.
To solve this, the patch just adds
iptables -A FORWARD -i ${SERVER_PUB_NIC} -o ${SERVER_WG_NIC} -j ACCEPT;
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions