Conntrack-Tools

From CBLFS
Jump to navigationJump to search
Download Source: http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.4.2.tar.bz2

Introduction to Conntrack-Tools

Conntrack Tools is a set of userspace tools to interact with the kernel connection tracking system

Project Homepage: http://conntrack-tools.netfilter.org/


Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr \
 --bindir=/sbin --sbindir=/sbin  && \ 
make

Install the package

make install

Multilib

32Bit

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" ./configure --prefix=/usr \
    --bindir=/sbin     --sbindir=/sbin --libdir=/usr/lib  && \ 
make

Install the package

make install


N32

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib32 && 
make

Install the package

make install


64Bit

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib64 && 
make

Install the package

make install

Contents

Installed Programs: conntrack, conntrackd, nfct

Installed Libraries: ct_helper_*

Installed Directory: /lib/conntrack-tools

Short Descriptions

conntrack command line interface for netfilter connection tracking
conntrackd netfilter connection tracking user-space daemon
nfct command line tool to interact with the connection tracking system
ct_helper_* connection tracking helper libs used by conntrack-tools