Netstat-nat

netstat-nat [options]

DESCRIPTION

netstat-nat Displays NAT connections managed by netfilter/iptables which comes with the > 2.4.x linux kernels.

The program reads its information from '/proc/net/ip_conntrack’, which is the temporary conntrack-storage of netfilter.

OPTIONS

-h
displays help
-n
don’t resolve IPs/portnumbers to host/portnames
-p
display NAT connections with protocol selection (see /etc/protocols)
-s
display connections by source IP/hostname
-d
display connections by destination IP/hostname
-S
display SNAT connections
-D
display DNAT connections
-L
display only connections to NAT box self (doesn’t show SNAT & DNAT)
-x
extended view of hostnames
-r
sort connections
-o
no output header
-v
prints version

FILES

/proc/net/ip_conntrack

SEE ALSO

http://netfilter.samba.org/

AUTHOR

netstat-nat has been written by D.Wijsman danny@tweegy.demon.nl
The manual page has been written by marceln@xs4all.nl

EOF