You are here: Foswiki>ATLAS Web>Netcat (18 Jul 2007, MatthiasLInden)Edit Attach

Netcat

Category:Network

Netcat is a tool to generate network traffic.

Send
 nc -p sourceport [destipaddr port]

and Recive

 nc -l -p listenport [sourceipaddr port]

By default it sends TCP packets, which require an ACK from the reciver. For Performance measure use UDP packets: -u

The Traffic can be monitored using ifstat.
Topic revision: r1 - 18 Jul 2007, MatthiasLInden
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback