Skip to content

Instantly share code, notes, and snippets.

@baoshan
Created April 25, 2012 06:35
Show Gist options
  • Save baoshan/2487290 to your computer and use it in GitHub Desktop.
Save baoshan/2487290 to your computer and use it in GitHub Desktop.
Config CentOS Firewall for IP Range Pass Through
-A INPUT -m state --state NEW -m tcp -p tcp -s 50.56.227.0/0 --dport 8080 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment