Skip to content

Instantly share code, notes, and snippets.

@jagregory
Created June 3, 2011 11:32
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 jagregory/1006214 to your computer and use it in GitHub Desktop.
Save jagregory/1006214 to your computer and use it in GitHub Desktop.
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
@jagregory
Copy link
Author

Anyone know why I can't access a port externally when my iptables -L output looks like the above?

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