Skip to content

Instantly share code, notes, and snippets.

@jhorman
Created April 22, 2011 18:29
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 jhorman/937309 to your computer and use it in GitHub Desktop.
Save jhorman/937309 to your computer and use it in GitHub Desktop.
iptables stuff
# Reject traffic out to a specific IP
iptables -o eth0 -I OUTPUT -d 10.207.47.148 -j REJECT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment