Hacker News new | ask | show | jobs
by joshiej 3452 days ago
Would this work on Amazon EC2 as well?
2 comments

Very similar.

However, for EC2 Linux instances you'll need to enable IP forwarding by disabling Source/Destination Check for the instance in addition to setting net.ipv4.ip_forward=1 for the VM.

Also EC2 uses layered security, so you may have OS level packet filter, then NACLs (if used - stateless), finally Security Groups (stateful).

Yes, or Google or Azure or any VPS provider. These instructions use apt so Ubuntu or Debian