Skip to content

Instantly share code, notes, and snippets.

@dizz
Created June 7, 2012 11:37
Show Gist options
  • Save dizz/2888334 to your computer and use it in GitHub Desktop.
Save dizz/2888334 to your computer and use it in GitHub Desktop.
enable ip forwarding
sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf
sysctl -p
@hjfxyz
Copy link

hjfxyz commented Nov 17, 2022

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment