Skip to content

Instantly share code, notes, and snippets.

@serweb-labs
Created February 12, 2015 18:49
Show Gist options
  • Save serweb-labs/b4860dc8ba772f28db97 to your computer and use it in GitHub Desktop.
Save serweb-labs/b4860dc8ba772f28db97 to your computer and use it in GitHub Desktop.
OPEN PORT 25
iptables -A INPUT -s 192.168.0.4 --sport 25 -m state --state RELATED,ESTABLISHED -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment