Skip to content

Instantly share code, notes, and snippets.

@samsonradu
Created August 4, 2013 11:01
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 samsonradu/ab69cf7028822b5c9f01 to your computer and use it in GitHub Desktop.
Save samsonradu/ab69cf7028822b5c9f01 to your computer and use it in GitHub Desktop.
iptables -A INPUT -s 89.137.183.225 -i eth0 -j ACCEPT
iptables-save > /etc/iptables.up.rules
iptables -L :
ACCEPT all -- 89.137.183.225 anywhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment