Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux_router:netfilter [2024-06-23 Sun wk25 09:07] – [Which Tables are Available?] baumkplinux_router:netfilter [2024-06-23 Sun wk25 09:11] (current) baumkp
Line 46: Line 46:
        Packets        Packets
 </code> </code>
 +
 +
 +=====IPTables and Netfilter=====
 +The following is taken from Digitalocean [[https://www.digitalocean.com/community/tutorials/a-deep-dive-into-iptables-and-netfilter-architecture|A Deep Dive into Iptables and Netfilter Architecture]].  While it it is focus on iptables the concepts are basically valid for nftables. 
 +
 +++++ tldr|
  
 ====IPTables Tables and Chains==== ====IPTables Tables and Chains====
Line 139: Line 145:
  
 The states tracked in the connection tracking system allow administrators to craft rules that target specific points in a connection’s lifetime. This provides the functionality needed for more thorough and secure rules. The states tracked in the connection tracking system allow administrators to craft rules that target specific points in a connection’s lifetime. This provides the functionality needed for more thorough and secure rules.
 +++++
  
 ====Some references==== ====Some references====