Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
linux_router:netfilter [2024-06-23 Sun wk25 09:11] – [IPTables and Netfilter] baumkplinux_router:netfilter [2024-06-23 Sun wk25 09:11] (current) baumkp
Line 132: Line 132:
 The system checks each packet against a set of existing connections. It will update the state of the connection in its store if needed and will add new connections to the system when necessary. Packets that have been marked with the ''NOTRACK'' target in one of the ''raw'' chains will bypass the connection tracking routines. The system checks each packet against a set of existing connections. It will update the state of the connection in its store if needed and will add new connections to the system when necessary. Packets that have been marked with the ''NOTRACK'' target in one of the ''raw'' chains will bypass the connection tracking routines.
  
-++++ 
 ===Available States=== ===Available States===
  
Line 146: 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====