< Home - < Back

conntrack-tools


Information about the package, conntrack-tools, which is shipped with common Linux distributions. The conntrack-tools package is designed for, Tools to manipulate netfilter connection tracking table.


Package Name:

conntrack-tools

Summary:

Tools to manipulate netfilter connection tracking table

Description:

The conntrack-tools package contains two programs: - conntrack: the command line interface to interact with the connection tracking system. - conntrackd: the connection tracking userspace daemon that can be used to deploy highly available GNU/Linux firewalls and collect statistics of the firewall use. conntrack is used to search, list, inspect and maintain the netfilter connection tracking subsystem of the Linux kernel. Using conntrack, you can dump a list of all (or a filtered selection of) currently tracked connections, delete connections from the state table, and even add new ones. In addition, you can also monitor connection tracking events, e.g. show an event message (one line) per newly established connection.

Architecture:

x86_64

Version:

0.9.13

Release:

3.el6

Size:

123 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for conntrack-tools


Control the conntrack-tools package with the following handy commands outlined below.


Command

Description of Command

yum install conntrack-tools

This command will install conntrack-tools on the server.

yum remove conntrack-tools

This command will un-install conntrack-tools on the server. When you run this command, you will be asked if you are sure that you want to remove conntrack-tools, so you have to manually confirm that you want to do this.

yum -y remove conntrack-tools

This command will un-install conntrack-tools on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove conntrack-tools when using the -y flag.

yum update conntrack-tools

This command will update conntrack-tools to the latest version. When you run this command, you will be asked if you are sure that you want to remove conntrack-tools, so you have to manually confirm that you want to do this.

yum -y update conntrack-tools

This command will update conntrack-tools to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove conntrack-tools when using the -y flag.

yum info conntrack-tools

This command will show you core information about the conntrack-tools package.

yum deplist conntrack-tools

This command will show you the dependencies for conntrack-tools. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update conntrack-tools

This command will check if there is an update waiting on conntrack-tools. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.