Hi, On Mon, Jun 28, 2010 at 11:27 +0200, Simon Richter wrote: > On Sun, Jun 27, 2010 at 11:44:18AM +0200, Johann Felix Soden wrote: > > netstat-nat - tool that display NAT connections > > What is the advantage over "conntrack -L"?
The main difference is the output format: netstat-nat uses a table output format similar to netstat, which in my eyes is more human readable than the output of conntrack. Additionally, netstat-nat can resolve IP addresses and port-numbers. conntrack, the official tool from netfilter.org, provides a full interface to connection tracking and has some other features like xml output, while netstat-nat can only display the most important information about tracked connections. See the man pages for the details. A short look to the popcon statistics [1,2] shows, that netstat-nat enjoys about the same popularity as the some years younger conntrack. Johann Felix [1] http://qa.debian.org/popcon.php?package=netstat-nat [2] http://qa.debian.org/popcon.php?package=conntrack -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1277733310.7875.262.ca...@lapjfs

