Skip to content

Instantly share code, notes, and snippets.

@vinodc
Created December 30, 2014 17:50
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 vinodc/1162c6f3005e5b49003d to your computer and use it in GitHub Desktop.
Save vinodc/1162c6f3005e5b49003d to your computer and use it in GitHub Desktop.
/etc/sysctl.d/99-openswan.conf
# /etc/sysctl.d/99-openswan.conf
net.ipv4.ip_forward = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.default.send_redirects = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment