From 3e093dbcb66b3bca23f603836510b1b3032d92a5 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Sat, 9 Jun 2007 17:52:50 +0000 Subject: - add support for `-L --src-nat' and `-L --dst-nat' to show natted connections - update conntrack(8) manpage --- conntrack.8 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'conntrack.8') diff --git a/conntrack.8 b/conntrack.8 index 3a35613..bb9b0e0 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -107,13 +107,14 @@ This option is only required in conjunction with "-L, --dump". If this option is .BI "-t, --timeout " "TIMEOUT" Specify the timeout. .TP -.BI "-u, --status " "[ASSURED|SEEN_REPLY|UNSET|SRC_NAT|DST_NAT][,...]" +.BI "-u, --status " "[ASSURED|SEEN_REPLY|UNSET][,...]" Specify the conntrack status. .TP -.BI "-i, --id " "ID" -Specify the conntrack ID. -. -This option can only be used in conjunction with "-L, --dump" to display the conntrack IDs. +.BI "-n, --src-nat " +Filter source NAT connections. +.TP +.BI "-g, --dst-nat " +Filter destination NAT connections. .TP .BI "--tuple-src " IP_ADDRESS Specify the tuple source address of an expectation. @@ -144,6 +145,9 @@ Dump the connection tracking table in XML .B conntrack \-L -f ipv6 -o extended Only dump IPv6 connections in /proc/net/nf_conntrack format .TP +.B conntrack \-L --src-nat +Dump source NAT connections +.TP .B conntrack \-E \-o timestamp Show connection events together with the timestamp .SH BUGS -- cgit v1.2.3