conntrack-tools 0.9.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News conntrack-tools 0.9.10 (Default branch)
# 1  
Old 01-25-2009
conntrack-tools 0.9.10 (Default branch)

conntrack-tools is a set of userspace tools for Linux that allow system administrators to interact with the Connection Tracking System, the module which provides stateful packet inspection for iptables. It includes the userspace daemon conntrackd and the commandline interface conntrack. License: GNU General Public License (GPL) Changes:
A new '-C' option for the command line interface to display the number of entries in the conntrack and expectation tables. Internal performance improvements. Support for multi-dedicated links. Extended statistics information. Polling (or batch-based) synchronization. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Connmark retriever action in tc(8)                                     Linux                                    Connmark retriever action in tc(8)

NAME
connmark - netfilter connmark retriever action SYNOPSIS
tc ... action connmark [ zone u16_zone_index ] [ CONTROL ] [ index u32_index ] CONTROL := { reclassify | pipe | drop | continue | ok } DESCRIPTION
The connmark action is used to restore the connection's mark value into the packet's fwmark. OPTIONS
zone u16_zone_index Specify the conntrack zone when doing conntrack lookups for packets. u16_zone_index is a 16bit unsigned decimal value. CONTROL How to continue after executing this action. reclassify Restarts classification by jumping back to the first filter attached to this action's parent. pipe Continue with the next action, this is the default. drop shot Packet will be dropped without running further actions. continue Continue classification with next filter in line. pass Return to calling qdisc for packet processing. This ends the classification process. index u32_index Specify an index for this action in order to being able to identify it in later commands. u32_index is a 32bit unsigned decimal value. SEE ALSO
tc(8) iproute2 11 Jan 2016 Connmark retriever action in tc(8)