Advertisement
Guest User

Untitled

a guest
May 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Usage: iptables -[ACD] chain rule-specification [options]
  2. iptables -I chain [rulenum] rule-specification [options]
  3. iptables -R chain rulenum rule-specification [options]
  4. iptables -D chain rulenum [options]
  5. iptables -[LS] [chain [rulenum]] [options]
  6. iptables -[FZ] [chain] [options]
  7. iptables -[NX] chain
  8. iptables -E old-chain-name new-chain-name
  9. iptables -P chain target [options]
  10. iptables -h (print this help information)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement