NSNTRACE(1) | nsntrace | NSNTRACE(1) |
nsntrace - Perform a network trace of a process by using Linux network namespaces
nsntrace [options] program [arguments]
nsntrace uses Linux network namespaces to perform network traces of the specified program. The traces are stored as pcap files. And can later be analyzed by applications such as wireshark.
nsntrace creates a new network namespace and launches the specified program in it. This will ensure that all the packets we trace come from the system or the specified program.
To get around the isolation caused by the network namespace a virtual network interface is created. And in order for the program network traffic to reach the root network namespace iptables is used.
Since nsntrace uses iptables and traces raw sockets it needs to be run as root.
The following options are understood:
--device dev, -d dev
--use-public-dns
--outfile file, -o file
--user user, -u user
--filter filter, -f filter
On success, 0 is returned; otherwise, a non-zero failure code is returned.
Jonas Danielsson <jonas@threetimestwo.org>
01/06/2021 | nsntrace |