Skip to content

Instantly share code, notes, and snippets.

@koenhendriks
Created March 19, 2019 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koenhendriks/5c806eaa97f17b47a6cc61bb845421b4 to your computer and use it in GitHub Desktop.
Save koenhendriks/5c806eaa97f17b47a6cc61bb845421b4 to your computer and use it in GitHub Desktop.
Snippet openvpn iptables
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQUERADE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment