cisagov / ansible-role-openvpn

Ansible role to install an OpenVPN server and configure it to authenticate users certificates against FreeIPA.
Creative Commons Zero v1.0 Universal
8 stars 2 forks source link

Cease setting the default forward policy to accept #29

Closed jsf9k closed 3 years ago

jsf9k commented 3 years ago

πŸ—£ Description

This pull request:

πŸ’­ Motivation and Context

For hardened systems the user may well want the default policy for forwarded/routed traffic to be DENY and create a rule to allow specific forwarded/routed traffic through.

See also cisagov/openvpn-packer@172e6600c667f1d17525ca8990a257d7473464a7.

πŸ§ͺ Testing

I have successfully built a COOL OpenVPN AMI with these changes and verified that they work as intended.

πŸš₯ Types of Changes

βœ… Checklist