Skip to content

Instantly share code, notes, and snippets.

@srinivasmohan
Created August 20, 2012 22:22
Show Gist options
  • Save srinivasmohan/3408560 to your computer and use it in GitHub Desktop.
Save srinivasmohan/3408560 to your computer and use it in GitHub Desktop.
Sysctl.conf for VPC NAT Instance
net.ipv4.ip_forward=1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.eth0.send_redirects = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.eth0.accept_redirects = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment