Please enable JavaScript.
Coggle requires JavaScript to display documents.
ip table - Coggle Diagram
ip table
targets
return
accept
drop
rejects
Iptables has four default tables
mangel
raw
nat
filter
options
–X — delete–chain — Delete the provided chain.
–v — verbose — Show more information when using a list option.
–N — new–chain — Create a new chain.
–L — list — Show all rules in a chain.
–I — insert — Add a rule to a chain at some given position.
–F — flush — Remove all rules.
–D — delete — Remove specified rules from the chain
–C — check — Look for a rule that matches the chain’s requirements
–A — append — Add a rule to the chain (at the end)