Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

I need to setup iptables on my spinup server

Solution

Iptables is a utility that comes standard in secure linux servers.  It provides a host-level firewall that is separate from any external firewalls (security group in amazon, or yale's firewall in our datacenters)

Best Practices

  • Keep iptables enabled on any server that needs to be secure
  • Only allow particular IPs and ports. Do not just allow everything (0.0.0.0/0)
  • Save your Iptables rules after modification . "sudo service iptables save"



  • No labels