I run the following command in Ubuntu:
nc -l -p 5004 -v >> /home/anders/Dropbox/netcatFiles/test
which includes a command to make him listen to 5004.
I am sending an RTP stream to port 5004 using VLC. When I observe the loopback interface in Wireshark, I notice ICMP packets with the message "Destination unreachable".
Opening another VLC and telling him to play incoming data on port 5004, everything works and the stream plays.
What should I do to get Netcat to listen on port 5004?
source share