Skip to content

Instantly share code, notes, and snippets.

@toothfairy
Created November 18, 2013 08:33
Show Gist options
  • Save toothfairy/7524541 to your computer and use it in GitHub Desktop.
Save toothfairy/7524541 to your computer and use it in GitHub Desktop.
Allow connections through localhost Was used to fix issue with iptables due to some dork ispmanager usage
iptables -I INPUT 1 -i lo -j ACCEPT
iptables -I OUTPUT 1 -o lo -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment