New ops-file to enable masquerading VPN traffic on the LAN

[#164386432](https://www.pivotaltracker.com/story/show/164386432)

Co-authored-by: Paul Warren <paul.warren@emc.com>
This commit is contained in:
Dave Walter 2019-03-12 10:37:35 -07:00
parent 6e2d972caa
commit 0d40e44952
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
- path: /instance_groups/name=openvpn/jobs/name=iptables/properties/iptables/nat?
type: replace
value:
POSTROUTING:
- -s ((vpn_network))/((vpn_network_mask_bits)) -j MASQUERADE