Skip to content

Instantly share code, notes, and snippets.

@kimh
Created February 27, 2014 01:00
Show Gist options
  • Save kimh/9242150 to your computer and use it in GitHub Desktop.
Save kimh/9242150 to your computer and use it in GitHub Desktop.
# Deleting rule with line number
iptables -t <Table> --line-numbers --list
iptables -t <Table> -D PREROUTING <Line Number>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment